@charset "utf-8";
.heading-img {
    margin-bottom: 32px;
    position: relative;
    padding-top: 50px;
}

.heading-img img {
    position: absolute;
    height: 40px;
    width: 100%;
    object-fit: cover;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}

.heading-with-accent:not(.normal) {
    margin-top: -12px;
    border: 2px solid #007a3e;
    border-top: 0;
    padding: 10px;
    background-color: #fff;
    box-shadow: 1px 2px 6px rgb(0 0 0 / 50%);
}

.wrapp-heading-text {
    text-align: center;
    display: block;
    margin: auto;
    border: 1px solid #007a3e;
    border-radius: 8px;
    font-size: 24px;
    color: #007a3e;
    position: relative;
    background-color: #fff;
}

.wrapp-heading-text>span {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #007a3e;
    border: 2px solid #fff;
}

.wrapp-heading-text .left {
    left: -2px;
    top: -2px;
}

.wrapp-heading-text .left-bottom {
    left: -2px;
    bottom: -2px;
}

.wrapp-heading-text .right {
    right: -2px;
    top: -2px;
}

.wrapp-heading-text .right-bottom {
    right: -2px;
    bottom: -2px;
}

.products-wrap {
    border-radius: 20px;
}

.card-header {
    position: relative;
    display: block;
    margin: auto;
    padding: 10px 140px 10px 140px;
    text-align: center;
}

.card-header span.mark {
    font-family: "Noto Sans JP", sans-serif;
    position: absolute;
    left: -2px;
    top: -6px;
    background: #f17230;
    color: #fff;
    padding: 15px;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    line-height: 85px;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
}

.img-center {
    width: auto;
    display: block;
    margin: 0 auto 16px;
}

.header-products {
    margin-top: 15px;
    font-size: 14px;
    text-align: center;
    color: #000;
}

.category-title {
    display: inline-block;
    position: relative;
    font-size: 23px;
    font-weight: bold;
    color: #000;
}

.text-parent {
    position: relative;
    z-index: 1;
}

.shadow-text {
    color: #fff;
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    -webkit-text-stroke: 6px #fff;
}

.card-content {
    display: block;
    background: #fff;
    border: 4px solid;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding-top: 20px;
}

.card-content h3 {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
}

.product-list {
    padding: 0;
    justify-content: center;
}

.product-list li {
    border-bottom: 1px solid #cfcfcf;
    border-right: 1px solid #cfcfcf;
    width: calc(33.33% - 21px);
    padding: 10px;
}

.product-list li:nth-child(3n) {
    border-right: 0;
}

.product-list li:last-child,
.product-list li:nth-last-child(2),
.product-list li:nth-last-child(3) {
    border-bottom: 0;
}

.yawafuru .product-list li,
.ponsaku .product-list li,
.soup .product-list li {
    border: 0;
}

.product-list li>a {
    min-height: 300px;
    text-align: center;
    display: block;
    position: relative;
    margin: 0 10px;
}

.product-list li a img.symbol {
    width: 62%;
    position: absolute;
    top: 0;
    left: 0;
}

.product-list li a img.package {
    width: 38%;
    position: absolute;
    bottom: 3.5%;
    right: 5%;
    box-shadow: #bbb 4px 5px 5px;
}

.product a p.product-botton {
    font-family: "Noto Sans JP", sans-serif;
    display: flex;
    margin-bottom: 20px;
    padding: 10px 20px;
    border-radius: 3px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    justify-content: space-evenly;
    align-content: center;
    flex-wrap: nowrap;
    align-items: center;
}

.product a p.botton-1 {
    background: #349fcb;
}

.product a p.botton-2 {
    background: #fd7e5d;
}

.product a p.botton-3 {
    background: #f5ae51;
}

/* block cart soup */
.product a p.product-botton.botton-soup-1 {
    background: #FFF;
    border: 1px solid #000;
    color: #000;
}

p.product-botton.botton-soup-2 {
    background: #ebb43e;
    border: 1px solid #ebb43e;
}

p.product-botton.botton-soup-3 {
    background: #d37e79;
    border: 1px solid #d37e79;
}

.border-yellow .row-text p span.underline {
    text-decoration-line: underline;
    text-decoration-style: double;
    text-decoration-color: #007a3e;
}

/* end block cart soup */
#tabs-content-wrap .card-content {
    border-radius: 20px;
}

#tabs-nav {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    justify-content: center;
}

#tabs-nav li {
    width: calc(33.33% - 20px);
    text-align: center;
    padding: 0 10px 0;
    display: flex;
    flex-wrap: wrap;
}

#tabs-nav .card-header {
    padding: 10px;
}

#tabs-nav li a {
    display: block;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    opacity: .5;
    transition: .3s ease-in-out;
    width: 100%;
}

#tabs-nav li a.current {
    opacity: 1;
}

#tabs-content-wrap {
    margin-top: -2px;
    position: relative;
    z-index: 2;
}

.more-btn {
    margin: 35px 0 45px 0;
    text-align: center;
}

.more-btn a {
    padding: 10px 20px;
    background: #ffc915;
    color: #007a3e;
    font-size: 13px;
    font-weight: bold;
    border-radius: 6px;
    box-shadow: 2px 2px 6px rgb(0 0 0 / 80%);
    transition: .3s ease-in-out;
    display: inline-block;
}

.more-btn a:hover {
    color: #fff;
    background: #007a3e;
}

@media only screen and (max-width: 837px) {
    .heading-with-accent:not(.normal) {
        margin-top: -14px;
    }

    .product a p.product-botton {
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) {
    #tabs-nav li:first-child {
        order: 2;
    }

    #tabs-nav li:last-child {
        order: 3;
    }

    .product a p.product-botton {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .heading-img {
        margin-bottom: 16px;
    }

    .card-header {
        padding: 20px 80px;
    }

    .header-products {
        font-size: 3.65vw;
    }

    .img-center {
        margin-left: 0;
        margin-bottom: 16px;
    }

    .category-title {
        font-size: 4.65vw
    }

    .card-content h3 {
        width: 90%;
        margin: 0 auto 20px auto;
        font-size: 3.72vw;
    }

    .product-list {
        width: 100%;
        margin: 0;
        margin-inline: auto;
        justify-content: flex-start;
    }

    .product-list li {
        border: none;
        width: 45%;
        margin-inline: auto;
        padding: 2%;
        aspect-ratio: 6 / 10.2;
    }

    .product-list li>a {
        height: 100%;
        width: 100%;
        min-width: 45%;
        min-height: auto;
        margin: 5%;
        display: block;
    }

    .product-list li a img.symbol {
        width: 75%;
        top: -2.5%;
        left: -2.5%;
    }

    .product-list li a img.package {
        width: 55%;
        bottom: 0;
        right: 10%;
    }

    .product a p.product-botton {
        font-size: 14px;
    }

    #tabs-nav li {
        width: 100%;
        padding: 0;
        margin-bottom: 8px;
    }

    #tabs-nav li:last-child {
        margin-bottom: 16px;
    }

    #tabs-nav li a {
        width: 100%;
        border-radius: 20px;
    }

    #tabs-nav .card-header {
        padding: 20px 100px 20px 30px;
    }

    .product-cat #tabs-nav .card-header {
        padding: 20px 80px 20px 80px;
    }

    .product-cat .img-center {
        margin-left: auto;
        margin-right: auto;
    }

    .card-header span.mark {
        left: -3%;
        top: -3%;
        padding: 10px;
        width: 40px;
        height: 40px;
        line-height: 39px;
        font-size: 17px;
    }
}

@media only screen and (max-width: 575px) {
    .card-header {
        padding: 20px 10px;
    }
}

@media only screen and (max-width: 360px) {
    .card-header {
        padding: 20px 60px 20px 70px;
    }

    .product-cat #tabs-nav .card-header {
        padding: 20px 60px 20px 65px;
    }
}

/* For product index */
.product-category {
    margin: 65px 0;
}

.product-category ul {
    padding: 0;
    margin-inline: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.product-category ul li {
    width: 32%;
    margin: 0 2%;
    border-radius: 50%;
}

.product-category ul li {
    background-color: #cccccc;
    transition: all .3s;
}

.product-category ul li.dog:hover,
.product-category ul li.cat:hover {
    background-color: #007a3e;
}

.product-category ul li a {
    aspect-ratio: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.product-category ul li a img {
    width: 55%;
    aspect-ratio: 1 / 1;
}

.product-category ul li a span {
    margin-top: 20px;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
}

.sidebar {
    position: fixed;
    top: 42vh;
    right: 0;
}

.sidebar ul {
    padding: 0;
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.sidebar ul li {
    width: 185px;
    background-color: #007a3e;
    transition: all .3s;
}

.sidebar ul li:hover {
    width: 220px;
}

.sidebar ul li:not(:last-child) {
    border-bottom: solid 1px #fff;
}

.sidebar ul li a {
    padding: 12px;
    display: flex;
    align-items: center;
    transition: all .3s;
}

.sidebar ul li a:hover {
    opacity: .75;
}

.sidebar ul li a img {
    width: 35px;
    margin-right: 15px;
}

.sidebar ul li a span {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

@media only screen and (max-width: 768px) {
    .product-category {
        margin-top: 50px;
    }

    .product-category ul {
        margin: 0;
    }

    .product-category ul li {
        width: 43.5%;
        margin: 0 3%;
    }

    .product-category ul li a img {
        width: 50%;
    }

    .product-category ul li a span {
        margin-top: 5px;
        font-size: 4.15vw;
    }

    .sidebar {
        position: static;
    }

    .sidebar ul {
        margin: 0;
        flex-direction: row;
        align-items: baseline;
        justify-content: center;
    }

    .sidebar ul li {
        width: 50%;
    }

    .sidebar ul li:hover {
        width: 50%;
    }

    .sidebar ul li a {
        justify-content: center;
    }

    .sidebar ul li a img {
        width: 20%;
    }

    .sidebar ul li a span {
        font-size: 3.8vw;
    }

    /* Add for each products */
    .dog .product-list,
    .cat .product-list {
        padding-bottom: 20px;
    }

    .yawafuru .product-list li {
        aspect-ratio: 6 / 8;
    }

    .ponsaku .product-list li {
        aspect-ratio: 6 / 10.5;
    }

    .ponsaku .product-list li>a {
        margin: 0;
    }

    .ponsaku .product-list li>a>p {
        margin-bottom: 15px;
        padding: 10px;
        font-size: 3vw;
    }

    .soup .product-list li {
        aspect-ratio: 6 / 10.5;
    }

    .soup .product-list li>a {
        margin: 0;
    }

    .soup .product-list li>a>p {
        margin-bottom: 0;
        padding: 10px;
        font-size: 3vw;
    }
}