* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.multiple-items, .tab-area {
  list-style-type: none;
  margin: 0;
  padding: 0;
  cursor: default; /*追加*/
}
@media screen and (min-width: 992px) {
  #maincontent {
    margin-top: 74px !important;
  }
}
.multiple-items {
  display: none;
}
.multiple-items.slick-initialized {
  display: block;
  /*slick-initializedが付与されたら表示*/
}
.tab_slider {
  padding-bottom: 64px;
  padding-top: 64px;
}
.tab-area {
  display: flex;
  justify-content: center;
  cursor: default; /*追加*/
  margin-bottom: 56px;
}
.tab {
  width: 100%;
  max-width: 145px;
  text-align: center;
  font-size: 12px;
  font-family: 'MintGrotesk-V1.2 Medium', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif !important;
  cursor: pointer; /*追加*/
  line-height: 16px; /*追加*/
}
.tab:hover {
  background-color: #000;
  color: #fff;
}
.tab:first-of-type {
  border-radius: 9999px 0 0 9999px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
}
.tab:last-of-type {
  border-radius: 0 9999px 9999px 0;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}
.tab.active {
  background-color: #000;
  color: #fff;
}
.panel-area {
  position: relative;
}
.panel {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  text-align: center;
  box-shadow: none !important;
}
.panel.active {
  z-index: 1;
}
/*部分差し替え*/
.multiple-items li div {
  width: 200px;
  margin: 12px;
}
@media only screen and (min-width: 415px) {
  .multiple-items li div {
    width: 250px;
  }
}
@media only screen and (min-width: 768px) {
  .multiple-items li div {
    width: 272px;
    margin: 24px;
  }
}
@media only screen and (min-width: 1024px) {
  .multiple-items li div {
    width: 228px;
  }
}
@media only screen and (min-width: 1440px) {
  .multiple-items li div {
    width: 330px;
  }
}
@media only screen and (min-width: 1920px) {
  .multiple-items li div {
    width: 450px;
  }
}
/*部分差し替え*/
.multiple-items li img {
  width: 100%;
}
.multiple-items a {
  text-decoration: none !important;
  outline: none !important;
}
.multiple-items .shop_item {
  display: block;
  font-size: min(max(20px, 1.8vw), 36px);
  /* font-size: min(max(20px, 2vw), 39px); */
  letter-spacing: 0;
  line-height: 1.2;
  margin-top: 15px;
  margin-bottom: 8px;
  color: #000;
  font-family: 'MintGrotesk-V1.2 Medium', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif !important;
  font-weight: 500;
}
.multiple-items .shop_sale {
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  text-decoration: none;
  font-family: 'MintGrotesk-V1.2 Medium', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif !important;
  /* font-family: 'Kantumruy Pro', sans-serif; */
  font-weight: 500;
  overflow: hidden;
  position: relative;
  padding-bottom: 3px;
}
.multiple-items a .shop_sale {
  position: relative;
}
.multiple-items a .shop_sale::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #000000;
  bottom: 0px;
  transform: scale(1, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
.multiple-items a .shop_sale:hover::after {
  transform: scale(0, 1);
}
.multiple-items .shop_sale span {
  width: 100%;
  height: 1px;
  background-color: #000;
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(0, .7, .3, 1);
  position: absolute;
  left: 0;
  bottom: 0;
}
.ccm-edit-mode .panel {
  display: block !important;
}
/* 装飾用CSS */
.multiple-items .line-through {
  text-decoration: line-through;
}
.multiple-items .red {
  color: red;
}
.multiple-items .fw-bold {
  font-weight: bold;
}
.multiple-items .fz-small {
  font-size: 80%;
}
