[class*=acms-admin-col] {
    padding: unset;
}
#top {
    background-color: #ffffff !important;
}
.entry-style a:hover {
    text-decoration:none;
    opacity: 0.45;
    color: unset;
}
.entry-style a:visited {
    color: unset;
}
.entry-style a:focus {
    text-decoration: unset;
}

header {
    background-color: #ffffff !important;
}
.title {
    background-color: #FAF8F4 !important;
    margin-top: 1.5em;
}
.title::before {
    bottom: -28px;
}
.container {
    margin: 0;
    padding: 0;
    max-width: unset;
}
.acms-page-header {
    border: unset;
    max-width: 1440px;
    margin-bottom: 81px;
    margin-left: 8%;
}
.entry-info {
    display: none;
}

.entry {
    border-bottom: none;
}
.serial-nav {
    display: none;
}
/* =============================
    text関連指定
============================= */
.instagram-txt {
    color: #8D8D8D;
    padding-bottom: 0.125rem;
    border-bottom: 1px solid #8D8D8D;
}
.instagram-box a:visited {
    color: #8D8D8D;
}
.web_link {
    margin: 0 0 4.625rem 0;
}
.txt-under-line_store {
    border-bottom: 1px solid #262626;
      
}
.txt-under-line_website {
    border-bottom: 1px solid #262626;
      
}
.list-store_name{
    padding-bottom: 9px;
}
.list-store_name a:visited {
    color: #262626;
}

.list-store_name_internal {
    padding-bottom: 9px;
}
.list-store_name_internal a:visited {
    color: #262626;
}

@media (max-width: 767.98px) {
    .web_link {
        margin: 0 0 2.8rem 0;
    }
    .instagram-box {
        margin-bottom: 13px;
    }
}


/* =============================
    width関連指定
============================= */

.blocking {
    display: flex;
    width: 100%;
    max-width: 1082px;
    padding: 0 1.375rem;
    margin: 0 auto;
}
.brand_logo {
    max-width: 304px;
    width: 100%;
    margin-bottom: 1.4rem;
    padding: 0;
}
@media (max-width: 767.98px) {
    .blocking {
        display: block;
    }
    .brand_logo {
        max-width: 264px;
    }
}
/* =============================
    Grid指定
============================= */
.grid-container_brand_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3列を均等幅で配置 */
    padding: 32px 56px;
    background: #F8F8F8;
    border-radius: 14px;
    gap: 18px 1rem;
    margin-bottom: 1rem;
}

.grid-item_list_item {
    
}
@media (max-width: 767.98px) {
    .grid-container_brand_list {
        grid-template-columns: repeat(2, 1fr); /* 3列を均等幅で配置 */
        padding: 32px 24px;
    }
    .grid-item_list_item {
        min-height: 0;
    }
    
}


/* =============================
    flex関連指定
============================= */
.flex {
    display: flex;
}

.flex-wrap{
    flex-wrap: wrap;
}

.flex_justify_end {
    justify-content: end;
}

.flex_justify_start {
    justify-content: start;
}

.sp_flex_center {
    display: block;
}
@media (max-width: 767.98px) {
    .sp_flex_center {
        display: flex;
        justify-content: center;
    }
}

/* =============================
    リンク指定
============================= */
.list-store_name a::after {
    content: "";
    background: url("../../talkin@site/images/brand-store-allow-black.svg") no-repeat center;
    width: 0.5rem;
    height: 1.3rem;
    position: relative;
    display: inline-flex;
    margin-left: 0.4rem;
}

.instagram-box a::after {
    content: "";
    background: url("../../talkin@site/images/brand-store-allow-gray.svg") no-repeat center;
    width: 0.5rem;
    height: 0.95rem;
    position: relative;
    display: inline-flex;
    margin-left: 0.35rem;
}

.web_link a::after {
    content: "";
    background: url("../../talkin@site/images/allow-topright-black.svg") no-repeat center;
    width: 0.5rem;
    height: 0.95rem;
    position: relative;
    display: inline-flex;
    margin-left: 0.4rem;
}


@media (min-width: 768px) and (max-width: 960px) {
    .acms-admin-col-md-7 {
        width: 62%;
    }
    .acms-admin-col-md-5 {
        width: 38%;
    }
    .brand_logo {   
        padding-right: 7%;
    }
    .grid-container_brand_list {
        padding: 32px 40px;
    }
}

@media (max-width: 767.98px) {
    .title {
        margin: 4.5rem 0 .625rem;
    }
    .title::before {
        bottom: -25px;
    }
    .acms-page-header {
        margin-left: 5%;
    }
}




