.w_1200 {
    max-width: 1200px;
    width: 90%;
    margin-inline: auto;
}

.w_1000 {
    max-width: 1000px;
    width: 90%;
    margin-inline: auto;
}

.w_800 {
    max-width: 800px;
    width: 90%;
    margin-inline: auto;
}

img,
svg {
    display: block;
    width: 100%;
}

.pc {
    @media screen and (max-width: 640px) {
        display: none;
    }
}

.sp {
    display: none;

    @media screen and (max-width: 640px) {
        display: block;
    }
}

.c-spbr {
    display: inline-block;
}

.new_2606 {
    background: url('../image/new/2606/back.webp') repeat center/contain;

    .intro {


        h3 {
            margin-bottom: 30px;
        }

        p,
        span {
            text-align: center;
            font-size: clamp(1rem, 2vw, 1.2rem);
        }

        p {
            margin-bottom: 30px;
        }

        .col2 {
            max-width: 700px;
            width: 80%;
            margin-inline: auto;
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 45px;

            @media screen and (max-width: 640px) {
                grid-template-columns: 1fr;
                width: 60%;
            }
        }
    }

    .menu {
        padding: 90px 0;

        .menu_item {
            position: relative;
            display: grid;
            grid-template-columns: 1fr .8fr;
            gap: 30px 15px;
            padding: 60px 0;
            z-index: 10;
            width: 90%;
            margin: 0 auto;

            &:not(:last-of-type) {
                margin-bottom: 90px;
            }

            @media screen and (max-width: 640px) {
                grid-template-columns: 1fr;
                display: block;
                padding: 30px 20px;
            }

            .img {
                position: relative;

                img {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    scale: 1.3;

                    @media screen and (max-width: 640px) {
                        position: relative;
                        scale: 1;
                    }
                }
            }

            .text {
                position: relative;
                z-index: 10;

                h4 {
                    @media screen and (max-width: 640px) {
                        text-align: center;
                    }

                    img {
                        @media screen and (max-width: 640px) {
                            margin-inline: auto;
                        }
                    }
                }

                h4.koji {
                    position: relative;

                    &::before {
                        position: absolute;
                        content: "";
                        display: block;
                        width: 90px;
                        height: 90px;
                        background: url('../image/new/2606/icon_koji.svg') no-repeat center/contain;
                        top: -10px;
                        left: -100px;

                        @media screen and (max-width: 890px) {
                            width: 75px;
                            height: 75px;
                            left: -85px;
                        }

                        @media screen and (max-width: 640px) {
                            width: 65px;
                            height: 65px;
                            left: -25px;
                            top: -70px;
                        }
                    }
                }

                .note {
                    font-size: clamp(.85rem, 1vw, .9rem);
                }
            }

            .icon {
                img {
                    &:not(:last-of-type) {
                        margin-bottom: 10px;
                    }
                }
            }

            .icon_koji,
            .icon_frozen {
                width: 90px;
                top: 0;
                transform: translateY(-5%);

                @media screen and (max-width: 1100px) {
                    width: 60px;
                }

                @media screen and (max-width: 640px) {
                    position: absolute;
                    top: -55px;
                    left: -10px;
                }
            }

            h4 {
                margin-bottom: 15px;
            }

            .note {
                margin-bottom: 30px;

                @media screen and (max-width: 640px) {
                    text-align: center;
                }
            }

            a {
                display: grid;
                grid-template-columns: auto 15px;
                align-items: center;
                justify-content: center;
                gap: .5rem;
                background: #802026;
                color: white;
                padding: 15px;
                max-width: 250px;
                width: 100%;
                font-size: clamp(.9rem, 2vw, 1rem);
                filter: brightness(1) drop-shadow(0 0 10px rgba(175, 71, 71, 0.6));
                border-radius: 100vmax;
                text-decoration: none;
                transition: all .3s;

                @media screen and (max-width: 640px) {
                    margin-inline: auto;
                }

                &:hover {
                    filter: brightness(1.5) drop-shadow(0 0 5px rgba(175, 71, 71, 0.6));
                }
            }
        }

        .item01 {
            h4 img {
                max-width: 360px;
            }

            .img img {
                scale: 1.6;
                left: -20%;

                @media screen and (max-width: 640px) {
                    scale: 1.8;
                    top: -30px;
                    left: 0;
                }
            }
        }

        .item02 {
            h4 img {
                max-width: 390px;
            }

            .img img {
                top: 10px;
                left: -10%;
                scale: 1.8;

                @media (width < 640px) {
                    left: 0;
                }
            }
        }

        .item03 {
            h4 img {
                max-width: 270px;
                width: 80%;
            }

            .img img {
                top: -100px;
                left: -10%;
                scale: 1.2;

                @media screen and (max-width: 640px) {
                    top: -10px;
                    left: 0;
                    scale: 1.5;
                }
            }
        }

        .item04 {
            h4 img {
                max-width: 360px;
                width: 80%;

                @media screen and (max-width: 890px) {
                    max-width: 320px;
                }
            }

            .img img {
                left: -35%;
                top: -10%;
                scale: 1.6;

                @media screen and (max-width: 890px) {
                    left: 0;
                }

                @media screen and (max-width: 640px) {
                    top: 20px;
                }
            }
        }

        .item05 {
            h4 {
                img {
                    max-width: 400px;

                    @media screen and (max-width: 640px) {
                        margin-inline: auto;
                    }
                }
            }

            .img {
                img {
                    &:first-of-type {
                        top: -50px;
                        scale: 1.2;
                        left: -10%;

                        @media screen and (max-width: 640px) {
                            left: 0;
                            top: -10px;
                            scale: 1.7;
                        }
                    }
                }

                .icon_hot {
                    position: absolute;
                    max-width: 200px;
                    width: 60%;
                    top: 100%;
                    left: -10%;

                    @media screen and (max-width: 640px) {
                        top: -40%;
                    }
                }
            }
        }

        .item06 {
            h4 {
                img {
                    max-width: 400px;

                    @media screen and (max-width: 640px) {
                        margin-inline: auto;
                    }
                }
            }

            .img img {
                top: 30px;
                left: -30%;
                width: 100%;
                scale: 1.8;

                @media screen and (max-width: 640px) {
                    top: -30px;
                    left: 10%;
                    scale: 2;
                }
            }
        }

    }

    .menu_01 {
        background: url('../image/new/2606/back_01.webp') no-repeat top center/cover;

        @media (orientation: portrait) {
            background: url('../image/new/2606/back_01_sp.webp') no-repeat top center/cover;
        }

        .menu_item {
            &:nth-of-type(even) {
                margin: 0 auto 180px;

                @media screen and (max-width: 640px) {
                    margin-bottom: 90px;
                }

                .text {
                    order: 1;

                    @media screen and (max-width: 640px) {
                        order: 2;
                    }
                }

                .img {
                    order: 2;

                    @media screen and (max-width: 640px) {
                        order: 1;
                    }
                }
            }
        }
    }

    .menu_02 {
        background: url('../image/new/2606/back_02.webp') no-repeat top center/cover;

        @media (orientation: portrait) {
            background: url('../image/new/2606/back_02_sp.webp') no-repeat top center/cover;
        }

        .menu_item {

            &:nth-of-type(odd) {
                .text {
                    order: 1;

                    @media screen and (max-width: 640px) {
                        order: 2;
                    }
                }

                .img {
                    order: 2;

                    @media screen and (max-width: 640px) {
                        order: 1;
                    }
                }
            }
        }
    }
}