@charset "UTF-8";

#setmatch_00215 {
    padding: 0;
}

.setmatch_00215_inner {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    color: #000000;
    background: #fff;
}

.setmatch_00215_inner img {
    max-width: 100%;
}

.setmatch_00215_inner .mv{
    width: 100%;
    margin-bottom: 30px;
}

.setmatch_00215_inner .mv{
    margin-bottom: 30px;
}

.setmatch_00215_inner p.head{
    background: #d9c996;
    font-size: 18px;
    font-weight: 600;
    padding: 15px;
    margin-bottom: 20px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.setmatch_00215_inner .plus,
.setmatch_00215_inner .arrow{
    padding: 0 20px;
}

.setmatch_00215_inner .item_area p.head span{
    font-size: 15px;
    margin-left: 30px;
}

.setmatch_00215_inner .item_area .contents{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.setmatch_00215_inner .buy_area p.head span{
    font-size: 15px;
    float: right;
    margin-top: 4px;
}

.setmatch_00215_inner .buy_area .contents{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.setmatch_00215_inner .item_name01{
    color: #c2262d;
    margin-bottom: 5px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.setmatch_00215_inner .item_name02{
    color: #9e8100;
    margin-bottom: 5px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

/* 個別対応 */
.setmatch ul.category_select{
    justify-content: space-between;
}

/* .setmatch ul.category_select li#cate01{
    margin-right: 1%;
} */

@media screen and (max-width: 768px) {

    #setmatch_00215 {
        background: none;
        padding: 0;
        margin-top: 20px;
    }

    .setmatch_00215_inner {
        max-width: 100%;
    }

    .setmatch_00215_inner img {
        max-width: 100%;
    }

    .setmatch_00215_inner .plus,
    .setmatch_00215_inner .arrow{
        width: 35px;
        height: auto;
        padding: 10px 0;
    }

    .setmatch_00215_inner .item_area .contents{
        flex-direction: column;
        padding: 0 30px;
        margin-bottom: 20px;
    }

    .setmatch_00215_inner .item_area p.head span {
        font-size: 60%;
        margin-left: 20px;
    }

    .setmatch_00215_inner .buy_area .contents{
        flex-direction: column;
        padding: 0 30px;
        margin-bottom: 20px;
    }

    .setmatch_00215_inner .buy_area p.head span{
        font-size: 60%;
        margin-top: 2%;
    }

    .setmatch_00215_inner .buy_area .dotted{
        border-bottom: dotted 5px #d9c996;
        width: 100%;
        margin: 20px 0;
    }

    .setmatch_00215_inner .btn{
        width: 80%;
        margin: 30px auto;
    }

    /* 個別対応 */
    .setmatch ul.category_select li#cate01{
        margin-right: 0;
    }
}