@charset "UTF-8";

#sg_category h1{
  border-bottom: 1px solid hsla(0,0%,78%,.5);
  font-size: 1.5em;
}
#sg_category h1 span{
  border-bottom: 1px solid #000;
  padding: .25em .5em;
  display: inline-block;
}

#sg_category .sg_categoryHead{
  border: 1px solid hsla(0,0%,78%,.5);
  margin-top: 1em;
  padding: 1.5em;
  width: 100%;
  line-height: 1.6;
  margin-bottom: 4em;
}

#sg_category .sg_paginationWrap{
  display: flex;
  justify-content: center;
  margin: 3em 0;
}
#sg_category .sg_paginationWrap .sg_pagination{
  box-sizing: content-box;
  display: block;
  font-size: 14px;
  height: 36px;
  line-height: 36px;
  margin: 6px;
  min-width: 36px;
  padding: 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: color .25s, background-color .25s;
  width: auto;
  color: #fff;
  background-color: #dedede;
}
#sg_category .sg_paginationWrap .sg_pagination.current{
  background-color: #000;
}

@media screen and (max-width: 1019px){
}
@media screen and (max-width: 959px){
}
@media screen and (max-width: 599px){
}

  .sg_tag_container {
            display: flex;
            align-items: center;
            width: 100%;
            overflow: hidden;
            margin-bottom: 20px;
        }
        
        .sg_tag_fixed-label {
            position: sticky;
            left: 0;
            z-index: 10;
            padding-left: 0px;
            padding-right: 10px;
            background-color: #f5f5f5;
            white-space: nowrap;
            font-weight: bold;
            color: #333;
            display: flex;
            align-items: center;
        }
        
        .sg_tag_divider {
            margin: 0 5px;
            color: #999;
        }
        
        .sg_tag_scroll-area {
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
            padding: 10px 0;
            flex: 1;
        }
        
        .sg_tag_scroll-area::-webkit-scrollbar {
            display: none;
        }
        
        .sg_tag_button-list {
            display: flex;
            flex-wrap: nowrap;
            white-space: nowrap;
            list-style: none;
            padding-right: 15px;
            padding-left:0!important;
        }
        
        .sg_tag_button-item {
            margin-right: 10px;
        }
        
        .sg_tag_button-item:last-child {
            margin-right: 15px;
        }
        
        .sg_tag_button {
            display: inline-block;
            padding: 0px 18px;
            border: 1px solid #ddd;
            border-radius: 50px;
            background-color: #fff;
            color: #333;
            text-decoration: none;
            font-size: 14px;
            font-weight: normal;
            text-align: center;
            min-width: fit-content;
        }
        
        .sg_tag_section-title {
            font-size: 16px;
            font-weight: bold;
            margin: 20px 15px 10px;
            color: #333;
        }

        /* レスポンシブデザイン対応 */
        @media (max-width: 640px) {
            .sg_tag_fixed-label {
                padding-left: 0px;
                padding-right: 5px;
            }
            
            .sg_tag_button {
                padding: 0px 20px;
                font-size: 13px;
            }
        }