.comBtn01 {
    position: relative;
    display: flex;
    max-width: 260px;
    padding-bottom: 3px;
    height: 60px;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
}

.comBtn01:before {
    position: absolute;
    top: -4px;
    left: -4px;
    z-index: 0;
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
}

.comBtn01:after {
    position: absolute;
    bottom: -4px;
    right: -4px;
    z-index: 0;
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
}

.comBtn01:hover::after {
    background: #fff;
    border: 1px solid #333;
}

.comBtn01:hover::before {
    background: #fff;
    border: 1px solid #333;
}

.comBtn01:hover p {
    color: #333;
    position: relative;
    z-index: 1;
}


.comBtn02 {
    position: relative;
    display: flex;
    max-width: 260px;
    padding-bottom: 3px;
    height: 60px;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
}

.comBtn02:before {
    position: absolute;
    top: -4px;
    left: -4px;
    z-index: 0;
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid #333;
}

.comBtn02:after {
    position: absolute;
    bottom: -4px;
    right: -4px;
    z-index: 0;
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid #333;
}

.comBtn02:hover::after {
    background: #333;
}

.comBtn02:hover::before {
    background: #333;
}

.comBtn02:hover p {
    color: #fff;
    position: relative;
    z-index: 1;
}

/*---footer---*/

.fComBtn01 {
    position: relative;
    display: flex;
    max-width: 290px;
    padding-bottom: 3px;
    height: 70px;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
}

.fComBtn01:before {
    position: absolute;
    top: -4px;
    left: -4px;
    z-index: 0;
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid #333;
}

.fComBtn01:after {
    position: absolute;
    bottom: -4px;
    right: -4px;
    z-index: 0;
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid #333;
}

.fComBtn01:hover::after {
    background: #fff;
}

.fComBtn01:hover::before {
    background: #fff;
}

.fComBtn01:hover p {
    color: #333;
    position: relative;
    z-index: 1;
}


.fComBtn02 {
    position: relative;
    display: flex;
    max-width: 290px;
    padding-bottom: 3px;
    height: 70px;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
}

.fComBtn02:before {
    position: absolute;
    top: -4px;
    left: -4px;
    z-index: 0;
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid #333;
}

.fComBtn02:after {
    position: absolute;
    bottom: -4px;
    right: -4px;
    z-index: 0;
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid #333;
}


.comBtnBlack01>p {
    margin: 0 auto -2.8px;
    width: calc(100% - 4px);
    height: calc(100% - 1px);
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #333;
    border: 1px solid #FFF;
}

.comBtnBlack01:before {
    z-index: 2;
    background: #333;
}

.comBtnBlack01:after {
    z-index: 1;
    background: #333;
}

.comBtnBlack01:hover p {
    background: #fff;
    z-index: 3;
    color: #333;
    border: 1px solid #333;
}

.comBtnBlack01:before {
    top: -2px;
    left: -2px;
}

.comBtnBlack01:after {
    bottom: -2px;
    right: -2px;
}

.comBtn01.topRecipeBtnMag01 {
    max-width: 400px;
    height: 70px;
}

.comBtn01.topCommercialproductsMag01 {
    max-width: 400px;
    height: 70px;
}

.comBtn01-02 {
    width: 100%;
}

.comBtn01-02 > p {
    padding-inline: 16px;
}

.top_other_btn_wrapper {
    display: flex;
    flex-wrap: wrap;
    white-space: nowrap;
    gap: 16px;
}