@charset "UTF-8";

.bmz-pc {
  display: none;
}

input {
  font-size: 16px;
}

.bmz-search__text {
  font-size: 14px;
}

/* =============================================*/
/* coupon  */
/* =============================================*/
.bmz-coupon {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 20px 0;
}

.bmz-coupon__coupon {
  display: none;
  color: #ffffff;
  text-align: center;
  background-color: #ff0000;
  padding: 10px 40px;
}

.bmz-coupon__code {
  font-size: 20px;
  line-height: 1.2;
  margin: 10px 0;
}

.bmz-coupon__comment {
  text-align: left;
}

.bmz-coupon__comment * {
  font-size: 12px;
  line-height: 1;
}

.bmz-pc {
  display: none;
}

.bmz-coupon__wrapper {
  display: flex;
  gap: 4px;
  /*width: calc(100% - 8px);*/
  margin: 4px auto 0;

}

.bmz-coupon__inner {
  width: 50%;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  display: none;
}

.bmz-coupon__image {
  width: 100%;
  vertical-align: bottom;
}

input[type="text"].bmz-coupon__code {
  position: absolute;
  left: 0;
  bottom: 1%;
  padding: 0;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 45px;
  border: 0;
  outline: 0;
  background-color: transparent;
  width: 100%;
  text-align: center;
  margin: 0;
}

.bmz-coupon__info {
  font-size: 10px;
  line-height: 1.6;
  /*margin-bottom: 10px;*/
}


/* =============================================*/
/* COUPON POPUP */
/* =============================================*/
#bmz-coupon-fixed {
  position: fixed;
  top: 10%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
}

.bmz-coupon-fixed__wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  background: #FFFFFF;
  width: 100%;
  padding: 30px 0 30px;
  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: 32px;
  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: 10px;
}

.bmz-coupon-fixed_open-btn {
  position: fixed;
  bottom: 85px;
  left: 4px;
  /* background: rgba(255,255,255,0.8);
   box-shadow:  2px 2px 10px 1px #cccccc; */
  z-index: 100;
  /* padding: 10px;
   box-sizing: border-box; */
  cursor: pointer;
  text-align: center;
  width: auto;
  height: auto;
  /* border-radius: 16px; */
  display: flex;
  align-items: center;
  /* border:1px solid #d74a53; */
}

.bmz-coupon-fixed_open-btn img {
  /* width: 30px; */
  width: 60px;
}

.bmz-coupon-btn-text {
  padding-left: 4px;
  color: #d74a53;
  font-weight: bold;
}

.bmz-coupon-fixed__test {
  margin-top: 20px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
}

.coupon_btn {
  position: relative;
  width: 96%;
  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;
}

/* =============================================*/
/* information */
/* =============================================*/
.bjre_cinfo__inner {
  width: 100%;
  margin: auto;
  padding: 5px 8px;
  box-sizing: border-box;
}

.bjre_cinfo {
  margin: 4px 0;
}

.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 a {
  font-size: 13px;
  letter-spacing: 1px
}

.bjre_cinfo .bjre_cinfo__text {
  text-decoration: underline
}

/* =============================================*/
/* kaiyu_banner*/
/* =============================================*/

#bmz-coupon-header {
  padding: 0 8px;
}

.bjre_kaiyu_header {
  margin-top: 20px;
  border: 0;
  height: 140px;
}

.bjre_kaiyu {
  height: 310px;
}

/* =============================================*/
/* search_box*/
/* =============================================*/

.bmz-search {
  width: calc(100% - 16px);
  margin: auto;
}

.bmz-search__btn {
  background: #e5e5e5;
  padding: 4px 16px;
  box-sizing: content-box;
  width: 30px;
  border-radius: 0 2px 2px 0;
  margin-left: -5px;
}

.bmz-search__text {
  border: 1px solid #ccc;
  width: calc(100% - 62px);
  -webkit-border-radius: 0;
  -webkit-appearance: none;
}

.bmz-search__btn:hover {
  opacity: 0.8;
}

.bmz-search__word {
  display: flex;
  justify-content: end;
}

.bmz-search__word-list {
  display: flex;
  align-items: center;
  line-height: 30px;
  /*margin-left: 10px*/
  flex-wrap: wrap;
}

.word_title {
  min-width: 65px;
  font-weight: bold;
  font-size: 10px;
  line-height: 30px;
}

.bmz-search__word-list dd.orikaeshi {
  width: 100%;
}

.bmz-search__word-list dd a {
  margin: 0 2px;
  padding: 4px;
  background: #F0f0f0;
  border-radius: 2px;
  font-size: 10px;

}

/* スマホパンくずリスト */
.navitopicpath_ {
  display: none;
}

.accessory_list_+.navitopicpath_ {
  display: block;
}

/*アイコン*/
.bmz-icons__wrapper {
  width: 100%;
  overflow-x: scroll;
  margin: 10px 0;
}

.bmz-icons__list {
  width: 1260px;
  display: flex;
}

.bmz-icons__item {
  min-width: 60px !important;
  border-right: 1px solid #f5f5f5;
}

.bmz-icons__item img {
  width: 100%;
  height: 100%;
}

/* カテゴリリスト（SP） */
#bmz-icons__header {
  display: none;
}

.bmz-icons__list {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.bmz-icons__item {
  border-right: 1px solid #f0f0f0;
  box-sizing: border-box;
  width: calc(100% / 5);
  display: inline;
}

/* .bmz-icons__item:nth-child(5n){
  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: 10px 30px;
  color: #fff;
  font-size: 14px;
  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: 3px;
  font-size: 10px;
}

.category_osusume_list li a:hover {
  opacity: 0.7;
}

.category_osusume_list .buybtn {
  width: 100%;
  padding: 5px 0;
  color: #fff;
  background: #333;
  border-radius: 4px;
  font-size: 12px;
  margin: 0 5px 5px;
}

.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: 4px;
  flex-wrap: wrap;
}

#shop_mainvisual ul.thumbnail_ li {
  width: calc((100% - 12px) / 4);
  margin: 0 0 0 0;
  margin-left: 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: 4px;
  list-style: none;
  padding: 0;
  max-width: 750px;
  margin: auto
}

.bjre-links__item {
  width: calc((100% - 12px) / 4);
  text-align: center
}

.bjre-links__item a {
  box-sizing: border-box;
  display: block;
  padding: 0px;
  color: #222;
  text-decoration: none
}

.bjre-links__item img {
  width: 60%
}

.bjre-links__name {
  margin: 0.2rem 0;
  font-size: 12px;
  letter-spacing: 0;
}

.bjre-links__name .pc {
  display: none;
}