@charset "UTF-8";

/* =======================================
* 共通設定
* ===================================== */

#main_contents {
    background-color: #fff;
    color: #141617;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.4;
    word-wrap: break-word;
    overflow-anchor: none;
    font-feature-settings: "palt";
    margin: 0px;
}

#main_contents a {
    color: #141617;
}

#main_contents a img {
    transition: 0.3s;
}

#main_contents a img:hover {
    opacity: 0.8;
}

#main_contents {
    max-width: 1200px;
    margin: 4rem auto;
}


/* =======================================
* TTTLE
* ===================================== */

.title_area {
    text-align: center;
    margin-bottom: 1.875rem;
}

.title_area.line {
    border-top: solid 1px #141617;
    padding-top: 2rem;
}

.title {
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 1.6px;
}

.category_title {
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 3.2px;
}

.subtitle {
    font-size: 1rem;
}


/* =======================================
* ALL PRODUCTS
* ===================================== */

.products .products_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.products .products_list .products_item {
    position: relative;
    width: 285px;
    margin: 0 auto;
}

.label {
    position: absolute;
    top: 2%;
    left: 4%;
    width: min(3.229166666666667vw, 62px);
    z-index: 5;
}

.products .products_list .products_item .products_body {
    padding: .5rem 0;
}

@media print,
screen and (min-width:940px) and (max-width:1240px) {
    .products .products_list {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media print,
screen and (max-width:939px) {
    .products .products_list {
        grid-template-columns: repeat(2, 1fr);
        gap: 0;
        margin: 0 calc(50% - 50vw);
        width: 100vw;
    }
    .products .products_list .products_item {
        width: 50vw;
    }
    .products .products_list .products_item:nth-child(2n+1) {
        border-right: 2px solid #fff;
    }
    .products .products_list .products_item .products_body {
        padding: .5rem 12px 1rem;
    }
}

@media only screen and (max-width: 630px) {
    .products .products_list .products_item {
        width: 50vw;
    }
}

@media only screen and (max-width: 300px) {
    .products .products_list .products_item {
        width: 100%;
    }
    .products .products_list {
        grid-template-columns: repeat(1, 1fr);
    }
}

.products .products_list .products_item img {
    width: 100%;
}

.products .products_list.center {
    display: flex;
    justify-content: center;
}

.products .products_list.center .products_item {
    margin: 0;
}

@media only screen and (max-width: 939px) {
    .products .products_list.center {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        justify-content: center;
    }
    .products .products_list.center .products_item {
        width: 50vw;
    }
}

.products .products_list .products_item .products_title {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.3;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.products .products_list .products_item .products_price {
    font-size: 18px;
    font-weight: bold;
}

.products .products_list .products_item .products_soldout,
.products_preorder,
.products_comingsoon {
    font-size: 14px;
    color: #E61E0F;
    letter-spacing: 1.2px;
}

.products .products_list .products_item .products_preorder,
.products_comingsoon {
    font-weight: bold;
}

.more_btn {
    margin: 4rem auto 0;
    border: solid 1px #666666;
    padding: .875rem 0;
    width: 12rem;
}

.more_btn:hover,
.more_btn:active {
    border: solid 1px #FAD200;
    background-color: #fff;
    color: #FAD200;
}

.more_btn span {
    font-size: .875rem;
    display: block;
    position: relative;
    line-height: 1;
    letter-spacing: 1.2px;
    font-weight: bold;
}

.more_btn span::after {
    position: absolute;
    font-size: .675rem;
    display: block;
    content: "";
    background: url("https://basefile.akamaized.net/testmwstore-base-shop/646207471b919/ic_more.png") no-repeat;
    background-size: contain;
    width: 14px;
    height: 14px;
    top: 0;
    right: 14px;
}

.label {
    position: absolute;
    top: -4%;
    left: -4%;
    width: 62px;
    z-index: 5;
}

@media only screen and (max-width: 939px) {
    .label {
        top: 3%;
        left: 3%;
        width: 52px;
    }
}


/* =======================================
* FOOTER
* ===================================== */

.footer_bnr {
    margin: 1.875rem 0;
}

.footer_bnr .footer_bnr__inner {
    padding: 0 20px;
}

.footer_bnr .footer_bnr__list {
    display: flex;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
}

.footer_bnr .footer_bnr__list .footer_bnr__item {
    width: 320px;
}

.footer_bnr .footer_bnr__list .footer_bnr__item:not(:nth-child(3n)) {
    margin-right: 12px;
}

.footer_bnr .footer_bnr__list .footer_bnr__item img {
    width: 100%;
}

.footer {
    border-top: 1px solid #e2e2e2;
    padding: 1.875rem 0 3.75rem;
}

.footer_inner {
    max-width: 920px;
    margin: 0 auto;
}

.footer_logo {
    margin-bottom: 3.875rem;
}

.footer_logo .footer_logo__inner {
    padding: 0 20px;
}

.footer_logo .footer_logo__list {
    display: flex;
    justify-content: space-between;
}

.footer_logo .footer_logo__list .footer_logo__item {
    width: calc((100% - 80px)/6 - 0.1px);
}

.footer_logo .footer_logo__list .footer_logo__item .footer_logo__copy {
    font-size: .6875rem;
    text-align: center;
    margin-top: .5rem;
}

.footer_logo .footer_logo__list .footer_logo__item img {
    height: 3rem;
    margin: 0 auto;
}

.footer_nav {
    display: flex;
    justify-content: center;
    margin-bottom: 1.875rem;
}

.footer_nav .footer_nav__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.footer_nav .footer_nav__list .footer_nav__item {
    font-size: 0.75rem;
    line-height: 1;
    border-right: 1px solid #e2e2e2;
}

.footer_nav .footer_nav__list:last-child .footer_nav__item:last-child {
    border-right: none;
}

.footer_nav .footer_nav__list .footer_nav__item a {
    padding: 0 12px;
}

.footer_copy {
    color: #7a7a7a;
    font-size: .625rem;
    line-height: 1;
    text-align: center;
}

.intro__detail-txt__notes {
    font-size: 10px;
    line-height: 1.6;
    display: block;
    margin-top: 0.5rem;
}



/* =======================================
* レスポンシブ設定
* ===================================== */

@media print,
screen and (min-width: 1048px) and (max-width:1328px) {
    .footer_logo .footer_logo__list .footer_logo__item .footer_logo__copy {
        font-size: .3875rem;
    }
}

@media print,
screen and (min-width: 768px) and (max-width:1047.98px) {
    .label {
        width: 62px;
    }
    .footer_inner {
        padding: 0 10px;
    }
    .footer_logo .footer_logo__list .footer_logo__item {
        width: calc((100% - 60px)/6 - 0.1px);
    }
    .footer_logo .footer_logo__list .footer_logo__item .footer_logo__copy {
        font-size: .3875rem;
    }
    .footer_logo .footer_logo__list .footer_logo__item:not(:nth-child(6n)) {
        margin-right: 12px;
    }
}

@media only screen and (max-width: 767.98px) {
    .title_area.line {
        border-top: solid 1px #141617;
        padding-top: 1.75rem;
    }
    .title {
        font-size: 1.125rem;
        letter-spacing: 1.8px;
    }
    .category_title {
        font-size: 1.125rem;
    }
    .subtitle {
        font-size: 0.5625rem;
    }
    .more_btn {
        margin-top: 2rem;
    }
    .footer_bnr {
        margin-bottom: 0.9375rem;
    }
    .footer_bnr .footer_bnr__inner {
        padding: 0 20px;
    }
    .footer_bnr .footer_bnr__list {
        display: block;
    }
    .footer_bnr .footer_bnr__list .footer_bnr__item {
        width: 100%;
    }
    .footer_nav {
        display: block;
    }
    .footer_nav .footer_nav__list+.footer_nav__list {
        margin-top: .75rem;
    }
    .footer_nav .footer_nav__list .footer_nav__item:last-child {
        border-right: none;
    }
    .footer_bnr .footer_bnr__list .footer_bnr__item:not(:nth-child(4n)) {
        margin-right: 0;
    }
    .footer_bnr .footer_bnr__list .footer_bnr__item:not(:first-child) {
        margin-top: 0.5rem;
    }
    .footer {
        padding: 0 0 3.75rem;
    }
    .footer_logo {
        margin-bottom: 2.875rem;
    }
    .footer_logo .footer_logo__list {
        flex-wrap: wrap;
    }
    .footer_logo .footer_logo__list .footer_logo__item {
        width: calc((100% - 1px)/2 - 0.1px);
        border-bottom: 1px solid #e0e0e0;
        padding: .9375rem 0;
        text-align: center;
    }
    .footer_logo .footer_logo__list .footer_logo__item:nth-child(2n) {
        border-left: 1px solid #e0e0e0;
    }
    .footer_logo .footer_logo__list .footer_logo__item:not(:nth-child(6n)) {
        margin-right: 0;
    }
    .footer_logo .footer_logo__list .footer_logo__item img {
        width: auto;
        height: 2.9375rem;
        margin: 0 auto;
    }
    .footer_nav .footer_nav__list .footer_nav__item:first-child a {
        padding-left: 0;
    }
    .footer_nav .footer_nav__list .footer_nav__item:last-child a {
        padding-right: 0;
    }
    .footer_nav .footer_nav__list .footer_nav__item:nth-child(n+4) {
        margin-top: 0.25rem;
    }
    .footer_nav .footer_nav__list .footer_nav__item:nth-child(3n) {
        border-right: 0;
    }
}