.tabs_wrapper {
  width: 100%;
  background: #fff;
  height: auto;
  margin: 18px auto 0;
}
h2.category-tabs-title {
  padding: 18px 4vw 0;
  font-size: 21px;
}
.tabs {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: calc(125% + 60px);
}
.tab {
  width: 25%;
}
.tab_switch {
  display: none;
}
.tab_label {
  position: relative;
  display: block;
  line-height: 34px;
  height: 55px;
  padding: 0;
  text-align: center;
  color: #ababab;
  font-family: "Uniqlo";
	font-weight: bold;
  font-size: 15px;
  cursor: pointer;
  top: 0;
  transition: all 0.25s;
}
.tab_label:hover {
  color: #1b1b1b;
}
.tab_label span {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 0;
  border-bottom: 3px solid transparent;
}

.tab_content {
  position: absolute;
  width: 100%;
  height: auto;
  z-index: 1;
  top: 55px;
  left: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
  opacity: 0;
  transition: all 0.35s;
}

.tab_content_each_lineup {
  width: 32.3333%;
  margin: 0.3% 0.1%;
  z-index: 1;
}
.tab_content_each_lineup a {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
}

.tab_content_each_lineup a .tab_content_category_title {
  position: absolute;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0 4px;
  text-align: center;
  transform: translateY(-50%);
}

.tab_switch:checked + .tab_label {
  color: #1b1b1b;
  transition: all 0.35s;
  z-index: 1;
}
.tab_switch:checked + .tab_label span {border-bottom: 3px solid #378694;}

.tab_switch:checked + label + .tab_content {
  z-index: 2;
  opacity: 1;
  transition: all 0.35s;
}

.tab_content_each_lineup a .g-imgAdjustBox::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(0, 0, 0, .3);
  transition: ease .2s all;
}

.tab_content_each_lineup a:hover .g-imgAdjustBox::after,
.tab_content_each_lineup a:active .g-imgAdjustBox::after {
  background: rgba(0, 0, 0, 0);
}

.all_categoris {
  padding: 18px 1vw;
  text-align: right;
  width: 100%;
}
.all_categoris a {
  display: inline-block;
  font-size: 15px;
  line-height: 19px;
  padding-bottom: 0;
  width: auto;
  height: auto;
  text-decoration: underline;
  font-weight: bold;
}

@media screen and (min-width:768px) {
  .tab_content_each_lineup a .tab_content_category_title {font-size: 24px;line-height: 1em;}
}

@media screen and (min-width:769px) {
.tabs_wrapper { border-top: 1px solid #dadada; max-width: 856px; border-bottom: 1px solid #dadada; }
h2.category-tabs-title { padding: 28px 28px 0; font-size: 30px; }
}

@media screen and (min-width:1028px) {
.tabs_wrapper { max-width: 856px;}/*padding-bottom: 94%;*/
}
