@charset "UTF-8";

/* 全体CSS */
body {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", sans-serif;
}

.inner_1000 {
    max-width: 1000px;
    margin: 0 auto;
}

.contents_item .item_ttl:hover,
.category a:hover {
    opacity: 0.7 !important;
    transition: 0.3s !important;
}
.contents_item a img:first-of-type:hover {
    opacity: 0.7 !important;
    transition: 0.3s !important;
}


/* fv */
.fv_top {
    margin-top: 3em;
}

.fv_top img {
    width: 100%;
    height: auto;
}

.fv_txt {
    font-size: clamp(1rem, 0.892rem + 0.54vw, 1.5rem);
    font-weight: 700;
    margin-top: 1em;
    padding-left: 1em;
}

.fv_under {
    text-align: center;
    margin: 4em auto 2em;
}

.fv_under img {
    width: 65%;
}

/* contents */
.contents-con {
    text-align: center;
    margin: 2em auto;
    padding: 0 5%;
}

.contents_ttl {
    text-align: center;
}

.contents_ttl img {
    width: 80%;
}
.contents_txt {
    display: flex;
    flex-direction: column;
    line-height: 2;
    gap: 1.5em;
    font-size: clamp(0.813rem, 0.772rem + 0.2vw, 1rem);
    margin-top: 2em;
    margin-bottom: 3.3em;
}

.contents_item_box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 1em;
    row-gap: 2.5em;
    line-height: 1.45;
    margin: 5em auto;
}

.contents_item a {
    display: flex;
    flex-direction: column;
    gap: 1em;
    max-width: 200px;
    text-align: left;
    letter-spacing: 0.07em;
}
.contents_item a img {
border-radius: 10px;
}
.item_ttl {
    font-family: 'Noto Sans JP', 游ゴシック, "YuGothic", 游ゴシック体, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
}
.Non-refundable {
    text-align: center;
    margin: 0.6em 0 0em;
}
.item_price {
    color: #000;
    font-family: 'Noto Sans JP', 游ゴシック, "YuGothic", 游ゴシック体, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, sans-serif;
    font-size: clamp(0.813rem, 0.772rem + 0.2vw, 1rem);
    font-weight:  00;
    text-align: center;
    margin-top: 0.6em;
}

.small_price {
    font-size: 0.85em;
}

.cat-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: 5em auto 3.5em;
}
.cat-list li {
    padding: 0 5% 2em 5%;
}

.cat-list li a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cat-list li img {
    width: 80%;
}
.header-nav-search #MakeShopTopSearchInput2 {
    background-color: #fff !important;
    text-align: left !important;
}
@media screen and (max-width: 900px) {
    .contents_item_box {
        grid-template-columns: repeat(2, 1fr);
    }

    .contents_ttl img {
        width: 100%;
        height: auto;
    }

    .contents_item a {
        display: flex;
        flex-direction: column;
        gap: 1em;
        max-width: 330px;
        height: auto;
        text-align: left;
        letter-spacing: 0.07em;
    }

    .contents_item a img {
        aspect-ratio: 1 / 1;
    }
    .contents_item_box {
        justify-items: center;
    }
}

@media screen and (max-width: 430px) {
    #wrap {
        padding-top: 110px;
    }
    .fv_top {
        margin-top: 1em;
    }
    .fv_under {
        margin: 3em auto 2em;
    }
    .fv_under img {
        width: 100%;
    }
    .contents_ttl img {
        width: 100%;
        height: auto;
    }

    .contents_item_box {
        grid-template-columns: repeat(2, 1fr);
    }

    .contents_item a {
        display: flex;
        flex-direction: column;
        gap: 1em;
        max-width: 165px;
        text-align: left;
        letter-spacing: 0.07em;
    }
    .cat-list {
        grid-template-columns: repeat(2, 1fr);
        margin: 2.3em auto 0.5em;
    }
    .contents_item_box {
        row-gap: 1.6em;
        margin: 2em auto;
    }
    .cat-list li img {
        width: 100%;
    }
    .cat-list li {
        padding: 0 5% 1.2em 5%;
    }
    .contents_item_box {
        justify-items: center;
    }
}
@media screen and (max-width: 390px) {
    .contents_item a {
        max-width: 160px;
    }
}