/* @font-face {
      font-family: 'Avenir';
      src: url() format('truetype');
    } */

body {
    max-width: 500px;
    margin: 0 auto;
}

.fs-l-main {
    margin-top: 50px;
}

@media (max-width: 1200px) {
    .fs-l-main {
        margin-top: 80px;
    }
}

body {
    font-family: "Avenir", "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-style: normal;
}

li {
    list-style-type: none;
}



/* 横幅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%;
    }
}
