@charset "utf-8";
a {
    color: #333;
    text-decoration: none;
}
/*
.gift_desc {
    margin-top: 50px;
}
*/
strong , h3 {
    font-weight: bold;
}
#block11 p span.text-ul {
    text-decoration: underline;
}
.rank .rank_item .item_ttl .item_ttl_txt .fnt-s {
    font-size: 70%;
}
/*
.gift .gift_product .gift_product_item .product_ttl .product_ttl_txt .fnt-s {
    font-size: 70%;
}
*/
.gift_desc_item .desc .txt {
    font-size: 18px;
}
.gift_product_ttl_mark {
    position: relative;
}
.gift_product_ttl_mark img.mark {
    position: absolute;
    top: 50%;
    right: 105%;
    transform: translateY(-50%);
    width: auto;
    height: 158px;
    aspect-ratio: 158 / 157;
    max-block-size: none;
}
.rank .rank_item .item_ttl {
    align-items: flex-start;
}
.rank .rank_item._01 .txt_frame .couponlist {
    justify-content: flex-start;
}
.gift .gift_product {
    padding: 70px 50px;
}
.gift_desc_date {
    width: 100%;
}
.gift_desc_date .date {
    font-size: 25px;
    text-align: center;
    max-width: 580px;
    color: #fff;
    background-color: #00479d;
    margin: 20px auto 5px;
}
/*
.gift.gift-father.gift-bg-wht {
    background-color: transparent;
    padding-bottom: 10px;
    margin-bottom: 150px;
}
.gift.gift-father.gift-bg-wht .gift,
.gift.gift-father.gift-bg-wht .gift .gift_product {
    background-color: #fcf8ef;
}
.gift-father.gift-bg-wht .gift .gift_product.gift_gyuutan .gift_product_ttl {
    margin-bottom: 20px;
}
.gift-father.gift-bg-wht .gift .gift_product.gift_gyuutan .ttl_under_caution {
    max-width: 730px;
    margin: 0 auto;
    text-align: right;
    font-size: 22px;
    margin-bottom: 50px;
}
*/
.gift .gift_product .gift_product_item .item_price .tag-plusship {
    padding-left: 10px;
    padding-right: 10px;
    background-color: #666666;
}
.notice .notice_item .item_desc .item_desc_txt .caution {
    font-size: 85%;
}
@media screen and (min-width: 768px) {
    /* no1調整 */
    .gift .gift_product .gift_product_item.single.no1 .copy {
        margin-bottom: 40px;
    }
    .gift .gift_product .gift_product_item.single.no1 .product_ttl {
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 767px) {
    .gift_product_ttl_mark img.mark {
        top: -70%;
        right: 95%;
        transform: translateY(-50%);
        width: 20vw;
        height: auto;
    }
    .gift .gift_product.gift_gyuutan .gift_product_ttl {
        /* width: 80%; */
    }
    .gift .gift_product.gift_assort .gift_product_ttl {
        width: 80%;
    }
    .gift .gift_product {
        padding: 30px 10px 50px;
    }
    .gift_desc_date .date {
        font-size: 15px;
        width: 94%;
    }
/*
	.gift.gift-father.gift-bg-wht {
        background-color: #fcf8ef;
        margin-top: 30px;
        margin-bottom: 80px;
    }
*/
    .gift-father.gift-bg-wht .gift .gift_product.gift_gyuutan .gift_product_ttl {
        margin-bottom: 10px;
    }
/*
    .gift-father.gift-bg-wht .gift .gift_product.gift_gyuutan .ttl_under_caution {
        font-size: 14px;
        margin-bottom: 30px;
    }
*/
    .gift .gift_product .gift_product_list.even .gift_product_item {
        width: calc((100% - 10px) / 2);
    }
    .gift.gift-father.gift-bg-wht .gift .gift_product {
        margin-bottom: 30px;
    }
    .gift_desc_item .desc .txt {
        font-size: 14px;
    }
    /* リスト調整 */
    .gift .gift_product .gift_product_list:not(.even) {
        justify-content: center;
    }
}