@media print,
screen and (min-width:769px) {
    .shop-title h1 {
        text-align: center;
        font-size: 24px;
        color: #361F10;
        font-family: 'myfont-bold';
        font-weight: bold;
        padding: 35px;
    }

    .online-shop {
        display: flex;
        width: 100%;
        justify-content: flex-end;
    }

    .shop-sidebar {
        flex-basis: 300px;
        padding: 100px 30px 50px;
    }

    .shop-sidebar h1 {
        color: #000000;
        font-size: 24px;
        text-align: center;
        font-weight: bold;
        margin-bottom: 30px;
    }

    .shop-cat-contents h2 {
        color: white;
        padding: 10px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 40px;
        font-size: 18px;
        ;
    }

    .shop-cat-contents h2 img {
        width: 25px;
        margin-right: 10px;
    }

    .shop-cat-contents.shop-outdoor h2 {
        background: #78b657;
    }

    .shop-cat-contents.shop-peletto h2 {
        background: #daa45e;
    }

    .shop-cat-contents.shop-eat h2 {
        background: #ce6948;
    }

    .shop-cat-contents ul {
        padding: 10px 30px 40px;
    }

    .shop-cat-contents ul li {
        padding: 15px 0;
        border-bottom-width: 1px;
        border-bottom-style: dashed;
        border-color: #e0d9d9;
    }

    .shop-main {
        flex-basis: calc(100% - 300px);
    }

    .shop-article {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
    }

    .shop-article h2 {
        text-align: center;
        font-size: 35px;
        font-weight: bold;
        position: relative;
        margin-bottom: 50px;
    }

    .shop-article h2 span {
        display: block;
        font-weight: normal;
        font-size: 12px;
        margin-top: 10px;
    }

    .shop-article h2:before {
        position: absolute;
        content: "";
        left: 0;
        top: 19px;
        background: url(../../assets/images/icon-separater.png);
        background-repeat: repeat-x;
        height: 16px;
        width: calc(100% / 2 - 145px);
        background-size: contain;
    }

    .shop-article h2:after {
        position: absolute;
        content: "";
        right: 0;
        top: 19px;
        background: url(../../assets/images/icon-separater.png);
        background-repeat: repeat-x;
        height: 16px;
        width: calc(100% / 2 - 145px);
        background-size: contain;
    }

    .shop-news {
        margin: 0 auto;
        margin-bottom: 80px;
        margin-top: 50px;
        text-align: center;
        max-width: 1200px;
    }

    .shop-article-contents {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        margin-bottom: 200px;
    }

    .shop-article-box {
        width: 275px;
        margin: 7px;
        padding: 10px 10px 20px;
        border-width: 2px;
        border-color: #E2DCD3;
        border-radius: 3px;
        box-shadow: 0px 1px 6px #e3e3e3;
        text-align: right;
        display: flex;
    }

    .shop-article-box h2 {
        font-size: 18px;
        text-align: left;
        color: #460500;
        margin-bottom: 0;
    }

    .shop-article-box img {
        max-width: 100%;
    }



    .shop-article-box p {
        text-align: left;
        font-size: 13px;
        margin-top: 6px;
        color: #460500;
        margin-bottom: 30px;
    }

    .shop-price {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        width: 100%;
    }

    .shop-price b {
        background: #361F10;
        color: white;
        font-size: 14px;
        width: 35px;
        text-align: center;
        height: 22px;
        line-height: 21px;
    }

    .shop-price strong {
        font-size: 18px;
        color: #CC0C00;
        font-weight: bold;
    }

    .shop-footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
        max-width: 1200px;
        margin: 0 auto;
    }

    .shop-footer .center {
        display: flex;
        font-size: 12px;
    }

    .shop-footer .center img {
        width: 20px;
        display: block;
        margin-bottom: 6px;
    }

    .shop-footer .right img {
        width: 204px;
    }

    .shop-footer2 {
        margin-top: 30px;
    }

    .shop-footer2 img {
        width: 432px;
        display: block;
        margin: 0 auto;
    }

    .shop-footer2 span {
        display: block;
        text-align: center;
        margin-top: 50px;
        padding-bottom: 7px;
    }

    .shop-sns {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 11px;
        color: #7D524D;
    }

    .shop-footer .left h3 {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 15px;
    }

    .shop-footer .left p {
        font-size: 14px;
        color: #7D524D;
    }

    .swiper-container {
        width: 100%;
        padding: 0 0 24px 0;
        box-sizing: border-box;
        overflow: hidden;
    }

    .swiper-slide {
        width: 80%;
        transition: transform 0.3s ease;
    }

    :root {
        --swiper-theme-color: #4d0000;
    }

    .swiper-slide img {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 10px;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    }

    .swiper-slide-prev,
    .swiper-slide-next {
        opacity: 0.5;
        transform: scale(0.9);
    }

    .swiper-slide-active {
        opacity: 1;
        transform: scale(1);
    }

    .swiper-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: auto;
        top: var(--swiper-pagination-top, auto);
        left: 0;
        width: 100%;
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 23px !important;
        text-align: center;
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 11px;
        background: #361f10a1;
        width: 30px;
        height: 23px;
        color: white;
        line-height: 24px;
    }

    .shop-sidebar.fixed {
        position: fixed;
        top: 0;
        z-index: 1000;
        background: white;
        width: 300px;
        left: 0;
    }

    .swiper-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        padding-bottom: 5px;
    }

    .shop-category-img {
        width: 100%;
        margin-bottom: 50px;
    }

    .category-page:before {
        display: none;
    }

    .category-page:after {
        display: none;
    }

    .shop-article .category-page small {
        background: url(../../assets/images/img-shop-line.png) !important;
        background-repeat: repeat-x !important;
        height: 9px;
        width: 100%;
        display: block;
        margin-top: 30px;
    }

    .shop-article .category-page {
        margin-bottom: 30px;
        padding-top: 100px;
    }

    .cat-shop-outdoor {
        background: #78b657;
        padding: 2px;
        font-size: 12px;
        color: white;
        width: 105px;
        display: inline-block;
        text-align: center;
        margin-top: 7px;
        margin-bottom: 7px;
    }

    .cat-shop-eat {
        background: #ce6948;
        padding: 2px;
        font-size: 12px;
        color: white;
        width: 105px;
        display: inline-block;
        text-align: center;
        margin-top: 7px;
        margin-bottom: 7px;
    }

    .cat-shop-peletto {
        background: #daa45e;
        padding: 2px;
        font-size: 12px;
        color: white;
        width: 105px;
        display: inline-block;
        text-align: center;
        margin-top: 7px;
        margin-bottom: 7px;
    }

    .shop-hero {
        height: 82vh;
    }

    .shop-article .gp-archive__shop__item__link__outdoor {
        background: no-repeat;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
        align-items: flex-end;
    }

    .shop-article .gp-archive__shop__item__link__outdoor img {}

    .shop-article-img {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        height: 250px;
        overflow: hidden;
    }

    .shop-main .gp-shop__description__about p {
        color: black;
    }

    .remarks-h2 {
        position: relative;
    }

    .remarks-h2:after {
        position: absolute;
        content: "";
        right: 0;
        top: 4px;
        background: url(../../assets/images/icon-separater.png) !important;
        background-repeat: repeat-x !important;
        height: 16px !important;
        width: calc(100% - 277px);
        background-size: contain !important;
    }

    #shop-anchor {
        margin-top: 50px;
    }

    .shop-sns a {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .shop-main .gp-inner {
        max-width: 100%;
        padding: 0 50px 0 0;
    }

    .shop-sidebar nav {
        display: none;
    }

    .shop-main .gp-shop__main iframe {
        max-width: 1200px !important;
        margin: 0 auto;
    }

    .shop-main .gp-shop__recommend {
        max-width: 1200px;
        margin: 0 auto;
        margin-bottom: 12rem;
    }

    .shop-main .gp-shop__description {
        max-width: 1200px;
        margin: 0 auto;
    }

    .shop-main .gp-common__related__title {
        max-width: 1200px;
        margin: 0 auto;
    }

    .shop-main .gp-common__breadcrumbs a:hover {
        color: grey !important;
    }

    .shop-main .gp-common__breadcrumbs {
        max-width: 1200px;
        margin: auto;
        padding: 4em 2em 8em 0;
    }
}