@charset "utf-8";

.contents_box * {
    box-sizing: border-box;
}

.contents_box ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.contents_box hr {
    border: none;
    background-color: #777;
    height: 1px;
}

.contents_box :hover {
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}

.contents_box {
    padding: 0 0 120px;
}

.contents_box .sp_only {
    display: none;
}

#main_image_box_pc {
    width: 100%;
    object-fit: cover;
}

.top_info_dl {
    background-color: #eee;
    max-width: 900px;
    margin: auto;
    padding: 20px;
}

.top_info_dl dt {
    font-weight: 600;
}

.top_info_dl dd {
    padding: 0 0 10px;
}

.title_bk {
    background-color: #333;
    padding: 2px;
    max-width: 1180px;
    width: 96%;
    margin: 20px auto;
    color: #fff;
    font-size: 18px;
    text-align: center;
}

.news_bnr_flex {
    display: flex;
    justify-content: space-between;
    width: 60%;
    margin: 20px auto;
}

.news_bnr_box {
    width: 50%;
    margin: 20px;
}

.news_bnr_box img {
    width: 100%;
}

#main_image_box_sp {
    display: none;
}

#main_image_box_pc img.box_images {
    width: 100%;
}

.top_intro p {
    display: block;
    margin: 5% auto 2%;
    text-align: center;
    font-size: 2.0em;
    font-weight: 600;
}

.mini {
    font-size: 80%;
}

.intro {
    max-width: 934px;
    width: 90%;
    margin: 3% auto;
    padding: 0 0 30px;
}

.intro ul {
    width: 100%;
}

.intro ul li {
    font-size: 0.93em;
    text-align: justify;
    /* line-height:100%; */
    line-height: 1.7;
    margin-bottom: 0.5%;
}

.hukubukuro_contents {
    max-width: 1178px;
    margin: 0% auto;
    width: 95%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: stretch;
}

.under {
    border-top: 1px solid #ccc;
    padding: 5% 0 0;
}

#happy_Gs {
    padding-top: 260px;
    margin-top: -260px;
}

.hukubukuro_box {
    width: 23%;
    margin-bottom: 6%;
    margin-right: 2.65%;
    display: flex;
    /* ← 追加 */
    flex-direction: column;
    /* ← 追加（中身を縦に積む） */
}

.hukubukuro_box:nth-of-type(4n) {
    margin-right: 0;
}


.hukubukuro_box.soldout {
    position: relative;
    --d: 6px;
    --c: #ff0000;
    --f: 20px;
}

.hukubukuro_box .item_image {
    display: block;
    max-width: 540px;
    /* max-height:480px; */
    width: 100%;
    margin: 0 auto 10px;
}

.hukubukuro_box .item_image img {
    width: 100%;
    max-width: 580px;
    height: auto;
}

.hukubukuro_box .item_title {
    display: block;
    margin: 0 auto 2%;
    font-size: 1.0em;
    text-align: center;
    font-weight: 600;
    line-height: 1.4;
}

.hukubukuro_box .item_title .title_sub {
    display: block;
    font-size: 0.7em;
    font-weight: lighter;
}

.hukubukuro_box .item_price {
    display: block;
    text-align: center;
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: 5%;
}

.item_price_red {
    color: #ff0000;
}

.hukubukuro_box .item_price small {
    font-size: 70%;
}


.item_originalprice {
    text-align: center;
    display: block;
    margin-bottom: 5px;
    padding: 1%;
    border-bottom: solid 1px #000;
    font-size: 1.0em;
}

.hukubukuro_box.soldout::before {
    content: "完売御礼";
    font-size: var(--f);
    font-weight: bold;
    color: #fff;
    letter-spacing: 2px;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(29.29%, -100%) rotate(45deg);
    transform-origin: bottom left;
    padding: 5px 35px calc(var(--d) + 5px);
    background: linear-gradient(rgba(0, 0, 0, 0.5) 0 0) bottom/100% var(--d) no-repeat var(--c);
    clip-path: polygon(0 0, 100% 0, 100% 100%, calc(100% - var(--d)) calc(100% - var(--d)), var(--d) calc(100% - var(--d)), 0 100%);
    -webkit-mask:
        linear-gradient(135deg, transparent calc(50% - var(--d)*0.707), #fff 0) bottom left,
        linear-gradient(-135deg, transparent calc(50% - var(--d)*0.707), #fff 0) bottom right;
    -webkit-mask-size: 300vmax 300vmax;
    -webkit-mask-composite: destination-in;
    mask-composite: intersect;
}


.bland_page_btn {
    /* margin: 3% auto 0; */
    margin: auto auto 0;
    width: 100%;
}

.btn_soldout {
    background-color: #aaaaaa;
    color: #FFFFFF;
    text-align: center;
    padding: 6% 0;
    width: 100%;
    font-size: 1em;
    line-height: 1;
}

.bland_page_btn a {
    /* display: block; */
    background-color: #000;
    color: #FFFFFF;
    align-items: center;
    justify-content: center;
    padding: 6% 0;
    width: 100%;
    display: flex;
    font-size: 1em;
    line-height: 1;
}

.bland_page_btn a span {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.bland_page_btn a:after {
    display: block;
    transform: rotate(45deg);
    content: "";
    border-top: #FFF 1px solid;
    border-right: #FFF 1px solid;
    width: 12px;
    height: 12px;
    position: relative;
    right: 5%;
}

.bland_page_btn a:hover {
    opacity: 0.8;
}

.mens_btn a {
    background-color: #007896;
}

.womens_btn a {
    background-color: #B49650;
}

.unisex_btn a {
    background-color: #a22324;
}

.brand_btn_link {
    margin: 0 auto;
    width: 100%;
}

.brand_btn_link .page_btn {
    margin: 0 auto;
    text-align: center;
    max-width: 500px;
    width: 90%;
}

.brand_btn_link .page_btn a {
    display: inline-block;
    background-color: #232323;
    color: #FFFFFF;
    text-align: center;
    padding: 3% 6%;
    font-size: 1.2em;
    display: flex;
}

.brand_btn_link .page_btn a span {
    display: block;
    margin: 0 auto;
    text-align: center;
    line-height: 1.2;
}

.brand_btn_link .page_btn a:after {
    display: block;
    transform: rotate(45deg);
    content: "";
    border-top: #FFF 1px solid;
    border-right: #FFF 1px solid;
    width: 16px;
    height: 16px;
    position: relative;
    right: 0%;
}

.brand_btn_link .page_btn a:hover {
    opacity: 0.8;
}

.ib {
    display: inline-block;
}

@media screen and (max-width:768px) {
    .contents_box {
        padding: 0 0 14%;
    }

    .contents_box .sp_only {
        display: block;
    }

    .top_info_dl {
        width: 80%;
        margin: auto;
    }

    .top_info_dl dt {
        font-weight: 600;
    }

    .top_info_dl dd {
        padding: 0 0 10px;
    }

    .news_bnr_flex {
        display: block;
        width: 80%;
        margin: 20px auto;
    }

    .news_bnr_box {
        width: 90%;
        margin: 20px auto;
    }

    .top_intro p {
        display: block;
        margin: 5% auto 2%;
        text-align: center;
        font-size: 2em;
        font-weight: 600;
        width: 80%;
    }

    #happy_Gs {
        scroll-padding-top: 20px;
        padding-top: 120px;
        margin-top: -120px;
    }

    .news_bnr_box img {
        width: 100%;
    }

    #main_image_box_sp {
        display: none;
    }

    #main_image_box_pc img.box_images {
        width: 100%;
    }

    #main_image_box_pc {
        display: none;
    }

    #main_image_box_sp {
        display: block;
        width: 100%;
        object-fit: cover;
    }

    #main_image_box_sp img.box_images {
        width: 100%;
    }

    .intro {
        margin: 1% auto 10%;
    }

    .intro ul li {
        font-size: 1.05em;
        width: 90%;
        text-align: justify;
        letter-spacing: 0;
        margin: 0 auto 0.25em;
        line-height: 1.25em;
    }

    .hukubukuro_box {
        width: 47%;
        margin-right: 6%;
        margin-bottom: 10%;
    }

    .hukubukuro_box:nth-of-type(even) {
        margin-right: 0;
    }

    .hukubukuro_box .item_image {
        display: block;
        /* max-height:236px; */
        width: 100%;
        margin: 10px auto;
    }

    .hukubukuro_box .item_title {
        font-size: 1.0em;
    }

    .hukubukuro_box .item_title .title_sub {
        font-size: 0.7em;
    }

    .hukubukuro_box .item_price {
        margin-bottom: 2%;
    }

    .bland_page_btn a {
        font-size: 1em;
    }

    .bland_page_btn a:after {
        width: 10px;
        height: 10px;
        right: 5%;
    }

    .big_arrow {
        height: 40px;
        margin-bottom: 16%;
    }

    .big_arrow span {
        width: 40px;
        height: 40px;
    }

    .brand_btn_link {
        margin: 8% auto 0;
    }
}

@media screen and (max-width:500px) {
    .top_intro p {
        width: 100%;
        font-size: 4.5vw;
    }
}