/** Shopify CDN: Minification failed

Line 1100:1 Expected "}" to go with "{"

**/


.product-section {
    display: flex;
    flex-direction: row;
    padding: 40px 48px;
    gap: 70px;

    .product-info-layout {
        display: flex;
        padding: 0px 0px;
        flex-direction: column;
        align-items: center;
        gap: 16px;
        flex: 0 0 650px;
        min-width: 0;

        product-media {
            width: 100%;
            max-width: 100%;

            > div {
                max-width: 100% !important;
            }
        }

        .product-main-image-layout {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 8px;
            align-self: stretch;

            .product-main-image {
                width: 100%;
                position: relative;

                img {
                    width: 100%;
                    aspect-ratio: 1 / 1;
                    display: block;
                }

                .product-image-pre {
                    position: absolute;
                    left: -8px;
                    top: 50%;
                    cursor: pointer;
                    z-index : 2;
                }

                .product-image-next {
                    position: absolute;
                    right: -8px;
                    top: 50%;
                    cursor: pointer;
                    z-index : 2;
                }

                .product-image-search {
                    position: absolute;
                    right: 16px;
                    bottom: 16px;
                    cursor: pointer;
                }
            }

            .product-image-desc {
                display: flex;
                align-items: flex-start;
                gap: 8px;
                align-self: center;
                width: 100%;
                color: #202020;
                font-family: "Zen Kaku Gothic New", sans-serif;
                font-size: 14px;
                font-style: normal;
                font-weight: 400;
                line-height: normal;
                margin-top: 10px;
                min-height: 20px;
            }
        }

        .product-image-control {
            display: flex;
            padding: 0px 16px;
            justify-content: space-between;
            align-items: center;
            align-self: center;
            width: 100%;
            margin-top : 15px;
            margin-bottom : 15px;

            .arrow {
                cursor: pointer;
            }

            .image-num {
                color: #000;
                font-family: "Zen Kaku Gothic New", sans-serif;
                font-size: 12px;
                font-style: normal;
                font-weight: 400;
                line-height: normal;
            }
        }

        .product-image-more {
            display: flex;
            align-items: flex-start;
            align-self: center;
            width: 100%;
            gap: 8px;
            overflow: auto;
            -ms-overflow-style: none;
            scrollbar-width: none;

            .product-more-image {
                width: 80px;
                height: 80px;
                background: #C4C4C4;
                cursor: pointer;
            }
        }
    }

    .product-main {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        /*gap: 24px;*/
        flex: 1;

        .product-main-info {
            width : 100%;

            display: flex;
            flex-direction: column;
            align-items: flex-start;
            gap: 4px;

            .product-status {
                display: flex;
                padding: 4px 0;
                align-items: flex-start;
                gap: 4px;
                align-self: stretch;


                .status-item.limit {
                    background: #202020;
                    color: white;
                }
            }

            .product-title {
                color: #202020;
                font-family: "Zen Kaku Gothic New", sans-serif;
                font-size: 20px;
                font-style: normal;
                font-weight: 400;
                line-height: normal;
            }

            .product-ranking {
                margin-top : -10px;
                display: flex;
                align-items: center;
                gap: 4.635px;

                .icon-layout {
                    display: flex;
                }
            }

            .product-price-layout {
                display: flex;
                align-items: flex-end;
                gap: 8px;

                .product-price {
                    color: #202020;
                    font-family: "Noto Sans JP", sans-serif;
                    font-size: 26px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: normal;
                }

                .product-price-unit {
                    color: #202020;
                    font-family: "Zen Kaku Gothic New", sans-serif;
                    font-size: 16px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: normal;
                }

                .product-price.discount {
                    color: #FF0021;
                }

                .product-price-unit.discount {
                    color: #FF0021;
                }

                .product-deleted-price {
                    color: #202020;
                    font-family: "Noto Sans JP";
                    font-size: 14px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: normal;
                    text-decoration-line: line-through;
                }

                .product-off-price {
                    display: flex;
                    padding: 2px 8px;
                    justify-content: center;
                    align-items: center;
                    gap: 8px;
                    background: #FF0021;
                    color: #FFF;
                    font-family: "Zen Kaku Gothic New";
                    font-size: 14px;
                    font-style: normal;
                    font-weight: 500;
                    line-height: normal;
                }
            }
        }

        .product-pre-order-desc-layout {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            gap: 8px;
            align-self: stretch;

            .desc1 {
                color: #FF0021;
                font-family: "Zen Kaku Gothic New";
                font-size: 16px;
                font-style: normal;
                font-weight: 500;
                line-height: normal;
            }

            .desc2 {
                color: #202020;
                font-family: "Zen Kaku Gothic New";
                font-size: 14px;
                font-style: normal;
                font-weight: 400;
                line-height: normal;
            }
        }

        .product-purchase-layout {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: flex-start;
            gap: 16px;
            width: 100%;

            .product-purchase-method-layout {
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: flex-start;
                gap: 4px;
                align-self: stretch;

                .product-purchase-method-label {
                    color: #202020;
                    text-align: right;
                    font-family: "Zen Kaku Gothic New", sans-serif;
                    font-size: 16px;
                    font-style: normal;
                    font-weight: 500;
                    line-height: normal;
                }

                .product-purchase-method-select-layout {
                    display: flex;
                    align-items: flex-start;
                    gap: 16px;
                    align-self: stretch;
                    width: 100%;

                    .product-purchase-method-select {
                        display: flex;
                        padding: 16px 8px;
                        justify-content: center;
                        align-items: center;
                        border: 1px solid #848383;
                        flex: 1;
                        cursor: pointer;

                        .title {
                            color: #202020;
                            text-align: right;
                            font-family: "Zen Kaku Gothic New", sans-serif;
                            font-size: 16px;
                            font-style: normal;
                            font-weight: 400;
                            line-height: normal;
                        }
                    }

                    .product-purchase-method-select.selected {
                        border: 1px solid #202020;
                        background: #000;

                        .title {
                            color: #FFF;
                        }
                    }
                }
            }

            .product-deliver-layout {
                display: flex;
                padding: 16px;
                justify-content: space-between;
                align-items: center;
                align-content: space-between;
                align-self: stretch;
                border: 1px solid #848383;

                .product-deliver-pre {
                    display: flex;
                    align-items: center;
                    gap: 24px;

                    .check-icon {
                        min-width: 16px;
                        cursor: pointer;
                    }

                    .product-deliver-title {
                        color: #202020;
                        font-family: "Zen Kaku Gothic New";
                        font-size: 16px;
                        font-style: normal;
                        font-weight: 400;
                        line-height: normal;
                    }
                }

                .product-deliver-price-layout {
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                    align-items: flex-end;

                    .product-deliver-new-price {
                        color: #202020;
                        font-family: "Noto Sans JP";
                        font-size: 20px;
                        font-style: normal;
                        font-weight: 400;
                        line-height: normal;
                    }

                    .product-deliver-new-price-unit {
                        color: #202020;
                        font-family: "Zen Kaku Gothic New";
                        font-size: 12px;
                        font-style: normal;
                        font-weight: 400;
                        line-height: normal;
                    }

                    .product-deliver-old-price {
                        color: #848383;
                        font-family: "Noto Sans JP";
                        font-size: 12px;
                        font-style: normal;
                        font-weight: 400;
                        line-height: normal;
                        text-decoration-line: line-through;
                    }

                    .product-deliver-old-price-unit {
                        color: #848383;
                        font-family: "Zen Kaku Gothic New";
                        font-size: 12px;
                        font-style: normal;
                        font-weight: 400;
                        line-height: normal;
                        text-decoration-line: line-through;
                    }
                }
            }

            .product-deliver-layout.selected {
                border: 1px solid #000;
            }
        }

        .product-amount-layout {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: flex-start;
            gap: 4px;

            .product-amount-label {
                color: #202020;
                text-align: right;
                font-family: "Zen Kaku Gothic New", sans-serif;
                font-size: 16px;
                font-style: normal;
                font-weight: 400;
                line-height: normal;
            }

            .product-amount-control {
                display: flex;
                width: 126px;
                padding: 16px;
                justify-content: space-between;
                align-items: center;
                align-content: space-between;
                border: 1px solid #000;

                .product-amount-icon {
                    cursor: pointer;
                }

                .product-amount {
                    color: #202020;
                    text-align: right;
                    font-family: "Zen Kaku Gothic New";
                    font-size: 16px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: normal;
                }
            }
        }


        .product-tab-layout {
            display: flex;
            align-items: center;
            justify-content: start;
            width: -webkit-fill-available;

            .product-tab-main {
                display: flex;
                align-items: center;
                justify-content: start;
                width: 100%;

                .product-tabs {
                    display: flex;
                    align-items: center;
                    justify-content: start;
                    gap: 16px;
                    width: 100%;
                    padding-bottom: 4px;
                    position: relative;

                    .tab-underline {
                        position: absolute;
                        width: 100%;
                        height: 2px;
                        background-color: #C4C4C4;
                        color: #00000000;
                        bottom: 4px;
                        left: 0;
                        z-index: -1;
                    }

                    .tab-item {
                        cursor: pointer;
                        color: #202020;
                        text-align: center;
                        font-family: "Zen Kaku Gothic New", sans-serif;
                        font-size: 24px;
                        font-style: normal;
                        font-weight: 400;
                        line-height: normal;
                        display: inline;
                        background-image: linear-gradient(to right, #EDC059, #D67C8C, #A196C3);
                        background-size: 100% 2px;
                        background-repeat: no-repeat;
                        background-position: 0 100%;
                        padding-bottom: 8px;
                    }
                }
            }
        }

        .product-detail-content {
            margin-top: 16px;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            gap: 16px;
            align-self: stretch;

            .product-detail-header-layout {
                display: none;
                justify-content: space-between;
                align-items: center;
                align-self: stretch;

                .header-title {
                    color: #202020;
                    text-align: right;
                    font-family: "Zen Kaku Gothic New";
                    font-size: 20px;
                    font-style: normal;
                    font-weight: 500;
                    line-height: normal;
                }

                .header-btn {
                    display: flex;
                    padding: 8px 16px;
                    flex-direction: column;
                    align-items: flex-start;
                    gap: 8px;
                    cursor: pointer;
                }
            }

            .product-detail-layout {
                flex: 1 0 0;

                .product-detail {
                    color: #202020;
                    font-family: "Zen Kaku Gothic New";
                    font-size: 16px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 25px;
                }
            }
        }

        .product-size-content {
            margin-top: 16px;
            display: none;
            flex-direction: column;
            align-items: flex-start;
            gap: 16px;
            align-self: stretch;

            .product-size-header-layout {
                display: none;
                justify-content: space-between;
                align-items: center;
                align-self: stretch;

                .header-title {
                    color: #202020;
                    text-align: right;
                    font-family: "Zen Kaku Gothic New";
                    font-size: 20px;
                    font-style: normal;
                    font-weight: 500;
                    line-height: normal;
                }

                .header-btn {
                    display: flex;
                    padding: 8px 16px;
                    flex-direction: column;
                    align-items: flex-start;
                    gap: 8px;
                    cursor: pointer;
                }
            }

            .product-size-layout {
                flex: 1 0 0;

                .product-size {
                    color: #202020;
                    font-family: "Zen Kaku Gothic New";
                    font-size: 16px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 26px;
                }
            }
        }

        .product-review-content {
            margin-top: 16px;
            display: none;
            flex-direction: column;
            align-items: center;
            gap: 16px;
            align-self: stretch;

            .product-review-header-layout {
                display: none;
                justify-content: space-between;
                align-items: center;
                align-self: stretch;

                .header-title {
                    color: #202020;
                    text-align: right;
                    font-family: "Zen Kaku Gothic New";
                    font-size: 20px;
                    font-style: normal;
                    font-weight: 500;
                    line-height: normal;
                }

                .header-btn {
                    display: flex;
                    padding: 8px 16px;
                    flex-direction: column;
                    align-items: flex-start;
                    gap: 8px;
                    cursor: pointer;
                }
            }

            .product-review-desc {
                display: flex;
                flex-direction: column;
                align-items: flex-start;
                gap: 4px;
                align-self: stretch;

                .ranking-detail {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    gap: 4px;
                    align-self: stretch;

                    .ranking-value {
                        display: flex;
                    }

                    .ranking-desc {
                        color: #202020;
                        font-family: "Zen Kaku Gothic New", sans-serif;
                        font-size: 16px;
                        font-style: normal;
                        font-weight: 500;
                        line-height: 18px;
                        /* 112.5% */
                    }
                }

                .ranking-review-desc {
                    color: #202020;
                    text-align: center;
                    font-family: "Zen Kaku Gothic New", sans-serif;
                    font-size: 16px;
                    font-style: normal;
                    font-weight: 500;
                    line-height: 18px;
                    width: 100%;
                }
            }

            .ranking-star-layout {
                display: flex;
                flex-direction: column;
                align-items: center;
                gap: 3px;
                align-self: stretch;

                .ranking-start-item {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    gap: 23px;
                    align-self: stretch;

                    .ranking-stars {
                        display: flex;
                    }

                    .ranking-empty {
                        width: 139px;
                        height: 15px;
                        background: #D3D3D3;
                    }

                    .ranking-review-value {
                        color: #000;
                        font-family: "Noto Sans JP", sans-serif;
                        font-size: 12px;
                        font-style: normal;
                        font-weight: 500;
                        line-height: 18px;
                    }
                }
            }

            .review-layout {
                display: flex;
                padding: 0px 16px;
                flex-direction: column;
                align-items: flex-start;
                gap: 8px;
                align-self: stretch;
                margin-top: 36px;

                .review-auth-layout {
                    display: flex;
                    align-items: flex-start;
                    gap: 8px;

                    .review-name {
                        color: #202020;
                        font-family: "Zen Kaku Gothic New", sans-serif;
                        font-size: 14px;
                        font-style: normal;
                        font-weight: 700;
                        line-height: 18px;
                    }

                    .review-auth {
                        display: flex;
                        padding: 0px 8px;
                        justify-content: center;
                        align-items: center;
                        gap: 8px;
                        background: #000;

                        .auth-title {
                            color: #FFF;
                            font-family: "Zen Kaku Gothic New", sans-serif;
                            font-size: 10px;
                            font-style: normal;
                            font-weight: 700;
                            line-height: 18px;
                        }
                    }
                }

                .review-star-layout {
                    display: flex;
                    align-items: center;
                    gap: 4px;
                    align-self: stretch;

                    .star-layout {
                        display: flex;
                    }

                    .review-value {
                        color: #000;
                        font-family: "Zen Kaku Gothic New", sans-serif;
                        font-size: 14px;
                        font-style: normal;
                        font-weight: 700;
                        line-height: 18px;
                        opacity: 0.5;
                    }

                    .review-date {
                        flex: 1;
                        color: #000;
                        text-align: right;
                        font-family: "Noto Sans JP", sans-serif;
                        font-size: 12px;
                        font-style: normal;
                        font-weight: 400;
                        line-height: 120%;
                    }
                }

                .review-title {
                    color: #000;
                    font-family: "Zen Kaku Gothic New", sans-serif;
                    font-size: 14px;
                    font-style: normal;
                    font-weight: 700;
                    line-height: 120%;
                }

                .review-content {
                    color: #000;
                    font-family: "Noto Sans JP", sans-serif;
                    font-size: 14px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 120%;
                }

                .review-answer-layout {
                    display: flex;
                    padding: 8px 16px;
                    flex-direction: column;
                    align-items: flex-start;
                    gap: 8px;
                    align-self: stretch;

                    .answer-title {
                        .answer-name {
                            color: #000;
                            font-family: "Zen Kaku Gothic New", sans-serif;
                            font-size: 14px;
                            font-style: normal;
                            font-weight: 700;
                            line-height: 120%;
                        }

                        .answer-desc {
                            color: #000;
                            font-family: "Zen Kaku Gothic New", sans-serif;
                            font-size: 14px;
                            font-style: normal;
                            font-weight: 400;
                            line-height: 120%;
                        }
                    }

                    .answer-content {
                        color: #000;
                        font-family: "Noto Sans JP", sans-serif;
                        font-size: 14px;
                        font-style: normal;
                        font-weight: 400;
                        line-height: 120%;
                    }
                }
            }

            .review-more-layout {
                display: flex;
                justify-content: center;
                align-items: center;

                .review-more-btn {
                    display: flex;
                    padding: 8px 32px;
                    justify-content: center;
                    align-items: center;
                    gap: 8px;
                    background: #000;
                    margin-top: 36px;
                    width: fit-content;
                    cursor: pointer;

                    .title {
                        color: #FFF;
                        font-family: "Zen Kaku Gothic New";
                        font-size: 14px;
                        font-style: normal;
                        font-weight: 400;
                        line-height: normal;
                    }

                }
            }
        }

        .product-share-icons {
            display: flex;
            justify-content: flex-end;
            align-items: center;
            align-content: center;
            gap: 0px 8px;
            align-self: stretch;
            flex-wrap: wrap;

            .share-icon {
                width: 32px;
                height: 32px;
                cursor: pointer;
            }
        }

    }
}

#to-product-content{
    margin-top : 81px;
}

@media screen and (max-width: 1500px) {
    .product-section {
        .product-info-layout {
            flex: 1 1 auto;
        }
    }
}

@media screen and (max-width: 999px) {
    .product-section {
        padding: 40px 16px;
        flex-direction: column;
        gap: 32px;

        .product-info-layout {
            flex: 1 1 auto;
        }

            .product-main-image {
                width: -webkit-fill-available;
                position: relative;

                img {
                    width: 100%;
                    aspect-ratio: 1 / 1;
                }

                .product-image-pre {
	                margin-top : -25px;
                	top : calc(50% - 78px);
                    left: 5% !important;
					width: 32px !important;
					height: 32px !important;
                    
                    svg{

                    }
                }

                .product-image-next {
	                margin-top : -25px;
                	top : calc(50% - 78px);
                    right: 5% !important;
					width: 32px !important;
					height: 32px !important;

                }

        .product-info-layout {
            padding: 0;
        }


        .product-main {

            .product-status {
                .status-item {
                    font-size: 14px;
                }
            }

            .product-title {
                font-size: 24px;
                font-style: normal;
            }

            .product-tab-layout {
                display: none;
            }

            .product-detail-content {
                display: flex;

                .product-detail-header-layout {
                    display: flex;
                }
            }

            .product-size-content {
                display: flex;

                .product-size-header-layout {
                    display: flex;
                }
            }

            .product-review-content {
                display: flex;

                .product-review-header-layout {
                    display: flex;
                }
            }
        }
    }
}

.swiper-layout {
    display: flex;
    padding: 32px 0px;
    flex-direction: column;
    align-items: flex-end;
    gap: 24px;
    align-self: stretch;
    border: solid 1px rgb(175, 174, 174);
    position: fixed;
    z-index: 2;
    top: 50vh;
    left: 50vw;
    transform: translate(-50%, -50%);
    width: 90%;
    background-color: white;
    height: 70%;

    .swiper-close {
        display: flex;
        width: 40px;
        height: 40px;
        padding: 13px;
        align-items: center;
        gap: 8px;
        cursor: pointer;
        border: 0.5px solid #202020;
        margin-right: 16px;
    }

    .swiper {
        width: 100%;
        height: 100%;
        padding: 30px 0px;
    }

    .swiper-slide {
        text-align: center;
        font-size: 18px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .swiper-slide img {
        display: block;
        height: 100%;
        object-fit: cover;
    }

    .swiper-pagination {
        bottom: 20px !important;
        width: max-content !important;
        position: relative !important;
        bottom: 0 !important;
    }

    .slide-pagination-group {
        display: flex;
        height: 54px;
        justify-content: space-between;
        align-items: flex-start;
        position: absolute;
        top: 37vh;
        left: 45vw;
        transform: translate(-50%, -50%);
        width: 90%;
        z-index: 10;
    }

    .slide-pagination-arrow-prev {
        width: 54px;
        height: 54px;
        cursor: pointer;
    }

    .slide-pagination-arrow-next {
        width: 54px;
        height: 54px;
        cursor: pointer;
    }

    .swiper-pagination-layout {
        position: relative;
    }

    .swiper-pagination {
        width: 100% !important;
        position: absolute !important;
        bottom: -20px !important;
    }

    .swiper-pagination-bullet {
        background: #CFCFCF;
        opacity: 1;
    }

    .swiper-pagination-bullet-active {
        background: #000;
    }
}

@media screen and (max-width: 999px) {
    .slide-pagination-group {
        display: none !important;
    }

    .swiper-pagination-layout {
        display: none;
    }
}