.explore_content .tab_area {
  margin-top: 100rem;
}
.explore_content .tab_area h2 {
  font-size: 30rem;
  text-align: center;
}
.explore_content .tab_area .tab_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.explore_content .tab_area .tab_wrap.top {
  margin-top: 44rem;
}
.explore_content .tab_area .tab_wrap.bottom {
  margin-top: 90rem;
}
.explore_content .tab_area .tab_wrap li {
  background-color: rgba(108, 52, 0, 0.7294117647);
  width: 210rem;
  height: 60rem;
  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;
  cursor: pointer;
  color: #fff;
}
.explore_content .tab_area .tab_wrap li.on {
  background-color: #6C3400;
  position: relative;
}
.explore_content .tab_area .tab_wrap li.on::after {
  position: absolute;
  content: "";
  height: auto;
  background-color: transparent;
  left: 50%;
  bottom: -10rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-right: 10rem solid transparent;
  border-left: 10rem solid transparent;
  border-top: 10rem solid #6C3400;
}
.explore_content .tab_area .tab_wrap.bottom li.on::after {
  content: none;
}
.explore_content .tab_area .tab_content {
  margin-top: 57rem;
  display: none;
  gap: 70rem 37rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 1080rem;
  margin-left: auto;
  margin-right: auto;
}
.explore_content .tab_area .tab_content.on {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.explore_content .tab_area .tab_content li {
  width: 335rem;
  padding-bottom: 60rem;
  position: relative;
}
.explore_content .tab_area .tab_content li .img_wrap img {
  height: 218rem;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.explore_content .tab_area .tab_content li h3 {
  font-size: 18rem;
  font-weight: bold;
  margin-top: 17rem;
}
.explore_content .tab_area .tab_content li p {
  margin-top: 13rem;
}
.explore_content .tab_area .tab_content li .btn_wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.explore_content .tab_area .tab_content li .btn_wrap.add_btn {
  position: static;
  display: block;
}
.explore_content .tab_area .tab_content li .btn_wrap.add_btn span {
  display: block;
}
.explore_content .tab_area .tab_content li .btn_wrap .common_btn a::after {
  width: 17rem;
  height: auto;
  aspect-ratio: 1/1;
  background-image: url(/assets/img/ico_tab_b.svg);
  background-size: contain;
  right: 20rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: none;
}
.explore_content .tab_area .tab_content li .btn_wrap .common_btn a:hover::after {
  right: 20rem;
  background-image: url(/assets/img/ico_tab_w.svg);
}

@media screen and (max-width: 680px) {
  .explore_content .tab_area {
    margin-top: 70rem;
  }
  .explore_content .tab_area h2 {
    font-size: 20rem;
  }
  .explore_content .tab_area .tab_wrap {
    gap: 2rem 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .explore_content .tab_area .tab_wrap.top {
    margin-top: 20rem;
  }
  .explore_content .tab_area .tab_wrap.bottom {
    margin-top: 40rem;
  }
  .explore_content .tab_area .tab_wrap li {
    width: 49.5%;
    height: 37rem;
    font-size: 14rem;
  }
  .explore_content .tab_area .tab_wrap li.on::after {
    content: unset;
  }
  .explore_content .tab_area .tab_wrap li.tab_sakai {
    height: 37rem;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .explore_content .tab_area .tab_wrap li.tab_sakai.on::after {
    content: unset;
  }
  .explore_content .tab_area .tab_content {
    width: auto;
    margin-top: 30rem;
    gap: 50rem 0;
  }
  .explore_content .tab_area .tab_content li {
    width: 335rem;
    padding-bottom: 60rem;
  }
  .explore_content .tab_area .tab_content li h3 {
    margin-top: 15rem;
    font-size: 14rem;
  }
  .explore_content .tab_area .tab_content li p {
    margin-top: 5rem;
  }
}/*# sourceMappingURL=explore.css.map */