@charset "UTF-8";
/* ベース */

.contents1__inner {
    width: auto;
    max-width: 100%;
    font-size: 16px;
    padding: 0;
}

#set_list section {
    background-color: #F9F9F9;
}

#set_list section:nth-of-type(even) {
    background-color: #fff;
}

#set_list section .set_inner {
    max-width: 920px;
    margin: 0 auto;
    padding: 60px 0 40px;
}

/* mv */

#set_mv {
    text-align: center;
}

#set_mv .set_inner {
    padding-top: 40px;
}

#set_mv img {
    margin-bottom: 20px;
    width: 100%;
}

#set_mv h1 {
    margin-bottom: 20px;
    line-height: 1.5;
    margin-bottom: 5px;
}

#set_mv p {
    margin-bottom: 40px;
    line-height: 1.5;
}

/* ナビ */

#set_list nav {
    margin-left: 10px;
}

#set_list nav ul, #set_list nav li {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    list-style: none;
}

#set_list nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
}

#set_list nav li {
    width: calc((100% - 30px) / 3);
    margin-right: 10px;
    margin-bottom: 10px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
}

#set_list nav li.col2 {
    width: calc((100% - 20px) / 2);
}

#set_list nav li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    position: relative;
    border-radius: 10px;
    background-color: #D2C8B4;
    font-weight: bold;
    font-size: 1.2em;
    color: #0a0a0a;
    text-decoration: none;
    padding: 0 30px;
}

#set_list nav li a:after {
    content: "";
    position: absolute;
    margin-top: -3px;
    top: 50%;
    right: 16px;
    box-sizing: border-box;
    width: 5px;
    height: 7px;
    border: 5px solid transparent;
    border-top: 7px solid #0a0a0a;
}

/* カテゴリ */

.set_cate h2 {
    text-align: center;
    position: relative;
    font-size: 2em;
    margin-bottom: 65px;
}

.set_cate h2:after {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 5px;
    content: '';
    border-radius: 3px;
    background: #A96F00;
}

.set_cate_bnrtop h3, .set_cate_bnrbottom h3 {
    text-align: center;
    margin: 20px auto 10px;
    font-weight: bold;
    color: #603814;
}

/* 商品 */

.set_items {
    padding: 40px 0 20px;
}

.set_items:not(:last-child) {
    border-bottom: 1px solid #CDCDCD;
}

.set_items h3 {
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 20px;
}

.set_items>p {
    margin: 0 10px 20px;
    line-height: 1.3;
}

.set_items_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 860px;
    margin: 0 auto;
}

.set_pickup .set_items_wrap>img {
    display: block;
    margin-right: 20px;
    border: 1px solid #DADADA;
    width: 100%;
    max-width: 330px;
}

.set_btn {
    margin: 0 auto;
}

.set_contents {
    width: 500px;
}

.set_pickup .set_contents {
    width: 100%;
    margin-bottom: 20px;
}

.set_pickup_wrap {
    width: 100%;
}

.set_contents ul, .set_contents li {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    list-style: none;
}

.set_contents>p {
    padding: 8px 0 8px 10px;
    background: #E9E6DF;
    font-weight: bold;
}

.set_contents li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 20px 10px;
}

.set_contents li:not(:last-child) {
    border-bottom: 1px solid #DADADA;
}

.set_contents input {
    width: 20px;
    height: 20px;
    margin: 0 15px 0 0;
}

.set_contents a {
    color: #0a0a0a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.set_contents a img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    border: 1px solid #DADADA;
    background: #fff;
    margin-right: 15px;
}

.set_contents a p {
    line-height: 2;
}

.set_contents a .__product_name {
    text-decoration: underline;
}

.set_contents a:hover .__product_name {
    text-decoration: none;
}

.set_btn {
    max-width: 340px;
    text-align: center;
}

.set_btn p {
    margin-top: 20px;
    font-size: 0.75em;
}

.set_btn p {
    font-size: 0.8em;
}

.set_menu_link {
    display: block;
    clear: both;
    text-align: right;
    font-size: 12px;
    color: #A96F00;
    margin-top: 20px;
    text-decoration: underline;
}

@media screen and (max-width: 940px) {
    .contents1__inner {
        width: 100%;
        overflow-x: hidden !important;
    }
    #set_list section .set_inner {
        padding: 60px 10px 40px;
    }
}

@media screen and (max-width: 800px) {
    #set_list section .set_inner {
        padding: 50px 10px 30px;
    }
    #set_mv .set_inner {
        padding-top: 30px;
    }
    #set_mv p {
        margin-bottom: 30px;
    }
    #set_list nav li {
        width: calc((100% - 20px) / 2);
    }
    #set_list nav li.col2 {
        width: 100%;
    }
    .set_items_wrap {
        display: block;
    }
    .set_contents {
        width: 100%;
        margin-bottom: 20px;
    }
    .set_pickup .set_items_wrap>img {
        margin: 0 auto 20px;
    }
}

@media screen and (max-width: 600px) {
    .contents1__inner {
        font-size: 14px;
    }
    #set_mv p br {
        display: none;
    }
    #set_list nav li a {
        height: 50px;
        font-size: 1.1em;
        padding: 0 20px;
    }
    #set_list nav li a:after {
        margin-top: -3px;
        right: 10px;
        width: 4px;
        height: 5px;
        border: 4px solid transparent;
        border-top: 5px solid #0a0a0a;
    }
    .set_cate h2 {
        text-align: center;
        position: relative;
        font-size: 2em;
        margin-bottom: 40px;
    }
    .set_cate h2:after {
        bottom: -15px;
    }
    .set_items {
        padding: 30px 0 20px;
    }
}

@media screen and (max-width: 480px) {
    #set_list nav li a {
        font-size: 1em;
    }
    .set_cate h2 {
        font-size: 1.5em;
    }
}