@charset "utf-8";

/*********************************************************************
*
*  For contents
*
*********************************************************************/

/* ---------------------------------------------------- */
/* sec_shop_wrap */
/* ---------------------------------------------------- */

.sec_shop_wrap .art + .art {
    margin-top: 100px;
}
.sec_shop_wrap .ttl_2 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    font-size: 56px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.05em;
}
.sec_shop_wrap .ttl_2::before,
.sec_shop_wrap .ttl_2::after {
    flex: auto;
    content: "";
    display: block;
    width: auto;
    height: 40px;
    border: 2px solid #000;
}
.sec_shop_wrap .ttl_2::before {
    border-right: none;
}
.sec_shop_wrap .ttl_2::after {
    border-left: none;
}

.sec_shop_wrap .art_1 .ttl_2 {
    color: #dd5525;
}
.sec_shop_wrap .art_2 .ttl_2 {
    color: #7eb384;
}
.sec_shop_wrap .art_3 .ttl_2 {
    color: #eb708b;
}
.sec_shop_wrap .art_1 .ttl_2::before,
.sec_shop_wrap .art_1 .ttl_2::after {
    border-color: #dd5525;
}
.sec_shop_wrap .art_2 .ttl_2::before,
.sec_shop_wrap .art_2 .ttl_2::after {
    border-color: #7eb384;
}
.sec_shop_wrap .art_3 .ttl_2::before,
.sec_shop_wrap .art_3 .ttl_2::after {
    border-color: #eb708b;
}
.sec_shop_wrap .ttl_2 span {
    flex: initial;
    padding: 0 40px;
}
.sec_shop_wrap .list_1 > ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-right: -50px;
    margin-bottom: -50px;
}

.sec_shop_wrap .list_1 > ul > li {
    position: relative;
    margin-right: 50px;
    margin-bottom: 50px;
    width: calc(25% - 50px);
}

.sec_shop_wrap .list_1 > ul > li {
    border: 1px solid #000;
    background-color: #000;
}
.sec_shop_wrap .art_1 .list_1 > ul > li {
    border-color: #dd5525;
    background-color: #dd5525;
}
.sec_shop_wrap .art_2 .list_1 > ul > li {
    border-color: #7eb384;
    background-color: #7eb384;
}
.sec_shop_wrap .art_3 .list_1 > ul > li {
    border-color: #eb708b;
    background-color: #eb708b;
}

.sec_shop_wrap .list_1 a {
    display: block;
    color: #fff;
}

.sec_shop_wrap .list_1 .img {
    padding: 5px;
    background-color: #fff;
}

.sec_shop_wrap .list_1 .name {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    height: 70px;
    font-size: 1.6rem;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
}

.sec_shop_wrap .list_1 .name span {
    width: 100%;
    font-size: 1.1rem;
}

.sec_shop_wrap .list_1 .name span::before {
    content: "(";
}

.sec_shop_wrap .list_1 .name span::after {
    content: ")";
}

.sec_shop_wrap .andomore_1 {
    margin-top: 60px;
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
}
.sec_shop_wrap .art_1 .andomore_1 {
    color: #dd5525;
}
.sec_shop_wrap .art_2 .andomore_1 {
    color: #7eb384;
}
.sec_shop_wrap .art_3 .andomore_1 {
    color: #eb708b;
}

@media (max-width: 767px) {
    .sec_shop_wrap .art + .art {
        margin-top: 50px;
    }
    .sec_shop_wrap .ttl_2 {
        margin-bottom: 30px;
        font-size: 30px;
    }
    .sec_shop_wrap .ttl_2::before,
    .sec_shop_wrap .ttl_2::after {
        height: 30px;
    }

    .sec_shop_wrap .ttl_2 span {
        padding: 0 20px;
    }
    .sec_shop_wrap .list_1 {
        margin: 0 -10px;
    }

    .sec_shop_wrap .list_1 > ul {
        margin-right: -10px;
        margin-bottom: -10px;
    }

    .sec_shop_wrap .list_1 > ul > li {
        margin-right: 10px;
        margin-bottom: 10px;
        width: calc(50% - 10px);
    }

    .sec_shop_wrap .list_1 .name {
        height: 50px;
        font-size: 1.2rem;
    }

    .sec_shop_wrap .list_1 .name span {
        font-size: 0.9rem;
    }
    .sec_shop_wrap .andomore_1 {
        margin-top: 40px;
        font-size: 1.8rem;
    }
}

/* ---------------------------------------------------- */
/* sec_contents_wrap */
/* ---------------------------------------------------- */
.sec_contents_wrap .img_1 {
    position: relative;
}

.sec_contents_wrap .img_1 a {
    position: absolute;
    display: block;
    width: 10%;
    height: 10%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    /* background-color: rgba(0, 0, 0, 0.5); */
}

.sec_contents_wrap .img_1 .link_dummy {
    left: 0;
    top: 0;
    width: 0;
    height: 1px;
}

.sec_contents_wrap .img_1 .link_1 {
    left: 8%;
    bottom: 1.5%;
    width: 84%;
    height: 2%;
}

@media (max-width: 767px) {
    .sec_contents_wrap .img_1 {
        margin: 0 -20px;
    }
}
