/* =============================================
   Main Layout
   ============================================= */
#main {
    float: unset;
    width: 100%;
}

#container {
    width: 100%;
    margin-top: 0;
    padding: 0;
}

.top_inner {
    width: 1200px;
    margin: 0 auto;
}

.box_small {
    width: 1200px;
    margin: 0 auto;
}

#footer #container {
    width: 1200px;
    margin: 0 auto;
}

/* =============================================
   Slider (bxSlider)
   ============================================= */
.bx-wrapper .bx-viewport {
    box-shadow: unset !important;
    border: none !important;
}

.bx-wrapper img {
    width: 100%;
    height: 700px;
    background-size: cover;
    object-fit: cover;
}

.bx-wrapper .bx-pager {
    bottom: -35px !important;
}

/* =============================================
   Header & Content
   ============================================= */
#main .header_block {
    display: flex;
    align-items: center;
    background-color: #f5f5f5;
    padding: 15px 20px;
}

#main .box h3 {
    font-size: 24px;
}

#main #box_free {
    display: none;
}

/* =============================================
   Mv Section
   ============================================= */

.top_mv {
    width: 100%;
    height: 83.33vh;
    background-image: url(https://img13.shop-pro.jp/PA01089/607/etc_base64/bXY.jpg?cmsp_timestamp=20260403131848);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    animation: blurFade 2.5s ease-out forwards;
    margin: 0 0 100px;
}

.top_mv_catch {
    text-align: center;
    width: 100%;
    position: absolute;
    top: 30.7%;
    left: 50%;
    transform: translateX(-50%);
}

.top_mv_catch h2 {
    display: block;
    font-size: 74px;
    letter-spacing: 0.1em;
    line-height: 1.392;
    color: #fff;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 700;
    font-style: normal;
    margin: 0 0 49px;
    opacity: 0;
    animation: fadeInUp 1.5s ease-out forwards;
    animation-delay: 0.5s;
}

.top_mv_catch p {
    display: block;
    font-size: 29px;
    letter-spacing: 0.15em;
    line-height: 1.448;
    color: #fff;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 500;
    font-style: normal;
    opacity: 0;
    animation: fadeInUp 1.5s ease-out forwards;
    animation-delay: 1.2s;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes blurFade {
    0% {
        filter: blur(10px);
        opacity: 0;
    }

    100% {
        filter: blur(0);
        opacity: 1;
    }
}

@media screen and (max-width: 1300px) {
    .top_mv_catch h2 {
        font-size: 60px;
        margin-bottom: 30px;
    }

    .top_mv_catch p {
        font-size: 24px;
    }
}

@media screen and (max-width: 820px) {
    .top_mv {
        height: 70vh;
        background-image: url(https://img13.shop-pro.jp/PA01089/607/etc_base64/bXZfc3A.jpg?cmsp_timestamp=20260403131944);
        margin: 0 0 40px;
    }

    .top_mv_catch {
        top: 35%;
        width: 90%;
    }

    .top_mv_catch h2 {
        font-size: 42px;
        letter-spacing: 0.05em;
    }

    .top_mv_catch p {
        font-size: 18px;
    }
}

@media screen and (max-width: 590px) {
    .top_mv {
        height: 60vh;
    }

    .top_mv_catch {
        top: 30%;
    }

    .top_mv_catch h2 {
        font-size: 28px;
        margin-bottom: 20px;
        line-height: 1.5;
    }

    .top_mv_catch p {
        font-size: 14px;
        letter-spacing: 0.1em;
    }
}

/* =============================================
   Item List
   ============================================= */
.item_list .item_box {
    margin-right: 0;
}

.item_list .item_box:not(:nth-child(3n+3)) {
    margin-right: 3.41%;
}

.item_box .item_image img.item {
    height: 270px;
}

/* =============================================
   Fraud Alert
   ============================================= */
.fraud-alert-container {
    max-width: 900px;
    margin: 40px auto;
    padding: 30px;
    border: 2px solid #ff0000;
    border-radius: 8px;
    background-color: #fffafb;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    line-height: 1.8;
    color: #333;
}

.fraud-alert-title {
    color: #ff0000;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fraud-alert-content {
    text-align: center;
}

.alert-text {
    color: #ff0000;
    font-weight: bold;
    background: #ffebeb;
    padding: 10px;
    display: inline-block;
}

.account-warning {
    margin: 20px 0;
    font-weight: bold;
    color: #d00;
    border-bottom: 1px dashed #d00;
    display: inline-block;
}

.official-links {
    margin: 25px 0;
    padding: 20px;
    background: #f4f4f4;
    border-radius: 5px;
}

.store-list {
    font-size: 1.2rem;
    font-weight: bold;
    color: #000;
    margin: 10px 0;
}

.contact-box {
    margin: 20px 0;
}

.tel-link {
    color: #ff0000;
    font-size: 1.4rem;
    font-weight: bold;
    text-decoration: none;
}

.fraud-divider {
    margin: 40px 0;
    border: 0;
    border-top: 1px solid #ddd;
}

.visit-info h3 {
    color: #ff0000;
    font-size: 1.3rem;
    margin-bottom: 15px;
}

.contact-methods {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 15px;
}

.mail-link {
    color: #ff0000;
    font-weight: bold;
}

.company-name {
    margin-top: 30px;
    text-align: right;
    font-weight: bold;
}

/* =============================================
   Archive Section
   ============================================= */
.top_archive {
    margin: 0 0 104px;
}

.top_archive__title {
    text-align: center;
    margin: 0 0 72px;
}

.top_archive__title span {
    font-size: 24px;
    letter-spacing: 0.06em;
    display: block;
    text-align: center;
    color: #9B8356;
    margin: 0px 0px 44px;
}

.top_archive__title h2 {
    font-size: 60px;
    font-family: "austin-pen", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.top_archive ul {
    display: flex;
    justify-content: space-between;
    margin: 0 0 68px;
    list-style-type: none;
}

.top_archive ul li {
    width: 30.8333%;
}

.top_archive ul li img {
    width: 100%;
}

.top_archive ul li figcaption {
    font-size: 24px;
    letter-spacing: 0.06em;
    margin: 26px 0 0;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 500;
    font-style: normal;
    text-align: center;
}

.top_archive ul li figcaption span {
    font-size: 16px;
    letter-spacing: 0.16em;
    display: block;
    margin: 0 0 6px;
    line-height: 1.5;
}

.top_archive .c-button {
    width: 500px;
    height: 70px;
}

@media screen and (max-width: 1300px) {
    .top_archive {
        margin-bottom: 80px;
    }

    .top_archive__title h2 {
        font-size: 50px;
    }

    .top_archive .c-button {
        width: 90%;
        max-width: 500px;
    }
}

@media screen and (max-width: 820px) {
    .top_archive__title {
        margin-bottom: 40px;
    }

    .top_archive__title span {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .top_archive__title h2 {
        font-size: 40px;
    }

    .top_archive ul {
        justify-content: center;
        gap: 40px 4%;
    }

    .top_archive ul li figcaption {
        font-size: 20px;
        margin-top: 15px;
    }
}

@media screen and (max-width: 590px) {
    .top_archive {
        margin-bottom: 60px;
    }

    .top_archive__title h2 {
        font-size: 32px;
    }

    .top_archive ul {
        flex-wrap: wrap;
        margin: 0px 0px 40px;
    }

    .top_archive ul li {
        width: 80%;
        max-width: 400px;
    }

    .top_archive ul li figcaption {
        font-size: 18px;
    }

    .top_archive ul li figcaption span {
        font-size: 14px;
    }

    .top_archive .c-button {
        width: 100%;
        height: 60px;
    }
}

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

    .top_inner,
    .box_small,
    #footer #container {
        width: 95%;
    }

    .bx-wrapper img {
        height: 500px;
    }
}

@media screen and (max-width: 820px) {
    #main .header_block {
        text-align: center;
        padding: 12px;
    }

    .bx-wrapper img {
        height: 400px;
    }

    .item_box {
        width: 48%;
        margin-right: 0 !important;
        margin-bottom: 20px;
    }

    .item_box:nth-child(even) {
        margin-right: 4% !important;
    }
  
    .item_list .item_box:nth-child(even) {
        margin-right: 0 !important;
    }

    .fraud-alert-container {
        width: 98%;
        padding: 20px;
        margin: 20px auto;
    }

    .fraud-alert-title {
        font-size: 1.3rem;
    }
}

@media screen and (max-width: 590px) {
    .bx-wrapper img {
        height: 300px;
    }

    .fraud-alert-title {
        font-size: 1.1rem;
        flex-direction: column;
    }

    .contact-methods {
        flex-direction: column;
        gap: 10px;
    }

    .tel-link {
        font-size: 1.2rem;
    }

    .official-links {
        padding: 15px;
    }

    .store-list {
        font-size: 1rem;
    }

    #main .box h3 {
        font-size: 18px;
    }

    .bx-wrapper .bx-pager {
        bottom: -20px !important;
        padding-top: 0;
    }

    .bx-wrapper .bx-pager.bx-default-pager a {
        width: 8px !important;
        height: 8px !important;
        margin: 0 4px !important;
    }

    .bx-controls.bx-has-pager {
        line-height: 0;
    }
  
    .item_box .item_image img.item {
        height: 150px;
    }
}

/* ==========================================
  title
   ========================================== */

#box_recommend .header_block,
#box_category_list .header_block,
#box_new-item .header_block,
#box_info .header_block {
    text-align: center;
    margin-bottom: 40px;
    border-bottom: 1px solid #ddd !important;
    background-color: transparent;
}

#box_category_list .header_block {
  border-bottom: none !important;
}

#box_recommend .header_block .icon,
#box_category_list .header_block .icon,
#box_new-item .header_block .icon,
#box_info .header_block .icon {
    display: none; 
}
#box_recommend .header_block .title h3,
#box_category_list .header_block .title h3,
#box_new-item .header_block .title h3,
#box_info .header_block .title h3 {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 0.12em;
    color: #222;
}

#box_category_list .header_block .title h3 {
  color: #fff;
}

@media screen and (max-width: 768px) {
  #box_recommend .header_block .title h3,
  #box_category_list .header_block .title h3,
  #box_new-item .header_block .title h3,
  #box_info .header_block .title h3 {
    font-size: 1.2rem;
  }
  
  #box_recommend .header_block,
  #box_category_list .header_block,
  #box_new-item .header_block,
  #box_info .header_block {
    margin-bottom: 20px;
  }
}

/* ==========================================
   recommend
   ========================================== */
#box_recommend {
    max-width: 1200px;
    margin: 60px auto;
    padding: 0 20px;
    background: transparent !important; 
    border: none !important;
}

.recommend_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important; 
    column-gap: 40px !important;                    
    row-gap: 60px !important;                       
}

#box_recommend .item_box {
    width: 100% !important; 
    float: none !important;      
    margin: 0 !important;        
    box-sizing: border-box;
    
    display: flex;
    flex-direction: column;
    background-color: #ffffff !important; 
    padding: 30px 20px !important;   
    border: none !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#box_recommend .item_box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.04);
}

#box_recommend .item_image {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 25px !important;
    text-align: center;
}
#box_recommend .item_image img.item {
    max-width: 100% !important;
    max-height: 320px;            
    width: auto !important;
    height: auto !important;
    object-fit: contain;
}

#box_recommend .item_detail {
    text-align: center !important; 
    padding: 0 10px;
}

#box_recommend .item_name {
    font-size: 1.05rem !important;
    line-height: 1.6 !important;
    margin-bottom: 15px !important;
    height: auto !important;      
}
#box_recommend .item_name a {
    color: #333333 !important;
    text-decoration: none !important;
}

#box_recommend .item_price {
    font-size: 1.15rem !important;
    font-weight: bold !important;
    letter-spacing: 0.05em !important;
    color: #111111 !important;
}

.sold_out {
    display: inline-block;
    margin-top: 10px;
    background-color: #222222;
    color: #ffffff;
    font-size: 0.75rem;
    padding: 4px 14px;
    letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
    .recommend_grid {
        grid-template-columns: repeat(1, 1fr) !important; 
        column-gap: 15px !important; 
        row-gap: 30px !important;
    }
    #box_recommend {
        padding: 0 10px;
    }
    #box_recommend .item_box {
        padding: 15px 10px !important;
    }
    #box_recommend .item_image img.item {
        max-height: 200px;        
    }
    #box_recommend .item_name {
        font-size: 0.9rem !important;
    }
    #box_recommend .item_price {
        font-size: 0.95rem !important;
    }
}

/* ==========================================
   new item
   ========================================== */
#box_new-item {
    max-width: 1200px;
    margin: 60px auto;
    padding: 0 20px;
    background: transparent !important; 
    border: none !important;
}

.new_item_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr) !important; 
    column-gap: 30px !important;                   
    row-gap: 50px !important;                       
}

#box_new-item .item_box {
    width: 100% !important;      
    float: none !important;      
    margin: 0 !important;        
    box-sizing: border-box;
    
    display: flex;
    flex-direction: column;
    background-color: #ffffff !important; 
    padding: 25px 20px !important;      
    border: none !important;
    transition: transform 0.3s ease;
}

#box_new-item .item_box:hover {
    transform: translateY(-4px);
}

#box_new-item .item_image {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 20px !important;
    text-align: center;
    overflow: hidden;
}
#box_new-item .item_image img.item {
    max-width: 100% !important;
    max-height: 280px;         
    width: auto !important;
    height: auto !important;
    object-fit: contain;         
}

#box_new-item .soldout_item .item_image img.item {
    opacity: 0.5;
}

#box_new-item .item_detail {
    text-align: center !important;
    padding: 0 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;                
}

#box_new-item .item_name {
    font-size: 1rem !important;
    line-height: 1.6 !important;
    margin-bottom: 12px !important;
    height: auto !important;       
}
#box_new-item .item_name a {
    color: #333333 !important;
    text-decoration: none !important;
}

#box_new-item .item_price {
    font-size: 1.1rem !important;
    font-weight: bold !important;
    letter-spacing: 0.05em !important;
    color: #111111 !important;
    margin-top: auto;             
}

#box_new-item .sold_out {
    display: inline-block;
    margin-top: 8px;
    background-color: #444444;
    color: #ffffff;
    font-size: 0.75rem;
    padding: 3px 12px;
    letter-spacing: 0.1em;
    font-weight: normal;
}

@media screen and (max-width: 768px) {
    .new_item_grid {
        grid-template-columns: repeat(2, 1fr) !important; 
        column-gap: 12px !important;                     
        row-gap: 25px !important;
    }
    #box_new-item {
        padding: 0 10px;
    }
    #box_new-item .item_box {
        padding: 15px 10px !important;
    }
    #box_new-item .item_image img.item {
        max-height: 180px;                              
    }
    #box_new-item .item_name {
        font-size: 0.85rem !important;
    }
    #box_new-item .item_price {
        font-size: 0.9rem !important;
    }
}

/* ==========================================
   philosophy
   ========================================== */

.p-topPhilosophy {
    width: 100%;
    background-image: url(https://img13.shop-pro.jp/PA01089/607/etc_base64/dG9wX3BoaWxvc29waHlfYmc.png?cmsp_timestamp=20260610110931);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    margin: 0 0 17px;
    padding: 125px 0 279px;
}

.p-topPhilosophy__title {
    margin: 0 0 42px;
}

.p-topPhilosophy__title span {
    font-size: 24px;
    letter-spacing: 0.06em;
    display: block;
    margin: 0 0 40px;
    text-align: center;
    color: #fff;
}

.p-topPhilosophy__title img {
    display: block;
    margin: 0 auto;
}

.p-topPhilosophy__intro {
    margin: 0 0 86px;
}

.p-topPhilosophy__passionIntroTitle {
    margin: 0 0 36px;
    text-align: center;
}

.p-topPhilosophy__passionIntroTitle h2 {
    font-size: 20px;
    letter-spacing: 0.02em;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 500;
    font-style: normal;
}

.p-topPhilosophy__passionIntroTitle span {
    display: block;
    margin: 0 0 9px;
}

.p-topPhilosophy__passion ul {
    padding: 0 42px 0 67px;
}

.p-topPhilosophy__passion ul li:nth-of-type(1) {
    margin: 0 0 25px;
}

.p-topPhilosophy__passion ul li:nth-of-type(2) {
    margin: 0 0 51px;
}

.p-topPhilosophy__passion ul li {
    display: flex;
    align-items: center;
}

.p-topPhilosophy__passion ul li:after {
    content: "";
    display: inline-block;
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-size: 100%;
}

.p-topPhilosophy__passion ul li:nth-of-type(1):after {
    width: 115px;
    height: 172px;
    background-image: url(https://img13.shop-pro.jp/PA01089/607/etc_base64/dG9wX3BoaWxvc29waHlfZW5jb3VudGVyX2ljb24.png?cmsp_timestamp=20260610110654);
}

.p-topPhilosophy__passion ul li:nth-of-type(2):after {
    width: 152px;
    height: 149px;
    background-image: url(https://img13.shop-pro.jp/PA01089/607/etc_base64/dG9wX3BoaWxvc29waHlfbnVydHVyZV9pY29u.png?cmsp_timestamp=20260610110749);
}

.p-topPhilosophy__passion ul li:nth-of-type(3):after {
    width: 115px;
    height: 152px;
    background-image: url(https://img13.shop-pro.jp/PA01089/607/etc_base64/dG9wX3BoaWxvc29waHlfY29ubmVjdF9pY29u.png?cmsp_timestamp=20260610110825);
}

.p-topPhilosophy__passionText {
    width: 59%;
    margin: 0 30px 0 0;
    padding: 20px 0 0;
}

.p-topPhilosophy__passion ul li:nth-of-type(2) .p-topPhilosophy__passionText {
    margin: 0 11px 0 0;
}

.p-topPhilosophy__passionText h3 {
    font-size: 24px;
    letter-spacing: 0.02em;
    margin: 0 0 15px;
}

.p-topPhilosophy__passionTitle {
    width: 229px;
    margin: 0 52px 0 0;
}

.p-topPhilosophy__passionTitle h3 {
    font-size: 20px;
    letter-spacing: 0.02em;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 500;
    font-style: normal;
    width: 100%;
    height: 40px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.p-topPhilosophy__passionNumber {
    font-size: 30px;
    font-family: "austin-pen", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.p-topPhilosophy__passionNumber span {
    font-size: 66px;
    font-family: "austin-pen", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 0 13px 0 0;
    line-height: 1;
}

.c-text {
    font-size: 18px;
    line-height: 1.75;
}

.center {
    text-align: center;
}

@media screen and (min-width:1921px) {
    .p-topPhilosophy {
        background-position: center bottom;
    }
}

@media screen and (max-width: 1300px) {
    .p-topPhilosophy {
        padding: 100px 0 150px;
    }

    .p-topPhilosophy__passion ul {
        padding: 0 20px;
    }

    .p-topPhilosophy__passionText {
        width: 50%;
    }
}

@media (min-width: 821px) {
	.pc_none{ display: none; }
}

@media screen and (max-width: 820px) {
    .p-topPhilosophy {
        padding: 80px 0 100px;
        background-position: center center;
    }

    .p-topPhilosophy__intro {
        margin-bottom: 50px;
    }

    .p-topPhilosophy__passion ul li {
        flex-direction: column;
        text-align: center;
        margin-bottom: 60px !important;
    }

    .p-topPhilosophy__passionTitle {
        margin: 0 0 20px 0;
    }

    .p-topPhilosophy__passionText {
        width: 100%;
        margin: 0 !important;
        padding: 0;
    }

    .p-topPhilosophy__passion ul li:after {
        margin-top: 20px;
        transform: scale(0.8);
    }

    .p-topPhilosophy__passion ul li:nth-of-type(1):after {
        width: 180px;
        height: 270px;
    }

    .p-topPhilosophy__passion ul li:nth-of-type(2):after {
        width: 230px;
        height: 225px;
    }

    .p-topPhilosophy__passion ul li:nth-of-type(3):after {
        width: 180px;
        height: 240px;
    }

    .p-topPhilosophy__passionText h3 {
        line-height: 1.3;
    }

    .p-topPhilosophy {
        background-image: url(https://img13.shop-pro.jp/PA01089/607/etc_base64/dG9wX3BoaWxvc29waHlfYmdfc3A.png?cmsp_timestamp=20260610115425);
    }
}

@media screen and (max-width: 590px) {
    .p-topPhilosophy {
        padding: 60px 0 130px;
        margin: 0 0 -40px;
    }

    .p-topPhilosophy__passion ul li {
        margin-bottom: 0 !important;
    }

    .p-topPhilosophy__title span {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .p-topPhilosophy__title img {
        width: 80%;
    }

    .p-topPhilosophy__passionIntroTitle h2 {
        font-size: 16px;
    }

    .p-topPhilosophy__passionText h3 {
        font-size: 22px;
        line-height: 1.3;
    }

    .p-topPhilosophy__passionNumber span {
        font-size: 45px;
    }

    .p-topPhilosophy__passionNumber {
        font-size: 24px;
    }

    .p-topPhilosophy__passion ul li:after {
        transform: scale(0.6);
        margin-top: -18px;
    }
  
    .c-text {
        font-size: 14px;
    }
}

/* ==========================================
   category
   ========================================== */

.top_category {
  background-color: #333;
  padding: 40px 0 20px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.simple_category_menu {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2); 
    background-color: #2c2c2c; 
    width: 100%;
    box-sizing: border-box;
}

.simple_category_menu li {
    width: 25% !important; 
    box-sizing: border-box;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.simple_category_menu li:nth-child(4n) {
    border-right: none;
}

.simple_category_menu .cat-link {
    display: flex;
    align-items: center;
    padding: 20px 25px;
    text-decoration: none;
    position: relative; 
    transition: background-color 0.3s ease;
}

.simple_category_menu .cat-link:hover {
    background-color: rgba(255, 255, 255, 0.05);
}

.simple_category_menu .cat-icon-img {
    width: 80px !important;   
    height: 80px !important;  
    object-fit: contain;
    background-color: #ffffff; 
    padding: 5px;           
    box-sizing: border-box;
}

.simple_category_menu .cat-name {
    color: #ffffff !important;
    font-size: 0.95rem;
    font-weight: normal;
    letter-spacing: 0.08em;
    margin-left: 15px; 
    padding-right: 30px; 
}

.simple_category_menu .cat-link::after {
    content: "";
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 7px;
    height: 7px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    transition: right 0.3s ease;
}

.simple_category_menu .cat-link:hover::after {
    right: 20px;
    border-top-color: #ffffff;
    border-right-color: #ffffff;
}

@media screen and (max-width: 1100px) {
    .top_category {
        padding: 25px 0px 5px;
    }
    .simple_category_menu li {
        width: 50% !important;
        border-right: 1px solid rgba(255, 255, 255, 0.2) !important; 
    }

    .simple_category_menu li:nth-child(2n) {
        border-right: none !important;
    }

    .simple_category_menu .cat-link {
        padding: 12px 7px; 
    }

    .simple_category_menu .cat-icon-img {
        width: 45px !important;
        height: 45px !important;
        padding: 3px;
    }

    .simple_category_menu .cat-name {
        font-size: 0.7rem;
        margin-left: 10px;
        padding-right: 0; 
    }

    .simple_category_menu .cat-link::after {
        right: 8px;
    }

    .simple_category_menu .cat-link:hover::after {
        right: 12px;
    }
}