* {
    font-family: "Noto Sans JP";
}
.bread ul li:last-child a{
	font-weight: bold;
}
.actual_box,
.reccomendcolumn_box {
    max-width: 898px;
    margin: 3.6vw auto;
}

.actual_box {
    margin-bottom: 5rem;
}

.actual_box h2 {
    font-size: 24px;
    margin-bottom: 2rem;
    font-weight: 900;
    color: #a67b5b;
    text-align: center;
}

.actual_box ul {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-flow: wrap;
    width: 90vw;
    min-height: 300px;
    margin: 0 auto;
}

.actual_box li {
    width: calc(50% - (10px / 2));
    margin-right: 10px;
    margin-bottom: 15px;
}

.actual_box li:nth-child(2n) {
    margin-right: 0;
}

.actual_box li a {
    border: 1px solid #ccc;
    display: block;
    height: 100%;
}

.actual_box li figure {
    height: 150px;
    max-height: 150px;
    object-fit: contain;
    margin-bottom: 10px;
}

.actual_box li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.actual_box li .conts_col_inner {
    padding: 7px;
    color: #000;
}

.actual_box .blog_title {
    font-size: 12px;
    line-height: 1.3;
}

.actual_box .maker {
    font-size: 12px;
    margin: 0 0 5px;
}

.actual_box .price {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 16px;
    text-align: left;
    color: #c40101;
    margin-bottom: 10px;
}

.prod_tag {
    display: none;
}

.reccomendcolumn_box {
    margin-bottom: 80px;
}

.actual_box h2,
.reccomendcolumn_box h2 {
    margin-bottom: 2rem;
    background: #a67b5b;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 0;
}

.more_link {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.more_link a {
    margin: 0;
    padding: 0 1em 0 0;
    font-size: 14px;
    position: relative;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.more_link a svg {
    width: 16px;
    height: 16px;
}

.reccomendcolumn_box ul {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-flow: wrap;
}

.reccomendcolumn_box ul li {
    background: #fff;
    border: 1px solid #f2f2f2;
    margin-bottom: 20px;
    position: relative;
    box-sizing: border-box;
    width: calc(50% - (10px / 2));
    margin-right: 10px;
    margin-bottom: 15px;
}

.reccomendcolumn_box ul li:nth-child(2n) {
    margin-right: 0;
}

.reccomendcolumn_box h3 {
    color: #000;
    padding: 0 10px;
    font-size: 12px;
}
.item_detail_list .cate_price .price_l {
    font-weight: normal;
    font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
    .rate .container.row{
        flex-flow: wrap;
    }
    .rate .container #contents.col-12 {
        padding: 0 0 20px 20px;
        flex: 0 0 calc(100% - 240px);
        width: calc(100% - 240px);
        max-width: calc(100% - 240px);
        margin-left: 20px;
    }
}

@media screen and (min-width: 768px) {
    .rate .container.row{
        flex-flow: wrap;
    }
    .rate.cate_page .search_area {
        padding: 0;
        margin: 3rem auto 0;
    }

    .rate.cate_page .search_area .col-2 input[type=submit] {
        border-radius: 0 10px 10px 0;
    }

    .rate.cate_page .cate_price .price_h,
    .rate.cate_page .cate_price .price_l,
    .rate.cate_page .item_detail_list .jan {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        width: 100%;
        height: calc(100% - 20px);
    }

    .rate .container #contents.col-12 {
        padding-right: 20px;
        padding-left: 20px;
        flex: 0 0 calc(100% - 240px);
        width: calc(100% - 260px);
        max-width: calc(100% - 260px);
    }

    @media screen and (min-width: 960px){
        .cate_item_image.col {
            width: 120px;
            max-height: 150px;
            margin: 0 auto;
            padding: 1rem;
            flex: 0 0 auto;
        }
        .cate_item_image figure{
            max-width: 100%;
        }
        .item_detail_list .cate_price_outer {
            display: flex;
            flex-wrap: wrap;
            flex-basis: initial;
            width: calc(100% - 150px);
            padding: 0;
        }
        .cate_button_satei {
            text-align: center;
            padding: 1rem 0 1rem 0;
            width: 100%;
        }
    }
    @media screen and (min-width: 1119px) {
        .rate .container .col-12 {
            padding-left: 40px;
        }

    }

    .actual_box ul {
        max-width: 100%;
        min-height: auto;
        justify-content: flex-start;
    }

    .actual_box .maker {
        font-size: 12px;
        margin-bottom: 0;
    }

    .actual_box .blog_title {
        font-size: 14px;
        margin-top: 0;
    }

    .actual_box li {
        width: calc(25% - (30px / 4));
        background: #fff;

        margin-right: 10px;
        position: relative;
    }

    .actual_box li a {
        display: block;
        height: 100%;
        border: 1px solid #f2f2f2;
    }

    .actual_box li:nth-child(4) {
        margin-right: 0;
    }

    .actual_box li figure {
        max-height: 150px;
        overflow: hidden;
    }

    .reccomendcolumn_box {
        margin: 3.6vw auto;
    }

    .actual_box li .conts_col_inner {
        padding: 0 7px 7px;
    }

    .actual_box .price {
        margin-bottom: 0;
    }

    .actual_box h2,
    .reccomendcolumn_box h2 {
        justify-content: flex-start;
        padding-left: 20px;
        font-size: 20px;
        width: 100%;
        height: 60px;
    }

    .reccomendcolumn_box ul li {
        width: calc(33.333% - (20px / 3));
        margin-right: 10px;
    }

    .reccomendcolumn_box ul li:last-child {
        margin-right: 0;
    }

    .reccomendcolumn_box figure {
        width: 100%;
        max-height: 180px;
        height: auto;
        overflow: hidden;
        object-fit: cover;
    }

    .reccomendcolumn_box figure img {
        width: 100%;
    }

    .reccomendcolumn_box li .conts_col_inner {
        padding: 10px;
    }

    .reccomendcolumn_box h3 {
        font-size: 14px;
        line-height: 1.3;
        padding: 0;
    }

    .more_link a {
        padding-right: 0;
        font-size: 16px;
    }

    .actual_box li:nth-child(2) {
        margin-right: 10px;
    }

    .reccomendcolumn_box ul li:nth-child(2) {
        margin-right: 10px;
    }


}
* {
    font-family: "Noto Sans JP";
}

.actual_box,
.reccomendcolumn_box {
    max-width: 898px;
    margin: 3.6vw auto;
}

.actual_box {
    margin-bottom: 5rem;
}

.actual_box h2 {
    font-size: 24px;
    margin-bottom: 2rem;
    font-weight: 900;
    color: #a67b5b;
    text-align: center;
}

.actual_box ul {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-flow: wrap;
    width: 90vw;
    min-height: 300px;
    margin: 0 auto;
}

.actual_box li {
    width: calc(50% - (10px / 2));
    margin-right: 10px;
    margin-bottom: 15px;
}

.actual_box li:nth-child(2n) {
    margin-right: 0;
}

.actual_box li a {
    border: 1px solid #ccc;
    display: block;
    height: 100%;
}

.actual_box li figure {
    height: 150px;
    max-height: 150px;
    object-fit: contain;
    margin-bottom: 10px;
}

.actual_box li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.actual_box li .conts_col_inner {
    padding: 7px;
    color: #000;
}

.actual_box .blog_title {
    font-size: 12px;
    line-height: 1.3;
}

.actual_box .maker {
    font-size: 12px;
    margin: 0 0 5px;
}

.actual_box .price {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 16px;
    text-align: left;
    color: #c40101;
    margin-bottom: 10px;
}

.prod_tag {
    display: none;
}

.reccomendcolumn_box {
    margin-bottom: 80px;
}

.actual_box h2,
.reccomendcolumn_box h2 {
    margin-bottom: 2rem;
    background: #a67b5b;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 0;
}

.more_link {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.more_link a {
    margin: 0;
    padding: 0 1em 0 0;
    font-size: 14px;
    position: relative;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.more_link a svg {
    width: 16px;
    height: 16px;
}

.reccomendcolumn_box ul {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-flow: wrap;
}

.reccomendcolumn_box ul li {
    background: #fff;
    border: 1px solid #f2f2f2;
    margin-bottom: 20px;
    position: relative;
    box-sizing: border-box;
    width: calc(50% - (10px / 2));
    margin-right: 10px;
    margin-bottom: 15px;
}

.reccomendcolumn_box ul li:nth-child(2n) {
    margin-right: 0;
}

.reccomendcolumn_box h3 {
    color: #000;
    padding: 0 10px;
    font-size: 12px;
}
.item_detail_list .cate_price .price_l {
    font-weight: normal;
    font-size: 1.5rem;
}
@media screen and (min-width: 640px) {
    .rate .container.row{
        flex-flow: wrap;
    }
    .rate .container #contents.col-12 {
        padding: 0 0 20px 20px;
        flex: 0 0 calc(100% - 240px);
        width: calc(100% - 240px);
        max-width: calc(100% - 240px);
    }
}

@media screen and (min-width: 768px) {
    .rate .container.row{
        flex-flow: wrap;
    }
    .rate.cate_page .search_area {
        padding: 0;
        margin: 3rem auto 0;
    }

    .rate.cate_page .search_area .col-2 input[type=submit] {
        border-radius: 0 10px 10px 0;
    }

    .rate.cate_page .cate_price .price_h,
    .rate.cate_page .cate_price .price_l,
    .rate.cate_page .item_detail_list .jan {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        width: 100%;
        height: calc(100% - 20px);
    }

    .rate .container #contents.col-12 {
        padding-right: 20px;
        padding-left: 20px;
        flex: 0 0 calc(100% - 260px);
        width: calc(100% - 260px);
        max-width: calc(100% - 260px);
    }

    
    @media screen and (min-width: 1119px) {
        .rate .container .col-12 {
            padding-left: 40px;
        }

    }

    .actual_box ul {
        max-width: 100%;
        min-height: auto;
        justify-content: flex-start;
    }

    .actual_box .maker {
        font-size: 12px;
        margin-bottom: 0;
    }

    .actual_box .blog_title {
        font-size: 14px;
        margin-top: 0;
    }

    .actual_box li {
        width: calc(25% - (30px / 4));
        background: #fff;

        margin-right: 10px;
        position: relative;
    }

    .actual_box li a {
        display: block;
        height: 100%;
        border: 1px solid #f2f2f2;
    }

    .actual_box li:nth-child(4) {
        margin-right: 0;
    }

    .actual_box li figure {
        max-height: 150px;
        overflow: hidden;
    }

    .reccomendcolumn_box {
        margin: 3.6vw auto;
    }

    .actual_box li .conts_col_inner {
        padding: 0 7px 7px;
    }

    .actual_box .price {
        margin-bottom: 0;
    }

    .actual_box h2,
    .reccomendcolumn_box h2 {
        justify-content: flex-start;
        padding-left: 20px;
        font-size: 20px;
        width: 100%;
        height: 60px;
    }

    .reccomendcolumn_box ul li {
        width: calc(33.333% - (20px / 3));
        margin-right: 10px;
    }

    .reccomendcolumn_box ul li:last-child {
        margin-right: 0;
    }

    .reccomendcolumn_box figure {
        width: 100%;
        max-height: 180px;
        height: auto;
        overflow: hidden;
        object-fit: cover;
    }

    .reccomendcolumn_box figure img {
        width: 100%;
    }

    .reccomendcolumn_box li .conts_col_inner {
        padding: 10px;
    }

    .reccomendcolumn_box h3 {
        font-size: 14px;
        line-height: 1.3;
        padding: 0;
    }

    .more_link a {
        padding-right: 0;
        font-size: 16px;
    }

    .actual_box li:nth-child(2) {
        margin-right: 10px;
    }

    .reccomendcolumn_box ul li:nth-child(2) {
        margin-right: 10px;
    }


}



.category_coumn_part_wrap {
    margin: 0 auto;
    padding: 20px 0;
    max-width: 1118px;
    width: 98%;
    border-radius: 8px;
    font-size: 16px;
}

.category_coumn_part_title {
    color: #fff;
    padding: 10px 15px;
    margin: 0 auto 20px;
    background-color: #484848;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.category_coumn_part_title h3{
    margin: 0;
    font-size: 24px;
    line-height: 1.2;
}

.category_coumn_part_inner {
    margin: 0 auto;
}

.category_coumn_list_text {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}

.category_coumn_list_text p {
    line-height: 1.2;
    margin: 0 0 .6em 0;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    color: #a67b5b;
    position: relative;
}

.category_coumn_list_text p::after {
    display: inline-block;
    content: "/";
    width: 14px;
    height: 14px;
    padding-left: 10px;
    color: #666;
}
.category_coumn_list_text .parent_cate{
    font-size: 22px;
    font-weight: bold;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin: 0 auto 1rem;
}
@media screen and (max-width: 767px){
    .category_coumn_list_text .parent_cate{
        font-size: 16px;
        margin-bottom: 0;
        display: block;
    }
}

.category_coumn_list_text .parent_sub_cate:before{
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #a67b5b;
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.category_coumn_list_text .parent_sub_cate a{
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    width: auto;
    background-color: #fff;
}

.category_coumn_list_text p a {
    width: 100%;
    height: 100%;
    text-align: center;
}

.category_coumn_list_text .parent_cate a::after{
    display: inline-block;
    width: 40%;
    height: 1px;
    background-color: #a67b5b;
}
.category_coumn_list_text .parent_cate a:hover,
.category_coumn_list_text .parent_sub_cate a:hover{
    opacity: 1;
    color: #c5a995;
}
.three_method {
    padding: 0;
    position: relative;
    text-align: center;
}

.three_method h3 {
    color: #fff;
    background: #a67b5b;
    padding: 10px 0;
    margin: 0 0 20px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.kaitori_box {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    padding: 20px;
    margin: 0 auto;
    background-color: #f2f0da;
}

.kaitori_box_inner {
    flex: 0 0 calc(33% - (20px / 3));
    width: calc(33% - (20px / 3));
    margin-bottom: 0;
    line-height: 1.3;
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
    position: relative;
}

.kaitori_box_inner:not(:last-child) {
    margin-right: 10px;
}

.kaitori_title {
    width: 100%;
    padding-bottom: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5em;
    color: #09c06d;
}

.kaitori_box_inner:nth-child(2) .kaitori_title {
    color: #007d9f;
}

.kaitori_box_inner:nth-child(3) .kaitori_title {
    color: #cb674a;
}

.kaitori_txt p {
    padding: 20px 0 0;
    margin: 0;
    font-size: 14px;
    text-align: justify;
    color: #000;
}

.kaitori_box_inner figure,
.kaitori_box_inner figure img {
    border-radius: 8px;
}
.method_three_more_link {
    text-align: center;
    margin: 20px auto;
}
.method_three_more_link_text {
    color: #686e6f;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 10px;
}
.method_three_more_link_text + a {
    color: #222;
    font-size: 27px;
    font-weight: bold;
    text-decoration: underline;
    padding: 0 50px 0 0;
    position: relative;
}

@media screen and (max-width: 767px) {
    .kaitori_box{
        display: block;
    }
    .kaitori_box_inner {
        width: 100%;
        margin-bottom: 10px;
    }

    .kaitori_box_inner:not(:last-child) {
        margin-right: 0;
    }

    .kaitori_box_inner a {
        display: flex;
        align-items: flex-start;
        flex-flow: wrap;
        justify-content: flex-start;
        padding: 0 10px;
    }
    .kaitori_title {
        width: 100%;
        font-size: 18px;
        padding: 0;
    }

    .kaitori_box_inner figure {
        width: 40%;
    }

    .kaitori_box_inner .kaitori_txt {
        width: 60%;
    }

    .kaitori_txt p {
        padding: 0 0 0 10px;
    }
    .method_three_more_link_text {
        font-size: 16px;
    }
    .method_three_more_link_text + a {
        font-size: 18px;
        padding-right: 0;
    }
}

@media screen and (min-width: 768) {
    .category_coumn_part_title {
        padding: 10px 0;
        margin-left: 0;
        margin-right: 0;
        min-height: 50px;
        font-size: 18px;
    }
    .method_three_more_link{
        margin-bottom: 80px;
    }
}

.container_cta1 {
    display: flex;
    justify-content: center;
    margin: 0 auto;
}
.web_c1 {
    width: 400px;
}
.web_c1:not(:first-child){
    margin-left: 10px;
}
.web_c1 > a > img {
    margin-top: 2rem;
}

section.brand-models_btn {
    margin: 0 0 40px !important;
    padding: 0 !important
}
.categorylist_box .ttl_h3,
.brand-models_btn h2.main-heading {
    color: #fff;
    background: #3dad8a;
    padding: 15px 0;
    margin: 0 auto 25px;
    text-align: center;
    font-size: 24px;
    line-height: 1.2;
    clear: both;
    margin-bottom: 20px;
    background-color: #484848;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

section.brand-models_btn .main-content {
    margin: 0 0 40px
}

.brand-models_btn .main-content .item_btn {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.categorylist_box .cate_box,
.brand-models_btn .main-content .item_btn li {
    width: 50%;
    padding: 0 10px;
    position: relative;
    color: #333;
    font-weight: bold;
    background: #fcfcfc;
    background: -moz-linear-gradient(top, #fcfcfc 0%, #fff 48%, #fff 100%);
    background: -webkit-linear-gradient(top, #fcfcfc 0%, #fff 48%, #fff 100%);
    background: linear-gradient(to bottom, #fcfcfc 0%, #fff 48%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fcfcfc", endColorstr="#ffffff", GradientType=0);
    font-size: 18px;
    display: block;
    border: 2px solid #f6f6f6;
    border-radius: 4px;
    overflow: hidden;
    -webkit-box-shadow: 2px 3px 4px rgba(95, 95, 95, .75);
    box-shadow: 2px 3px 4px rgba(95, 95, 95, .75);
    height: 100%;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    flex-flow: row;
    align-items: center;
    flex-flow: row;
    flex: auto;
    max-width: unset;
}

.brand-models_btn .main-content .item_btn li a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.brand-models_btn .main-content .item_btn li a:hover {
    background-color: rgb(255 255 255 / 30%);
}

.brand-models_btn .main-content .item_btn li.full {
    width: 100%;
}

.brand-models_btn .main-content .item_btn li.full {
    -webkit-flex-direction: row;
    flex-direction: row;
}

.brand-models_btn .main-content .item_btn li p.item_name {
    margin: 10px 5px;
    height: 100%;
    line-height: 1.2;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
}

.brand-models_btn .main-content .item_btn li p.item_name .inner:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 7px 2px 0;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(45deg);
    vertical-align: middle;
}

.brand-models_btn .main-content .item_btn li p.item_img {
    margin: 0;
    width: 20%;
}
.categorylist_box .btn.more_link,
.brand-models_btn .arrow_link {
    margin: 0 auto 30px;
    width: 440px;
    color: #333;
    font-weight: bold;
    background: #fcfcfc;
    background: -moz-linear-gradient(top, #fcfcfc 0%, #fff 48%, #fff 100%);
    background: -webkit-linear-gradient(top, #fcfcfc 0%, #fff 48%, #fff 100%);
    background: linear-gradient(to bottom, #fcfcfc 0%, #fff 48%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fcfcfc", endColorstr="#ffffff", GradientType=0);
    font-size: 20px;
    display: block;
    border: 2px solid #f6f6f6;
    border-radius: 4px;
    overflow: hidden;
    -webkit-box-shadow: 2px 3px 4px rgba(13, 5, 9, .75);
    box-shadow: 2px 3px 4px rgba(13, 5, 9, .75);
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
}
.categorylist_box .btn.more_link{
    margin-bottom: 40px;
}
@media only screen and (max-width: 910px) {
    .categorylist_box .btn.more_link{
        width:90%;
    }
}
.brand-models_btn .arrow_link a,
.categorylist_box .more_link a{
    font-weight: bold;
    text-decoration: none;
    color: #444;
    display: block;
    width: 100%;
    text-align: center;
    padding: 20px 15px 18px;
    line-height: 1;
}

.arrow_link.right {
    text-align: right;
}
@media screen and (max-width: 767px) {
    .brand-models_btn h2.main-heading{
        font-size: 17px;
    }
    .brand-models_btn .main-content .item_btn li{
        font-size: 14px;
        width: calc(50% - 15px);
        margin-bottom: 10px;
    }
    .brand-models_btn .main-content .item_btn li:nth-child(2n){
        margin-left: 30px;
    }
    .brand-models_btn .arrow_link{
        width: 90vw;
    }
    .category_coumn_part_title h3{
        font-size: 17px;
    }
    .three_method h3{
        font-size: 17px;
    }
}

@media (min-width: 768px) {
    .purchase-point_content {
        padding: 0 20px;
    }

    .purchase-point_summary p {
        padding: 0 20px;
    }
    .categorylist_box .cate_box{
        margin-left: 0;
    }
    .categorylist_box .cate_box,
    .brand-models_btn .main-content .item_btn li {
        width: 100%;
        width: calc(33.333% - (30px/3));
        text-align: center;
        zoom: .8;
        margin-right: 15px;
        margin-bottom: 15px;
    }
    .categorylist_box .cate_box{
        zoom: 1;
    }
    .brand-models_btn .main-content .item_btn li:nth-child(3n) {
        margin-right: 0;
    }
}
.pagination{
    margin-top: 3rem;
    margin-bottom: 0;
}


.categorylist_box{
    margin-bottom: 20px;
}

.categorylist_box .row{
    display: flex;
    flex-flow: wrap;
    justify-content: flex-start;
    margin: 0 auto 30px;
}
/*.categorylist_box .cate_box {
    flex: 0 0 calc(33% - (20px/3));
    width:calc(33% - (20px/3));
    padding: 0;
    margin: 0 10px 10px 0;
    border: 2px solid #e6e6e6;
    border-radius: 4px;
    position: relative;
    box-shadow: -1px 0px 4px #0d0509bf;
    background-color: #fff;
}*/
.categorylist_box .cate_box:nth-child(3n){
    margin-right: 0;
}
.cate_box .cate_link {
    padding: 0;
    display: flex;
    flex-flow: row;
    justify-content:flex-start;
    align-items: center;
    color: #333;
    font-size: 14px;
}
.cate_box .cate_link span{
    padding-right: 20px;
    line-height: 1.2;
}
.cate_box .cate_link::after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    margin: 0 7px 0 0;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(45deg);
    vertical-align: middle;
    position: absolute;
    right: 10px;
}
.cate_box .cate_link.no-link{
    pointer-events: none;
}
.cate_box .cate_link figure {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.cate_box .cate_link img {
    height: auto;
    width: 100%;
    margin: 0;
    display: block;
}
.btn.more_link{
    margin: 20px auto 40px;
    text-align: center;
    width: 50%;
    min-width: 350px;
}
.link_text_btn:before {
    content: "";
    display: inline-block;
    width: .5em;
    height: .5em;
    margin: 0 10px 2px 0;
    border-top: 2px solid #777;
    border-right: 2px solid #777;
    transform: rotate(45deg);
    vertical-align: middle
}
.link_text_btn{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 12px 0;
    -webkit-box-shadow: 2px 3px 4px rgba(13,5,9,.75);
    box-shadow: 2px 3px 4px #0d0509bf;
    border: 2px solid #e3dfdf;
    border-radius: 4px;
    font-size: 15px;
    color: #333;
    font-weight: 700;
    background: #f3f3f3;
    background: -moz-linear-gradient(top,#f3f3f3 0%,#fff 48%,#fff 100%);
    background: -webkit-linear-gradient(top,#f3f3f3 0%,#fff 48%,#fff 100%);
    background: linear-gradient(to bottom,#f3f3f3 0%,#fff 48%,#fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3f3f3",endColorstr="#ffffff",GradientType=0);
    overflow: hidden
}
.categorylist_box .more_link a{
    background: none;
    border: none;
    border-radius: unset;
    font-size: 20px;
}
@media only screen and (max-width: 767px) {
    .categorylist_box .more_link a{
        font-size: 16px;
        padding: 15px;
    }
    .categorylist_box .cate_box:nth-child(3n){
        margin-right: calc(2rem / 2);
    }
    .categorylist_box .ttl_h3{
        font-size: 18px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 959px){

    .rate .container #contents.col-12{
        max-width: calc(100% - 240px);
        margin-left: 20px;
    }
}
/*@media screen  and (max-width: 959px) {
    .cate_item_image.col {
        width: 130px;
        flex: 0 0 130px;
    }
    .rate .item_detail_list .cate_price_outer,
    .item_detail_list .cate_price_outer {
        display: flex;
        flex-wrap: wrap;
        flex-basis: initial;
        width: calc(100% - 150px);
        padding: 0;
    }
    .rate .cate_price.col,
    .item_detail_list .cate_price{
        max-width: 100%;
        min-width: 150px;
    }

    .cate_item_image figure {
        width: 130px;
        max-width: 130px;
    }

    .rate .cate_button_satei {
        min-width: 130px;
        /*width: 132px;*/
    }

    .rate .cate_button_satei .button {
        font-size: 15px;
        line-height: 1.3;
        border-radius: 8px;
    }

    .cate_item_name h3 {
        font-size: 1.4rem;
    }
}*/

.category_coumn_part_wrap {
    margin: 0 auto;
    padding: 20px 0;
    max-width: 1118px;
    width: 98%;
    border-radius: 8px;
    font-size: 16px;
}

.category_coumn_part_title {
    color: #fff;
    padding: 10px 15px;
    margin: 0 auto 20px;
    background-color: #484848;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.category_coumn_part_title h3{
    margin: 0;
    font-size: 24px;
    line-height: 1.2;
}

.category_coumn_part_inner {
    margin: 0 auto;
}

.category_coumn_list_text {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}

.category_coumn_list_text p {
    line-height: 1.2;
    margin: 0 0 .6em 0;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    color: #a67b5b;
    position: relative;
}

.category_coumn_list_text p::after {
    display: inline-block;
    content: "/";
    width: 14px;
    height: 14px;
    padding-left: 10px;
    color: #666;
}

.category_coumn_list_text .parent_cate a{
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    width: auto;
    background-color: #fff;
}

.category_coumn_list_text .parent_cate::after{
    display: none;
}
.category_coumn_list_text p a {
    width: 100%;
    height: 100%;
    text-align: center;
}

.category_coumn_list_text .parent_cate a::after{
    display: inline-block;
    width: 40%;
    height: 1px;
    background-color: #a67b5b;
}
@media screen and (max-width: 767px){
    .category_coumn_list_text .parent_cate a{
        width: 100%;
        display: block;
        padding: 0;
    }
    .category_coumn_list_text .parent_cate::after{
        display: none;
    }

}

.category_coumn_list_text .parent_sub_cate{
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    align-items: center;
    margin-top: 20px;
}
.category_coumn_list_text .parent_sub_cate::after{
    display: none;
}
@media screen and (min-width: 768px){
    .category_coumn_list_text .parent_sub_cate{
        font-size: 18px;
    }
}
.three_method {
    padding: 0;
    position: relative;
    text-align: center;
}

.three_method h3 {
    color: #fff;
    background: #a67b5b;
    padding: 10px 0;
    margin: 0 0 20px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.kaitori_box {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    padding: 20px;
    margin: 0 auto;
    background-color: #f2f0da;
}

.kaitori_box_inner {
    flex: 0 0 calc(33% - (20px / 3));
    width: calc(33% - (20px / 3));
    margin-bottom: 0;
    line-height: 1.3;
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
    position: relative;
}

.kaitori_box_inner:not(:last-child) {
    margin-right: 10px;
}

.kaitori_title {
    width: 100%;
    padding-bottom: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5em;
    color: #c08e6c;
}

.kaitori_box_inner:nth-child(2) .kaitori_title {
    color: #2cac8f;
}

.kaitori_box_inner:nth-child(3) .kaitori_title {
    color: #d4796b;
}

.kaitori_txt p {
    padding: 20px 0 0;
    margin: 0;
    font-size: 14px;
    text-align: justify;
    color: #000;
}

.kaitori_box_inner figure,
.kaitori_box_inner figure img {
    border-radius: 8px;
}
.method_three_more_link {
    text-align: center;
    margin: 20px auto;
}
.method_three_more_link_text {
    color: #686e6f;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 10px;
}
.method_three_more_link_text + a {
    color: #222;
    font-size: 27px;
    font-weight: bold;
    text-decoration: underline;
    padding: 0 50px 0 0;
    position: relative;
}

@media screen and (max-width: 767px) {
    .kaitori_box{
        display: block;
    }
    .kaitori_box_inner {
        width: 100%;
        margin-bottom: 10px;
    }

    .kaitori_box_inner:not(:last-child) {
        margin-right: 0;
    }

    .kaitori_box_inner a {
        display: flex;
        align-items: flex-start;
        flex-flow: wrap;
        justify-content: flex-start;
        padding: 0 10px;
    }
    .kaitori_title {
        width: 100%;
        font-size: 18px;
        padding: 0;
    }

    .kaitori_box_inner figure {
        width: 40%;
    }

    .kaitori_box_inner .kaitori_txt {
        width: 60%;
    }

    .kaitori_txt p {
        padding: 0 0 0 10px;
    }
    .method_three_more_link_text {
        font-size: 16px;
    }
    .method_three_more_link_text + a {
        font-size: 18px;
        padding-right: 0;
    }
}

@media screen and (min-width: 768px) {
    .category_coumn_part_title {
        padding: 10px 0;
        margin-left: 0;
        margin-right: 0;
        min-height: 50px;
        font-size: 18px;
    }
    .method_three_more_link{
        margin-bottom: 80px;
    }
}

.container_cta1 {
    display: flex;
    justify-content: center;
    margin: 0 auto;
}
.web_c1 {
    width: 400px;
}
.web_c1:not(:first-child){
    margin-left: 10px;
}
.web_c1 > a > img {
    margin-top: 2rem;
}

section.brand-models_btn {
    margin: 0 0 40px !important;
    padding: 0 !important
}
.categorylist_box .ttl_h3,
.brand-models_btn h2.main-heading {
    color: #fff;
    background: #3dad8a;
    padding: 15px 0;
    margin: 0 auto 25px;
    text-align: center;
    font-size: 24px;
    line-height: 1.2;
    clear: both;
    margin-bottom: 20px;
    background-color: #484848;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

section.brand-models_btn .main-content {
    margin: 0 0 40px
}

.brand-models_btn .main-content .item_btn {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.categorylist_box .cate_box,
.brand-models_btn .main-content .item_btn li {
    width: 50%;
    padding: 0 10px;
    position: relative;
    color: #333;
    font-weight: bold;
    background: #fcfcfc;
    background: -moz-linear-gradient(top, #fcfcfc 0%, #fff 48%, #fff 100%);
    background: -webkit-linear-gradient(top, #fcfcfc 0%, #fff 48%, #fff 100%);
    background: linear-gradient(to bottom, #fcfcfc 0%, #fff 48%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fcfcfc", endColorstr="#ffffff", GradientType=0);
    font-size: 18px;
    display: block;
    border: 2px solid #f6f6f6;
    border-radius: 4px;
    overflow: hidden;
    -webkit-box-shadow: 2px 3px 4px rgba(95, 95, 95, .75);
    box-shadow: 2px 3px 4px rgba(95, 95, 95, .75);
    height: 100%;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    flex-flow: row;
    align-items: center;
    flex-flow: row;
    flex: auto;
    max-width: unset;
}

.brand-models_btn .main-content .item_btn li a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.brand-models_btn .main-content .item_btn li a:hover {
    background-color: rgb(255 255 255 / 30%);
}

.brand-models_btn .main-content .item_btn li.full {
    width: 100%;
}

.brand-models_btn .main-content .item_btn li.full {
    -webkit-flex-direction: row;
    flex-direction: row;
}

.brand-models_btn .main-content .item_btn li p.item_name {
    margin: 10px 5px;
    height: 100%;
    line-height: 1.2;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
}

.brand-models_btn .main-content .item_btn li p.item_name .inner:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 7px 2px 0;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(45deg);
    vertical-align: middle;
}

.brand-models_btn .main-content .item_btn li p.item_img {
    margin: 0;
    width: 20%;
}
.categorylist_box .btn.more_link,
.brand-models_btn .arrow_link {
    margin: 0 auto 30px;
    width: 440px;
    color: #333;
    font-weight: bold;
    background: #fcfcfc;
    background: -moz-linear-gradient(top, #fcfcfc 0%, #fff 48%, #fff 100%);
    background: -webkit-linear-gradient(top, #fcfcfc 0%, #fff 48%, #fff 100%);
    background: linear-gradient(to bottom, #fcfcfc 0%, #fff 48%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fcfcfc", endColorstr="#ffffff", GradientType=0);
    font-size: 20px;
    display: block;
    border: 2px solid #f6f6f6;
    border-radius: 4px;
    overflow: hidden;
    -webkit-box-shadow: 2px 3px 4px rgba(13, 5, 9, .75);
    box-shadow: 2px 3px 4px rgba(13, 5, 9, .75);
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
}
.categorylist_box .btn.more_link{
    margin-bottom: 40px;
}
@media only screen and (max-width: 910px) {
    .categorylist_box .btn.more_link{
        width:90%;
    }
}
.brand-models_btn .arrow_link a,
.categorylist_box .more_link a{
    font-weight: bold;
    text-decoration: none;
    color: #444;
    display: block;
    width: 100%;
    text-align: center;
    padding: 20px 15px 18px;
    line-height: 1;
}

.arrow_link.right {
    text-align: right;
}
@media screen and (max-width: 767px) {
    .brand-models_btn h2.main-heading{
        font-size: 17px;
    }
    .brand-models_btn .main-content .item_btn li{
        font-size: 14px;
        width: calc(50% - 15px);
        margin-bottom: 10px;
    }
    .brand-models_btn .main-content .item_btn li:nth-child(2n){
        margin-left: 30px;
    }
    .brand-models_btn .arrow_link{
        width: 90vw;
    }
    .category_coumn_part_title h3{
        font-size: 17px;
    }
    .three_method h3{
        font-size: 17px;
    }
}

@media (min-width: 768px) {
    .purchase-point_content {
        padding: 0 20px;
    }

    .purchase-point_summary p {
        padding: 0 20px;
    }
    .categorylist_box .cate_box{
        margin-left: 0;
    }
    .categorylist_box .cate_box,
    .brand-models_btn .main-content .item_btn li {
        width: 100%;
        width: calc(33.333% - (30px/3));
        text-align: center;
        zoom: .8;
        margin-right: 15px;
        margin-bottom: 15px;
    }
    .categorylist_box .cate_box{
        zoom: 1;
    }
    .brand-models_btn .main-content .item_btn li:nth-child(3n) {
        margin-right: 0;
    }
}
.pagination{
    margin-top: 3rem;
    margin-bottom: 0;
}


.categorylist_box{
    margin-bottom: 20px;
}

.categorylist_box .row{
    display: flex;
    flex-flow: wrap;
    justify-content: flex-start;
    margin: 0 auto 30px;
}
/*.categorylist_box .cate_box {
    flex: 0 0 calc(33% - (20px/3));
    width:calc(33% - (20px/3));
    padding: 0;
    margin: 0 10px 10px 0;
    border: 2px solid #e6e6e6;
    border-radius: 4px;
    position: relative;
    box-shadow: -1px 0px 4px #0d0509bf;
    background-color: #fff;
}*/
.categorylist_box .cate_box:nth-child(3n){
    margin-right: 0;
}
.cate_box .cate_link {
    padding: 0;
    display: flex;
    flex-flow: row;
    justify-content:flex-start;
    align-items: center;
    color: #333;
    font-size: 14px;
}
.cate_box .cate_link span{
    padding-right: 20px;
    line-height: 1.2;
}
.cate_box .cate_link::after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    margin: 0 7px 0 0;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(45deg);
    vertical-align: middle;
    position: absolute;
    right: 10px;
}
.cate_box .cate_link.no-link{
    pointer-events: none;
}
.cate_box .cate_link figure {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.cate_box .cate_link img {
    height: auto;
    width: 100%;
    margin: 0;
    display: block;
}
.btn.more_link{
    margin: 20px auto 40px;
    text-align: center;
    width: 50%;
    min-width: 350px;
}
.link_text_btn:before {
    content: "";
    display: inline-block;
    width: .5em;
    height: .5em;
    margin: 0 10px 2px 0;
    border-top: 2px solid #777;
    border-right: 2px solid #777;
    transform: rotate(45deg);
    vertical-align: middle
}
.link_text_btn{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 12px 0;
    -webkit-box-shadow: 2px 3px 4px rgba(13,5,9,.75);
    box-shadow: 2px 3px 4px #0d0509bf;
    border: 2px solid #e3dfdf;
    border-radius: 4px;
    font-size: 15px;
    color: #333;
    font-weight: 700;
    background: #f3f3f3;
    background: -moz-linear-gradient(top,#f3f3f3 0%,#fff 48%,#fff 100%);
    background: -webkit-linear-gradient(top,#f3f3f3 0%,#fff 48%,#fff 100%);
    background: linear-gradient(to bottom,#f3f3f3 0%,#fff 48%,#fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3f3f3",endColorstr="#ffffff",GradientType=0);
    overflow: hidden
}
.categorylist_box .more_link a{
    background: none;
    border: none;
    border-radius: unset;
    font-size: 20px;
}
@media only screen and (max-width: 767px) {
    .categorylist_box .more_link a{
        font-size: 16px;
        padding: 15px;
    }
    .categorylist_box .cate_box:nth-child(3n){
        margin-right: calc(2rem / 2);
    }
    .categorylist_box .ttl_h3{
        font-size: 18px;
    }
}