@media screen and (min-width: 769px), print {
  .product .row {
    width: 1200px;
    margin: 0 auto;
  }
  .product .series .lst__main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .product .series .lst__main li a {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    color: #e73232;
    font-size: 1.8rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 22px;
    width: 390px;
    height: 88px;
    position: relative;
    opacity: 1;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
  }
  .product .series .lst__main li a:hover {
    opacity: .7;
  }
  .product .series .lst__main li a::before {
    content: "";
    position: absolute;
    background: #fff;
    -moz-border-radius: 50%;
         border-radius: 50%;
    width: 25px;
    height: 25px;
    top: 50%;
    right: 14px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .product .series .lst__main li a::after {
    content: "";
    position: absolute;
    border-top: solid 2px #e73232;
    border-right: solid 2px #e73232;
    width: 8px;
    height: 8px;
    top: 44%;
    right: 22px;
    -webkit-transform: rotateZ(135deg);
       -moz-transform: rotateZ(135deg);
        -ms-transform: rotate(135deg);
            transform: rotateZ(135deg);
  }
  .product .series .lst__main li:nth-of-type(1) {
    background: url(../images2026/bg_vertical.png) no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    background-position: right;
  }
  .product .series .lst__main li:nth-of-type(2) {
    background: url(../images/bg_horizon.png) no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    background-position: right;
  }
  .product .series .lst__main li:nth-of-type(3) {
    background: url(../images/bg_metal.png) no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    background-position: right;
  }
  .product .series .lst__sub {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
  }
  .product .series .lst__sub li:not(:last-of-type) {
    margin-right: 16px;
  }
  .product .series .lst__sub li a {
    background: #f2f2f2;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 22px;
    font-size: 1.8rem;
    width: 290px;
    height: 62px;
    position: relative;
    opacity: 1;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
  }
  .product .series .lst__sub li a:hover {
    opacity: .7;
  }
  .product .series .lst__sub li a::after {
    content: "";
    position: absolute;
    border-top: solid 1px #6d6d6d;
    border-right: solid 1px #6d6d6d;
    width: 10px;
    height: 10px;
    top: 50%;
    right: 25px;
    -webkit-transform: translateY(-50%) rotateZ(135deg);
       -moz-transform: translateY(-50%) rotateZ(135deg);
        -ms-transform: translateY(-50%) rotate(135deg);
            transform: translateY(-50%) rotateZ(135deg);
  }
  .product .cont {
    margin-top: 80px;
  }
  .product .cont__ttl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 120px;
  }
  .product .cont__ttl h3 {
    font-size: 2.8rem;
    padding-left: 40px;
    letter-spacing: 2px;
    margin-right: 29px;
  }
  .product .cont__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 30px;
  }
  .product .cont__list .blank a {
    background: #dee4ee;
  }
  .product .cont__list .blank a .desc h4 {
    color: #457fbd;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .product .cont__list .blank a .desc h4:after {
    content: "";
    background: url(/common/images/icon_blank.png) no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    width: 12px;
    height: 12px;
    margin-left: 8px;
  }
  .product .cont__list > li {
    background: #f2f2f2;
    margin-bottom: 10px;
    width: 590px;
  }
  .product .cont__list > li a {
    display: block;
    min-height: 188px;
    padding: 20px;
    opacity: 1;
    overflow: hidden;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
  }
  .product .cont__list > li a:hover {
    opacity: .7;
  }
  .product .cont__list > li a .desc {
    width: 280px;
  }
  .product .cont__list > li a .desc p {
    color: #404040;
    font-size: 1.4rem;
  }
  .product .cont__list > li a .desc h4 {
    color: #e73232;
    font-size: 2.3rem;
    margin-bottom: 3px;
  }
  .product .cont__list > li a .desc h4 span {
    font-size: 1.6rem;
  }
  .product .cont__list > li a .desc h4 sub {
    font-size: 2.4rem;
  }
  .product .cont__list > li a .product_img {
    /* float: right; */
  }
  .product .cont__list.none_flex {
   /* / display: block; */
  }
  .product .cont__list.none_flex > li {
    position: relative;
    width: 868px;
  }
  .product .cont__list.none_flex > li a .product_img {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    float: none;
    /* position: absolute; */
    top: 20px;
    right: 20px;
  }
  .product .cont__list.none_flex > li a .product_img figure + figure {
    margin-left: 20px;
  }
  .product .cont .tags {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .product .cont .tags li {
    background: #457fbd;
    color: #fff;
    font-size: 1.2rem;
    margin-right: 6px;
    text-align: center;
    padding: 3px 10px;
    margin-bottom: 6px;
  }
  .product .cont .tags .tag01 {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    background: none;
    border: solid 1px #e73232;
    color: #797979;
    font-weight: bold;
    text-align: center;
  }
  .product .cont .tags .tag02 {
    background: #e73232;
    color: #fff;
  }
  .product .cont .tags .full {
    margin-right: 100px;
  }
  .product .vertical .cont__ttl {
    background: url(../images2026/bg_vertical02.png) no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    background-position: right;
  }
  .product .horizon .cont__ttl {
    background: url(../images2026/bg_horizon02.png) no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    background-position: right;
  }
  .product .metal .cont__ttl {
    background: url(../images2026/bg_metal02.png) no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    background-position: right;
  }
  .product .insulation .cont__ttl {
    background: url(../images2026/bg_insulation02.png) no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    background-position: right;
  }
  .product .insulation .cont__ttl .tags {
    width: 300px;
  }
  .product .ventilation .cont__ttl {
    background: url(../images2026/bg_kanki02.png) no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    background-position: right;
  }
  .product .eavesgutter .cont__ttl {
    background: url(../images2026/bg_toi02.png) no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    background-position: right;
  }
}

@media screen and (max-width: 768px) {
  .product .series .lst__main li {
    margin-top: 2.60417vw;
    border: solid 1px #d8d8d8;
  }
  .product .series .lst__main li a {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    color: #e73232;
    font-size: 3.64583vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 3.125vw;
    height: 18.22917vw;
    position: relative;
    opacity: 1;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
  }
  .product .series .lst__main li a:hover {
    opacity: .7;
  }
  .product .series .lst__main li a::before {
    content: "";
    position: absolute;
    background: #fff;
    -moz-border-radius: 50%;
         border-radius: 50%;
    width: 4.16667vw;
    height: 4.16667vw;
    top: 50%;
    right: 4.16667vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .product .series .lst__main li a::after {
    content: "";
    position: absolute;
    border-top: solid 0.26042vw #e73232;
    border-right: solid 0.26042vw #e73232;
    width: 1.17188vw;
    height: 1.17188vw;
    top: 46%;
    right: 5.46875vw;
    -webkit-transform: rotateZ(135deg);
       -moz-transform: rotateZ(135deg);
        -ms-transform: rotate(135deg);
            transform: rotateZ(135deg);
  }
  .product .series .lst__main li:nth-of-type(1) {
    background: url(../images/bg_vertical_sp.png) no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    background-position: right;
  }
  .product .series .lst__main li:nth-of-type(2) {
    background: url(../images/bg_horizon_sp.png) no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    background-position: right;
  }
  .product .series .lst__main li:nth-of-type(3) {
    background: url(../images/bg_metal_sp.png) no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    background-position: right;
  }
  .product .series .lst__sub {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 2.60417vw;
  }
  .product .series .lst__sub li {
    margin-bottom: 2.60417vw;
  }
  .product .series .lst__sub li a {
    background: #f2f2f2;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 2.60417vw;
    font-size: 3.64583vw;
    width: 44.92188vw;
    height: 11.19792vw;
    position: relative;
    opacity: 1;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
  }
  .product .series .lst__sub li a:hover {
    opacity: .7;
  }
  .product .series .lst__sub li a::after {
    content: "";
    position: absolute;
    border-top: solid 1px #6d6d6d;
    border-right: solid 1px #6d6d6d;
    width: 1.5625vw;
    height: 1.5625vw;
    top: 50%;
    right: 4.16667vw;
    -webkit-transform: translateY(-50%) rotateZ(135deg);
       -moz-transform: translateY(-50%) rotateZ(135deg);
        -ms-transform: translateY(-50%) rotate(135deg);
            transform: translateY(-50%) rotateZ(135deg);
  }
  .product .cont {
    margin-top: 10.41667vw;
  }
  .product .cont__ttl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 17.57812vw;
    padding-left: 2.60417vw;
  }
  .product .cont__ttl h3 {
    font-size: 4.42708vw;
    letter-spacing: 0.26042vw;
  }
  .product .cont__list {
    margin-top: 5.85938vw;
  }
  .product .cont__list .blank a {
    background: #dee4ee;
  }
  .product .cont__list .blank a .desc h4 {
    color: #457fbd;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .product .cont__list .blank a .desc h4:after {
    content: "";
    background: url(/common/images/icon_blank.png) no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    width: 2.60417vw;
    height: 2.60417vw;
    margin-left: 2.60417vw;
  }
  .product .cont__list > li {
    width: 92.44792vw;
    margin-bottom: 3.25521vw;
  }
  .product .cont__list > li a {
    background: #f2f2f2;
    display: block;
    opacity: 1;
    overflow: hidden;
    padding: 3.90625vw 2.60417vw;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
  }
  .product .cont__list > li a .desc p {
    color: #404040;
    font-size: 2.86458vw;
  }
  .product .cont__list > li a .desc h4 {
    color: #e73232;
    font-size: 4.16667vw;
    margin-bottom: 3.90625vw;
  }
  .product .cont__list > li a .desc h4 span {
    font-size: 3.125vw;
  }
  .product .cont__list > li a .desc h4 sub {
    font-size: 2.60417vw;
  }
  .product .cont__list > li a .desc .tags {
    width: 100%;
  }
  .product .cont__list > li a .desc .tags.one {
    width: auto;
  }
  .product .cont__list > li a .desc .tags + .tags {
    margin-top: 1.30208vw;
  }
  .product .cont__list > li a .product_img {
    float: right;
    margin-bottom: 2.60417vw;
    margin-left: 3.125vw;
    width: 43.61979vw;
  }
  .product .cont__list.none_flex > li a .desc h4 {
    margin-bottom: 2.60417vw;
  }
  .product .cont__list.none_flex > li a .product_img {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    float: none;
    margin: 0 0 2.86458vw;
    width: 100%;
  }
  .product .cont__list.none_flex > li a .product_img figure {
    width: 42.31771vw;
  }
  .product .cont__list.none_flex > li a .product_img figure + figure {
    margin-left: 2.60417vw;
  }
  .product .cont .tags {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .product .cont .tags li {
    background: #457fbd;
    color: #fff;
    font-size: 2.60417vw;
    margin-right: 1.30208vw;
    text-align: center;
    padding: 1.04167vw;
    margin-bottom: 1.30208vw;
  }
  .product .cont .tags .tag01 {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    background: none;
    border: solid 1px #e73232;
    color: #797979;
    font-weight: bold;
    text-align: center;
  }
  .product .cont .tags .tag02 {
    background: #e73232;
    color: #fff;
  }
  .product .cont .tags .full {
    margin-right: 100px;
  }
  .product .vertical .cont__ttl {
    background: url(../images2026/bg_vertical02_sp.png) no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    background-position: right;
  }
  .product .horizon .cont__ttl {
    background: url(../images2026/bg_horizon02_sp.png) no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    background-position: right;
  }
  .product .metal .cont__ttl {
    background: url(../images2026/bg_metal02_sp.png) no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    background-position: right;
  }
  .product .metal .cont__list li {
    width: auto;
  }
  .product .insulation .cont__ttl {
    background: url(../images2026/bg_insulation02_sp.png) no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    background-position: right;
    height: 27.34375vw;
    display: block;
  }
  .product .insulation .cont__ttl h3 {
    padding-top: 3.64583vw;
  }
  .product .insulation .cont__ttl .tags {
    width: 58.59375vw;
    margin-top: 1.5625vw;
  }
  .product .solor .cont__ttl {
    background: url(../images2026/bg_solar02_sp.png) no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    background-position: right;
  }
  .product .ventilation .cont__ttl {
    background: url(../images2026/bg_kanki02_sp.png) no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    background-position: right;
  }
  .product .ventilation .cont__list li {
    width: auto;
  }
  .product .eavesgutter .cont__ttl {
    background: url(../images2026/bg_toi02_bg.png) no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    background-position: right;
  }
  .filter_lead{
    font-size: 14px;
    line-height: 1.4;
    margin-top: 20px;
  }
}

@media screen and (min-width: 769px), print {
  .filter_ttl{
    margin: 44px 0 24px;
    padding-left: 18px;
    border-left: 3px solid #e73232;
    font-size: 2.2rem;
  }
  .filter_lead{
    font-size: 15px;
    line-height: 1.5;
    margin-top: 20px;
  }
  .product-filter {
    /* border: 1px solid #d9d9d9; */
    margin-top: 30px;
  }
  .product-filter__group{
    background: #f7f7f7;
    padding: 40px;
  }
  .product-filter__group + .product-filter__group {
    margin-top: 20px;
  }
  .product-filter__label {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .product-filter__list.cate{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 24px 20px;
  }
  .product-filter__list.cate li{
    margin: 0;
  }
  .product-filter__list.cate li button{
    width: 100%;
    text-align: left;
    font-weight: 600;
    font-size: 18px;
    padding: 24px 22px;
    border: 1px solid #d8d8d8;
  }
  .product-filter__list.cate .product-filter__btn{
    position: relative;
    z-index: 0;
    overflow: hidden;
    transition: background .2s ease, color .2s ease, border-color .2s ease;
  }
  .product-filter__list.cate .product-filter__btn::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #457fbd;
    mix-blend-mode: multiply;
    opacity: 0;
    z-index: -1;
    transition: opacity .3s;
  }
  .product-filter__list.cate .product-filter__btn.is-active{
    color: #fff;
  }
  .product-filter__list.cate .product-filter__btn.is-active::after{
    opacity: 1;
  }
  .product-filter__list.cate .product-filter__btn.button_01{
    background: url(../images2026/product_filer_01.png) 0 / cover no-repeat;
  }
  .product-filter__list.cate .product-filter__btn.button_02{
    background: url(../images2026/product_filer_02.png) 0 / cover no-repeat;
  }
  .product-filter__list.cate .product-filter__btn.button_03{
    background: url(../images2026/product_filer_03.png) 0 / cover no-repeat;
  }
  .product-filter__list.cate .product-filter__btn.button_04{
    background: url(../images2026/product_filer_04.png) 0 / cover no-repeat;
  }
  .product-filter__list.cate .product-filter__btn.button_05{
    background: url(../images2026/product_filer_05.png) 0 / cover no-repeat;
  }
  .product-filter__list.cate .product-filter__btn.button_06{
    background: url(../images2026/product_filer_06.png) 0 / cover no-repeat;
  }
  .product-filter__list.cate .product-filter__btn.button_07{
    background: url(../images2026/product_filer_07.png) 0 / cover no-repeat;
  }
 
  .product-filter__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .product-filter__group.tag .product-filter__list li {
    margin: 0 10px 10px 0;
  }
  .product-filter__group.tag .product-filter__btn {
    background: #989898;
    color: #fff;
    cursor: pointer;
    font-size: 1.8rem;
    border: none;
    padding: 5px 18px;
    -moz-transition: background .2s ease, color .2s ease, border-color .2s ease;
    transition: background .2s ease, color .2s ease, border-color .2s ease;
  }
  .product-filter__btn:hover {
    /* border-color: #e73232; */
    color: #457fbd;
  }
  .product-filter__group.tag .product-filter__btn.is-active {
    background: #457fbd;
    border-color: #457fbd;
    color: #fff;
  }
  .product-filter__actions {
    margin-top: 12px;
  }
  .product-filter__reset {
    background: none;
    border: 1px solid #999;
    color: #555;
    cursor: pointer;
    font-size: 1.4rem;
    padding: 8px 14px;
  }
  .product-filter__reset:hover {
    border-color: #333;
    color: #333;
  }
  .product-filter__empty {
    display: none;
    margin-top: 16px;
    color: #e73232;
    font-size: 1.6rem;
    font-weight: 700;
  }
  .product-filter__empty.is-active {
    display: block;
  }
  .product .cont__list > li.is-filtered-out {
    display: none;
  }
  .product .cont.is-filtered-out {
    display: none;
  }
  .cont.solor .cont__ttl{
    background: url(../images/cate_solar_bg.png) 0 / cover no-repeat;
  }
}

@media screen and (max-width: 768px) {
  .product-filter {
    background: #f7f7f7;
    border: 1px solid #d9d9d9;
    padding: 5.20833vw 4.16667vw;
    margin-top: 6.25vw;
  }
  .product-filter__group + .product-filter__group {
    margin-top: 4.6875vw;
  }
  .product-filter__label {
    font-size: 3.75vw;
    font-weight: 700;
    margin-bottom: 2.60417vw;
  }
  .product-filter__group .product-filter__list.cate{
    justify-content: space-between;
  }
  .product-filter__list.cate .product-filter__btn.button_01{
    background: url(../images2026/product_filer_01.png) 0 / cover no-repeat;
  }
  .product-filter__list.cate .product-filter__btn.button_02{
    background: url(../images2026/product_filer_02.png) 0 / cover no-repeat;
  }
  .product-filter__list.cate .product-filter__btn.button_03{
    background: url(../images2026/product_filer_03.png) 0 / cover no-repeat;
  }
  .product-filter__list.cate .product-filter__btn.button_04{
    background: url(../images2026/product_filer_04.png) 0 / cover no-repeat;
  }
  .product-filter__list.cate .product-filter__btn.button_05{
    background: url(../images2026/product_filer_05.png) 0 / cover no-repeat;
  }
  .product-filter__list.cate .product-filter__btn.button_06{
    background: url(../images2026/product_filer_06.png) 0 / cover no-repeat;
  }
  .product-filter__list.cate .product-filter__btn.button_07{
    background: url(../images2026/product_filer_07.png) 0 / cover no-repeat;
  }
  .product-filter__list.cate .product-filter__btn{
    position: relative;
    z-index: 0;
    overflow: hidden;
    transition: background .2s ease, color .2s ease, border-color .2s ease;
    color: #000;
    width: 100%;
    text-align: left;
    padding: 3vw 3.125vw;
  }
  .product-filter__list.cate .product-filter__btn::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #457fbd;
    mix-blend-mode: multiply;
    opacity: 0;
    z-index: -1;
    transition: opacity .3s;
  }
  .product-filter__list.cate .product-filter__btn.is-active{
    color: #fff;
  }
  .product-filter__list.cate .product-filter__btn.is-active::after{
    opacity: 1;
  }
  .product-filter__list.cate li{
    margin: 0 0 2.08333vw 0;
    width: 49%;
  }
  .product-filter__list {
    display: -webkit-box;
    display: -moz-box;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .product-filter__list li {
    margin: 0 2.08333vw 2.08333vw 0;
  }
  .product-filter__btn {
    background: #989898;
    color: #fff;
    cursor: pointer;
    font-size: 3.33333vw;
    padding: 2.60417vw 3.125vw;
  }
  .product-filter__btn.is-active {
    background: #457fbd;
    color: #fff;
  }
  .product-filter__actions {
    margin-top: 2.60417vw;
  }
  .product-filter__reset {
    background: none;
    border: 1px solid #999;
    color: #555;
    cursor: pointer;
    font-size: 3.125vw;
    padding: 2.08333vw 3.125vw;
  }
  .product-filter__empty {
    display: none;
    margin-top: 3.125vw;
    color: #333;
    font-size: 3.33333vw;
    font-weight: 700;
  }
  .product-filter__empty.is-active {
    display: block;
  }
  .product .cont__list > li.is-filtered-out {
    display: none;
  }
  .product .cont.is-filtered-out {
    display: none;
  }
  .product-filter__list.cate button{
    border: none;

  }
  .product-filter__group.tag .product-filter__list .product-filter__btn{
    padding: 1vw 3.125vw;
  }
   .product-filter__group.tag .product-filter__list li button {
    border: none;
  }
}
/*-------------------------------------------------------*/
/*----------------- 2026 製品一覧  ------------------------*/
/*-------------------------------------------------------*/
@media screen and (min-width: 769px), print {

  .product.product--main .cont a{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 10px 20px;
    align-items: center;
  }
  .product.product--main .cont .product_img img{
    width: 258px;
    object-fit: cover;
    height: 147px;
    /* img{
      height: 147px;
      } */
    }
  }
