#swiper-nav {
    display: none;
}

.blocks-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 64px;
    padding: calc(32px + var(--headerNav-height)) 24px 0px 24px;
}

.section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    align-self: stretch;
    width: 100%;
}

.section__login {
    width: 100%;
}

.about__h2 {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    --font-weight: 500;
    letter-spacing: 1px;
}

.about__h2-text {
    font-family: var(--font-familyRounded);
}

.about__h2-icon {
    max-width: 16px;
}

.about__h2-svg {
    fill: var(--color-yellow);
    color: var(--color-yellow);
}

.about__h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 10px;
}

.about__h3-text {
    width: fit-content;
    display: block;
    white-space: nowrap;
    --font-size: 20px;
    --font-weight: 500;
    letter-spacing: 1px;
    text-align: center;
}

.about__h3-bar {
    display: inline-block;
    height: 1px;
    width: 100%;
    background: var(--light-gray, #DDD);
}

.point__description {
    text-align: center;
}

.point__cards-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    padding: 0px 8px;
    margin: 0 auto;
    gap: 24px;
}

.point__card {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0 auto;
    grid-column: 1 / 3;
    width: 100%;
    height: fit-content;
}

.point__card:nth-child(4) {
    grid-area: 4 / 1 / 5 / 2;
}

.point__card:nth-child(5) {
    grid-area: 4 / 2 / 5 / 3;
}

.point__card-description2 {
    --font-size: 11px;
}

.point__link {
    width: 100%;
    text-align: center;
    --font-size: 14px;
}

.shop-in {
    display: flex;
    justify-content: center;
    gap: 32px;
    flex-direction: column;
    width: 100%;
}

.shop__h4-container {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.shop__h4 {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 8px;
}

.shop__h4-h4 {
    --font-size: 14px;
    --font-weight: 700;
}

.section__pointlist {
    display: flex;
    padding: 20px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 6px;
    background: #F8F8F8;
    margin: auto;
    width: 100%;
}

.pointlist-h3 {
    text-align: center;
    font-family: var(--font-familyYuGothic);
    --font-size: 14px;
    --font-weight: 700;
    --line-height: 180%;
}

.pointlist__in {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
}

.pointlist__in-left,
.pointlist__in-right {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1 0 0;
}

.pointlist__h4-kome {
    font-size: 80%;
}

.pointlist__h4,
.pointlist__ul-li {
    font-family: var(--font-familyYuGothic);
    --font-size: 12px;
    --font-weight: 500;
    --line-height: 180%;
}

.pointlist__list-li-last {
    font-family: var(--font-familyYuGothic);
    --font-size: 10px;
    --font-weight: 500;
    --line-height: 180%;
}

.toha-description {
    text-align: center;
    --line-height: 180%;
}

.toha-img {
    max-width: 302px;
}

.toha__cards-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    gap: 40px;
    flex-wrap: wrap;
}

.toha__card {
    display: flex;
    padding: 24px 40px;
    flex-direction: column;
    gap: 16px;
    border-radius: 5px;
    background: var(--color-gray-white, #FBFBFB);
}

.toha__card-h4 {
    display: flex;
    align-items: center;
    gap: 8px;
    text-align: center;
    --font-size: 20px;
    --font-weight: 500;
    --line-height: 150%;
    letter-spacing: 1px;
}

.toha__card-img {
    width: 32px;
}

.toha__card-description {
    --line-height: 160%;
}

.toha__card-divider {
    width: 100%;
    height: 1px;
    background: var(--color-gray, #DDD);
}

.toha__card-ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.toha__card-li {
    text-align: right;
    --font-size: 16px;
    --line-height: 150%;
    display: flex;
    gap: 8px;
    justify-content: flex-end;
}

.toha__card-li a {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
}

.toha__card-li-icon {
    width: 12px;
    fill: var(--color-link)
}

.about__login {
    border: 2px solid var(--color-gray, #A2A6AE);
    background: transparent;
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .id_point header {
        border-bottom: 1px solid #DDD;
    }
    
    #swiper-nav {
        display: flex;
    }

    .blocks-container {
        padding-top: 32px;
        gap: 40px;
    }

    .point__link {
        text-align: right;
    }

    .shop-in {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .pointlist__in {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }
}


@media only screen and (min-width: 940px) {
    .point__cards-container {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        max-width: 676px;
    }

    .point__card:nth-child(1) {
        grid-area: 1 / 1 / 2 / 3;
    }

    .point__card:nth-child(2) {
        grid-area: 1 / 3 / 2 / 5;
    }

    .point__card:nth-child(3) {
        grid-area: 2 / 1 / 3 / 3;
    }

    .point__card:nth-child(4) {
        grid-area: 2 / 3 / 3 / 4;
    }

    .point__card:nth-child(5) {
        grid-area: 2 / 4 / 3 / 5;
    }

    .toha__cards-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .toha__card {
        height: 100%;
    }

    .toha__card-description {
        height: 100%;
    }
}