 @font-face {
        font-family: 'Noto Sans JP';
        src: url(https://p2c010.itembox.design/item/NotoSansJP-Regular.ttf?t=20250604124756) format('truetype');
    }
    @font-face {
        font-family: 'Northwell';
        src: url() format('truetype');
    }
    body * {

        font-family: 'Helvetica Neue', 'Noto Sans JP', sans-serif;
    }

.fs-l-page {
margin-top: 80px;
}


/* 横幅max500px */
body {
    max-width: 500px;
    margin: 0 auto;
    overflow-x: hidden;
}

/* ヘッダーの下線とる */
.fs-l-header--min{
    border: none;
}
/* 横並びを縦に */
@media screen and (min-width: 960px) {
    .fs-body-cart .fs-l-cart__contentsArea, .fs-l-checkout {
        display: block !important;
    }

    .fs-body-my-top .fs-l-account {
        display: block !important;
    }

    .fs-body-login .fs-c-loginForm {
        display: block !important;
    }

    .fs-body-my-orders .fs-c-history, .fs-body-my-storeOrders .fs-c-history {
        display: block !important;
    }

    .fs-body-wishlist-login .fs-c-loginForm {
        display: block;
    }

    .fs-body-wishlist-login .fs-c-newUsers {
        margin-left: 0;
    }

    .fs-body-review-login .fs-c-loginForm {
        display: block;
    }

    .fs-body-review-login .fs-c-newUsers {
        margin-left: 0px !important;
    }

    .fs-c-productList__list {
        display: grid;
        grid-template-columns: calc(33% - 0px) calc(33% - 0px) calc(33% - 0px);
        grid-gap: 0px;
    }
}

/* 商品の横並びを3つにする  */
@media screen and (min-width: 768px) {
 .fs-c-productList__list {
   display: -ms-grid;
   display: grid;
   -ms-grid-columns: 33.3333333333% 33.3333333333% 33.3333333333%;
   grid-template-columns: 33.3333333333% 33.3333333333% 33.3333333333%;
 }
}

/* マイページレイアウト */
@media screen and (min-width: 600px) {
    .fs-c-accountService {
        justify-content: center;
        margin-left: 0;
    }
}

@media (min-width: 500px) {
    .fs-c-productCarouselMainImage__image img {
        width: 500px;
        height: 500px;
    }
}

@media (max-width: 414px) {
    .fs-c-accountService__page--couponList {
        flex-basis: 100% !important;
    }

    .fs-c-accountService__page {
        flex-basis: 49%;
    }
}
