@charset "Shift_JIS";

/* --------------------------------------------------------------------
商品スライダー
--------------------------------------------------------------------- */
.event_ .goods_.swiper-container {
  margin: 0;
  padding-bottom: 20px;
}

/* スクロールバー */
.event_ .goods_.swiper-container .swiper-scrollbar {
  position: relative;
  bottom: -20px;
  left: 0;
  width: calc(100% - (3% * 2));
  height: 15px;
  margin: 0 3%;
}

/* --------------------------------------------------------------------
アコーディオンパネル（.js-accordion）
--------------------------------------------------------------------- */
/* ONの時 */
.js-accordion.js_on button {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
}

.js-accordion.js_on .js-accordion_header {
  position: relative;
  width: 100%;
  cursor: pointer;
}

.js-accordion.js_on .js-accordion_content {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: height 0.6s ease, opacity 0.6s ease;
}

/* OFFの時 */
.js-accordion.js_off .js-accordion_header {
  display: none;
}