.lb-container {
  background-color: #000;
}

.mainvisual_captions {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.mainvisual_caption {
  font-size: 14px;
  text-align: center;
}

.caption_link {
  color: #0083cd !important;
  font-size: 14px;
  text-align: center;
}

.price_captions {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  margin: 0 auto;
  width: 91%;
}

.price_caption {
  font-size: 14px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .mainvisual_caption {
    font-size: 12px;
  }

  .caption_link {
    font-size: 12px;
  }
  
  .price_caption {
    font-size: 12px;
  }
}

.entry_caption {
  margin: 2% 0 0;
}

.is_pc {
  display: block;
}

#content .storeLists {
  margin: 0 0 4%;
}

#content .storeList_button {
  background-color: #333;
  color: #fff;
  cursor: pointer;
  font-size: 22px;
  font-weight: bold;
  padding: 1% 0;
  position: relative;
  margin: 2% 0 0 0;
  text-align: center;
  width: 100%;
}

#content .storeList_button:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: '';
  display: inline-block;
  height: 12px;
  margin: auto;
  transform: rotate(135deg);
  position: absolute;
  top: 0;
  bottom: 8%;
  right: 4%;
  transition: .2s;
  width: 12px;
}

#content .storeList_button.is_active:after {
  bottom: -8%;
  transform: rotate(-45deg);
}

#content .storeListWrap {
  display: none;
}

#content .storeList {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

#content .storeList .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  float: none;
  width: 25%;
}

#content .storeList .item > div[data-mh="group"] {
  flex-grow: 1;
  width: 100%;
}

.img_adjust {
  aspect-ratio: 5 / 3;
  object-fit: cover;
  object-position: center;
}

@media screen and (max-width: 767px) {
  .is_pc {
    display: none;
  }

  .entry_caption {
    margin: 4% auto 0;
    text-align: justify;
    width: 90%;
  }

  #content .storeLists {
    margin: 2.67% 0 4%;
  }

  #content .storeList_button {
    font-size: 20px;
    padding: 2% 0;
    margin: 4% 0 0 0;
  }

  #content .storeList_button:after {
    height: 10px;
    width: 10px;
  }

  #content .storeList .item {
    width: 100%;
  }
}
