#top .jino_box,
#top .menu_btn {
    width: 94.66%;
    margin-left: auto;
    margin-right: auto;
}
#top .jino_box {
    margin-top: 32px;
    height: 120px;
    aspect-ratio: 355 / 120;
    position: relative;
}
#top .jino_box a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    text-align: center;
}
#top .jino_box a img {
    width: 50%;
}
#top .jino_box #canvas {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: url('../images/bg_jino.webp') center center / cover no-repeat;
}
.notes_txt {
    width: 94.66%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
    font-size: 12px;
}
h2 {
    background-color: #FBE9E9;
}
.bnr_area a {
    display: block;
}
.bnr_area a + a {
    margin-top: 30px;
}
.cat_tit {
    position: relative;
    margin-bottom: 20px;
}
.cat_tit h3 {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    text-align: center;
    font-size: 15px;
    background-color: #fff;
    opacity: 0.8;
    padding: 4px 0;
}
.cat_menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 2%;
    row-gap: 28px;
    width: 93%;
    margin: 20px auto;
}
.cat_menu li {
    width: 48%;
    text-align: center;
}
.cat_menu li::after {
    display: inline-block;
    content: "";
    color: #333;
    line-height: 1;
    width: 0.5em;
    height: 0.5em;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-25%) rotate(135deg);
    margin-left: 0.5rem;
}
.cat_menu li a {
    text-decoration: underline;
    font-size: 14px;
}
.item_box {
    padding: 0 3.335%;
}
.item_box a {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
    padding: 10px 20px 10px 15px;
    border: solid 1px #CCCCCC;
    position: relative;
}
.item_box a::after {
    display: inline-block;
    content: ">";
    position: absolute;
    right: 15px;
    bottom: 10px;
    font-size: 9px;
}
.item_box a + a {
    margin-top: 20px;
}
.item_box a:last-child {
    margin-bottom: 20px;
}
.item_box a .img {
    width: 114.5px;
}
.item_box a .img img {
    width: 108.5px;
}
.item_box a .text {
width: calc( 100% - 114.5px );
}
.item_box a .text span {
    display: table;
    width: auto;
}
.item_box a .text .skincare_cat_name {
    color: #fff;
    background-color: #F29E9E;
    padding: 4px;
    font-size: 10px;
}
.item_box a .text .item_name {
    font-size: 16px;
    font-weight: bold;
    margin: 12px 0;
}
.item_box a .text .skin_copy {
    font-size: 12px;
}
.item_box .skin_remarks {
    font-size: 10px;
    margin-top: 1rem;
    margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
    #top .bnr_area {
        margin-left: auto;
        margin-right: auto;
    }
    #top .jino_box {
        margin-top: 40px;
        height: 240px;
        aspect-ratio: 710 / 240;
    }
    .notes_txt {
        margin-top: 1rem;
        font-size:18px;
    }
    .bnr_area a + a {
        margin-top: 45px;
    }
    .cat_tit {
        margin-bottom: 22.5px;
    }
    .cat_tit h3 {
        position: absolute;
        font-size: 22.5px;
        padding: 6px 0;
    }
    .cat_menu {
        row-gap: 42px;
        margin: 30px auto;
    }
    .cat_menu li::after {
        width: 1em;
        height: 1em;
    }
    .cat_menu li a {
        text-decoration: underline;
        font-size: 21px;
    }
    .item_box a {
        gap: 18px;
        padding: 15px 30px 15px 22.5px;
    }
    .item_box a::after {
        right: 22.5px;
        bottom: 15px;
        font-size: 13.5px;
    }
    .item_box a + a {
        margin-top: 30px;
    }
    .item_box a:last-child {
        margin-bottom: 30px;
    }
    .item_box a .img {
        width: 229px;
    }
    .item_box a .img img {
        width: 217px;
    }
    .item_box a .text {
    width: calc( 100% - 229px );
    }
    .item_box a .text .skincare_cat_name {
        padding: 6px 12px;
        font-size: 14px;
    }
    .item_box a .text .item_name {
        font-size: 18px;
        margin: 18px 0;
    }
    .item_box a .text .skin_copy {
        font-size: 14px;
    }
    .item_box .skin_remarks {
        font-size: 12px;
        margin-bottom: 30px;
    }
}