/* ===============================================================

 project / campaign

=============================================================== */

.e-tabs .tabs_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.e-tabs .tabs_top .tab1, .e-tabs .tabs_top .tab2 {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-left: -1px;
}

.e-tabs .tabs_top .tab1 button, .e-tabs .tabs_top .tab2 button {
  display: block;
  width: 100%;
  border: 1px solid var(--line-color);
  border-bottom: 3px solid var(--theme-color);
  background: #fff;
  color: var(--link-color);
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 500;
  text-align: center;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

.e-tabs .tabs_top .tab1 button span, .e-tabs .tabs_top .tab2 button span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 16px;
}

.e-tabs .tabs_top .tab1.active button, .e-tabs .tabs_top .tab2.active button {
  padding: 4px 0;
  border-color: var(--theme-color);
  background: var(--theme-color);
  color: #fff;
}

.e-tabs .tabcontent1, .e-tabs .tabcontent2 {
  display: none;
  border-top: none;
}

.e-tabs .tabcontent1.active, .e-tabs .tabcontent2.active {
  display: block;
}

.filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin: 24px 0 40px;
}

.filter li {
  cursor: pointer;
  color: #fff;
  font-weight: 500;
  text-align: center;
  background: #D9D9D9;
  border-radius: 19px;
  padding: 6px 24px 8px;
  display: inline-block;
  width: 177px;
}

.filter li.is-active {
  background: var(--theme-color);
}

.prev_arrow, .next_arrow {
  position: absolute;
  top: 50%;
  right: 50%;
  display: block;
  width: 16px;
  height: 16px;
  border-top: 2px solid var(--theme-color);
  border-right: 2px solid var(--theme-color);
  width: 14px;
  height: 14px;
}

.prev_arrow {
  left: -15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(230deg);
          transform: translateY(-50%) rotate(230deg);
  z-index: 1;
  cursor: pointer;
}

.next_arrow {
  right: -15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  z-index: 1;
  cursor: pointer;
}

.-category {
  gap: 80px 42px;
}

.-category .l-gridblock__item {
  display: none;
}

.-category .l-gridblock__item.is-show {
  display: block;
  margin-left: 0;
}

.l-gridblock__item:nth-child(n+2), .l-gridblock__item:nth-child(3n+1), .l-gridblock__item:nth-child(n+4) {
  margin-top: initial !important;
}

@media screen and (min-width: 768px) {
  .l-gridblock, .c-title__block {
    padding: 0;
  }
  .e-tabs .tabs_top .tab1 button:hover, .e-tabs .tabs_top .tab2 button:hover {
    opacity: .5;
  }
  .e-tabs .tabs_top .tab1.active button:hover, .e-tabs .tabs_top .tab2.active button:hover {
    opacity: 1;
  }
  .c-cardbox__detailbox {
    min-height: 275px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-cardbox__detailbox__tagbox {
    margin-top: auto;
  }
}

@media screen and (max-width: 767px) {
  .e-tabs .tabs_top .tab1 button span, .e-tabs .tabs_top .tab2 button span {
    padding: 6px 8px;
  }
  .e-tabs .tabs_top .tab1.active button, .e-tabs .tabs_top .tab2.active button {
    padding: 3px 0;
  }
  .filter {
    margin: 30px 8% 48px;
  }
  .filter li {
    width: initial !important;
    margin-left: 10px;
    padding: 6px 16px 8px;
  }
  .-category {
    gap: initial;
  }
  .-category .l-gridblock__item.is-show {
    margin-bottom: 40px;
  }
  .l-gridblock__item:nth-child(n+2), .l-gridblock__item:nth-child(3n+1), .l-gridblock__item:nth-child(n+4) {
    margin-top: initial !important;
  }
  .c-slider--simple__dottedbox .slick-dots li {
    width: 40px;
    height: 3px;
  }
}


.filter_table {
  display: flex;
  margin: 20px auto 30px;
}
.filter_table li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  height: 65px;
  border: 1px solid #707070;
  cursor: pointer;
}
.filter_table li:nth-of-type(1) {
  border-right: none;
  border-radius: 10px 0 0 10px;
}
.filter_table li:last-child {
  border-left: none;
  border-radius: 0 10px 10px 0;
}
.filter_table li.is-active {
  color: #fff;
  background: var(--theme-color);
}
.filter_table li:hover {
  opacity: 0.5;
}
.filter_table li.is-active:hover {
  opacity: 1.0;
}
.-category .l-gridblock__item.is-show {
  margin-bottom: 40px;
}
.parco {
  display: none;
}
.parco.is-show {
  display: block;
}
@media screen and (max-width: 767px) {
.filter_table {
  flex-wrap: wrap;
  width: 94%;
  margin: 20px auto 30px;
  border-radius: 10px;
}
.filter_table li {
  height: 60px;
  width: 50%;
}
.filter_table li:nth-of-type(1) {
  width: 100%;
  border-right: 1px solid #707070;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
}
.filter_table li:nth-of-type(2) {
  border-right: none;
  border-bottom: none;
  border-radius: 0 0 0 0;
}
.filter_table li:nth-of-type(3) {
  border-radius: 0 0 0 0;
}
.filter_table li:nth-of-type(4) {
  border-right: none;
  border-radius: 0 0 0 10px;
}
.filter_table li:last-child {
  border-top: none;
  border-left: 1px solid #707070;
  border-radius: 0 0 10px 0;
}
}