@charset "UTF-8";
html {
    scroll-behavior:auto;
}

#setmatch_00237 picture,
#setmatch_00237 img {
    display: block!important;
}

#setmatch_00237 {
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    position: relative;
    width: 1200px;
}

#setmatch_00237 .setmatch_00237_inner {
    text-align: center;
    width: 100%;
    max-width: 100%;
}

#setmatch_00237 .c-introduction_block {
  position: relative;
}

#setmatch_00237 .c-introduction_link {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

#setmatch_00237 .c-introduction_link a {
    display: inline-block;
}

#setmatch_00237 .c-introduction_block.c-introduction_pic01 .c-introduction_link {
    bottom: 42px;
    width: 100%;
    text-align: center;
}

#setmatch_00237 .c-introduction_block.c-introduction_pic02 .c-introduction_link {
    bottom: 77px;
    text-align: center;
    left: 100px;
}

@media screen and (min-width: 769px) {
    .setmatch .category_ul .item_li .button_ul {
        margin: 0;
    }
    .setmatch ul.category_select {
        justify-content: flex-end;
        gap: 0 6px;
    }
}

@media screen and (max-width: 768px) {
    html {
        scroll-behavior: smooth;
    }

    #setmatch_00237 .pc_only {
        display: none!important;
    }

    #setmatch_00237 .sp_only {
        display: block!important;
    }

    #setmatch_00237 {
        padding: 0;
        margin-bottom: 0;
        width: 100vw;
        margin-left: calc(-10px);
    }
    
    #setmatch_00237 .c-introduction_block.c-introduction_pic01 .c-introduction_link {
        width: 85%;
        bottom: 14%;
    }

    #setmatch_00237 .c-introduction_block.c-introduction_pic02 .c-introduction_link {
        bottom: 17.5vw;
        left: 8%;
        width: 12%;
    }

}