@charset "Shift_JIS";

/*==============================================
共通 ここまで
================================================*/
#lucky-find {
    width:100%;
    box-sizing: border-box;
    margin: 0 auto;
	background: #ffdea9;
}
#lucky-find .pc_none{
    display: none !important;
}
#lucky-find img{
    width: 100%;
    height: auto;
    display: block;
}
#lucky-find a{
    display: block;
    position: relative;
}  
#lucky-find a:hover{
    opacity: 0.9;
}

/*============ 全体枠 ===========*/

#lucky-find .contents_inner {
    margin: 0 auto;
    background: #FFF;
    max-width: 1100px;
    box-sizing: border-box;
    border-radius: 10px;
    width: 100%;
    /* gap: .5rem; */
    display: block;
    padding: 2%;
}

/*======== 全体 ========*/
main, main#wrapper {
    padding: 0;
    max-width: none !important;
}
.header-info-red{
    display: none;
}

/*=========== ボタン ============*/
#lucky-find .btn {
    padding: .7rem 0;
    background-color: #eb0012;
    color: #FFF !important;
    font-size: 1.4rem;
    border-radius: 8px;
    margin: 0 auto ;
    text-align: center;
    position: relative;
    box-shadow: 0 6px 0 #bd1212;
    font-weight: bold;
    width: 100%;
    &::after {
        position: absolute;
        right: 2rem;
        bottom: 0;
        top: 0;
        display: block;
        content: "";
        width: .4em;
        height: .4em;
        margin: auto;
        transform: rotate(45deg);
        border-top: 3px solid #fff;
        border-right: 3px solid #fff;
        transition: .2s;
    }
    &:hover{
        box-shadow:none;
        transform: translateY(2px);
    }
}

/*=============== テキスト ================*/
#lucky-find p {
    font-size: 1em;
}
#lucky-find h1 {
    text-align: center;
    padding: 1% 0;
    box-sizing: border-box;
    color: #1a134e;
    letter-spacing: normal;
    font-size: 1.9rem;
    font-weight: bold;
    line-height: 1.3;
    width: 55%;
    margin: 0 auto;
}

#lucky-find h3 {
    font-size: 1.4em;
}
#lucky-find h4 {
    font-size: 1.2em;
    color: #222;
    margin-bottom: .5rem;
    background: #eee;
    padding: .2rem .5rem;
}
#lucky-find h6{
    font-size: 1.3rem;
}
#lucky-find .inner-img{
    text-align: center;
    margin-top: 1em;
}
#lucky-find .font-s{
    font-size: 1rem;
}


/*=============== 看板 ================*/
#lucky-find .kanban {
    width: 100%;
    position: relative;
    display: block;
    box-sizing: border-box;
}
#lucky-find .kanban img{
    width: 40%;
    display: block;
    margin: 0 auto;
    padding: 1%;
}   

/*=============== 背景 ================*/
#lucky-find .back {
    padding-bottom: 5%;
    background: #ffdea9;
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
}
#lucky-find .back::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 21vw;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: cover;
}

/*============= ガザゴソここから ============*/
#lucky-find .gasagoso {
    position: relative;
    max-width: 1200px;
    margin: 3% auto;
}


/* 背景のカゴ部分 */
#lucky-find .basket_area {
    width: 85%;
    height: 40vw;
    max-height: 720px;
    margin: 0 auto;
    background-size: contain;
    position: relative;
}

#lucky-find .busket_list {
    width: 100%;
    height: 100%;
}

#lucky-find .md_btn img {
    max-width: 250px;
    max-height: 250px;
    height: auto;
    width: auto;
}
  
#lucky-find .busket_item a {
    display: block;
}
  
#lucky-find .busket_item:nth-child(1) {
    position: absolute;
    top: 15%;
    left: 2%;
    z-index: 4;
    .md_btn {
        transform: rotate(-16deg);
    }
}
  
#lucky-find .busket_item:nth-child(2) {
    position: absolute;
    bottom: 17%;
    left: 15%;
    .md_btn {
        transform: rotate(-11deg); 
    }
}
  
#lucky-find .busket_item:nth-child(3) {
    position: absolute;
    top: 9%;
    left: 52.1%;
    .md_btn {
        transform: rotate(6deg);
    }
}
  
#lucky-find .busket_item:nth-child(4) {
    position: absolute;
    top: 12%;
    left: 20%;
    .md_btn {
        transform: rotate(-5deg);
    }
}
  
#lucky-find .busket_item:nth-child(5) {
    position: absolute;
    top: 10%;
    right: 10%;
    z-index: 4;
    .md_btn {
        transform: rotate(17deg);
    }
}

#lucky-find .busket_item:nth-child(6) {
    position: absolute;
    bottom: 19%;
    right: 9%;
    .md_btn {
        transform: rotate(-8deg);
    }
}
  
#lucky-find .busket_item:nth-child(7) {
    position: absolute;
    bottom: 8%;
    right: 39%;
    z-index: 4;
    .md_btn {
        transform: rotate(-8deg);
    }
}
  
#lucky-find .busket_item:nth-child(8) {
    position: absolute;
    bottom: 7.8%;
    right: 28%;
    .md_btn {
        transform: rotate(-8deg);
    }
}
  
#lucky-find .busket_item:nth-child(9) {
    position: absolute;
    top: 24%;
    right: 20%;
    z-index: 2;
    .md_btn {
        transform: rotate(10deg);
    }
}
  
#lucky-find .busket_item:nth-child(10) {
    position: absolute;
    bottom: 10.3%;
    left: 13%;
    .md_btn {
        transform: rotate(20deg);
    }
}
  
#lucky-find .busket_item:nth-child(11) {
    position: absolute;
    top: 27%;
    left: 31%;
    z-index: 3;
    .md_btn {
        transform: rotate(12deg);
    }
}
  
#lucky-find .busket_item:nth-child(12) {
    position: absolute;
    bottom: 12.7%;
    left: 20%;
    z-index: 4;
    .md_btn {
        transform: rotate(-10deg);
    }
}
  
#lucky-find .busket_item:nth-child(13) {
    position: absolute;
    right: 36%;
    bottom: 26%;
    .md_btn {
        transform: rotate(12deg);
    }
}
  
#lucky-find .busket_item:nth-child(14) {
    position: absolute;
    top: 8%;
    left: 18%;
    .md_btn {
        transform: rotate(-11deg);
    }
}
  
#lucky-find .busket_item:nth-child(15) {
    position: absolute;
    bottom: 40%;
    right: 14%;
    .md_btn {
        transform: rotate(20deg);
    }
}
  
#lucky-find .busket_item:nth-child(16) {
    position: absolute;
    top: 6%;
    left: 8%;
    .md_btn {
        transform: rotate(-8deg);
    }
}
  
#lucky-find .busket_item:nth-child(17) {
    position: absolute;
    bottom: 34%;
    left: 8%;
    .md_btn {
        transform: rotate(-8deg);
    }
}

#lucky-find .busket_item:nth-child(18) {
    position: absolute;
    bottom: 30%;
    right: 24%;
    .md_btn {
        transform: rotate(18deg);
    }
}
  
#lucky-find .busket_item:nth-child(19) {
    position: absolute;
    bottom: 20%;
    right: 40%;
    .md_btn {
        transform: rotate(-8deg);
    }
}
#lucky-find .busket_item:nth-child(20) {
    position: absolute;
    bottom: 22%;
    right: 3%;
    .md_btn {
        transform: rotate(15deg);
    }
}
#lucky-find .busket_item:nth-child(21) {
    position: absolute;
    bottom: 15%;
    right: 7%;
    .md_btn {
        transform: rotate(15deg);
    }
}


/*============ ポップアップ =============*/
#lucky-find .md_contents {
  display: none;
  position: absolute;
  top: 16%;
  right: 12%;
  width: 45%;
  z-index: 5;
}

#lucky-find .md_inner {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    border: 3px solid #2b2081;
    box-shadow: 32px 32px 16px rgba(0, 0, 0, 0.24);
}

#lucky-find .md_contents .inner {
  padding: 6%;
}

/* ポップアップ-バツボタン */
#lucky-find .md_xmark {
    position: absolute;
    width: 40px;
    height: 40px;
    z-index: 2;
    cursor: pointer;
    border-radius: 50%;
    background: #2b2081;
    /* box-shadow: 0 4px 0 #8b1717; */
    top: -20px;
    right: -24px;
    border: solid 2px #0f0a35;
}
  
#lucky-find .md_xmark span {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4px;
    height: 24px;
    background: #fff;
}

#lucky-find .md_xmark span:nth-of-type(1) {
    transform: translate(-50%, -50%) rotate(45deg);
}
  
#lucky-find .md_xmark span:nth-of-type(2) {
    transform: translate(-50%, -50%) rotate(-45deg);
}

/* ポップアップ-商品名 */
#lucky-find .product_item_title {
    font-size: 18px;
    background:#2b2081;
    text-align: center;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.04em;
    margin: 0px;
    line-height: 1.4;
    padding: 5.4px 0px;
}

/* ポップアップ-商品詳細 */
#lucky-find .product_contents_area {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    gap: 7px;
}
  
#lucky-find .img_area {
    width: 128px;
}
/* ポップアップ-商品画像 */
#lucky-find .img_area img {
    width: auto;
    height: auto;
    max-height: 200px;
    max-width: 110px;
    border: 1px solid #919191;
    padding: 8px;
}

/* ポップアップ-訴求文 */
#lucky-find .txt_area {
    margin-left: 8px;
}
  
#lucky-find .product_review {
    text-align: left;
    line-height: 1.5;
    font-weight: 500;
    font-size: 1rem;
}

/* ポップアップ-商品詳細を見る */
#lucky-find .wagon_button a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 2%;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    background-color: #d10010;
    box-shadow: 0 4px 0 #8b1717;
    border-radius: 5px;
    text-decoration: none;
    line-height: 1.44;
}

#lucky-find .wagon_button a:hover {
    transform: translateY(3px);
    text-decoration: none;
    box-shadow: 0 0px 0 #ffffff;
    color: #fff !important;
}

/* ポップアップ-買い合わせ商品 */
#lucky-find .promotion_contents {
    line-height: 1.5;
    margin-top: 3%;
    text-align: center;
    font-weight: 700;
}
  
#lucky-find .promotion_contents_list {
    display: flex;
    margin-top: 3%;
    gap: 7px;
}

#lucky-find .promotion_contents_list li {
    width: calc(100% - 30px / 3);
    border: 1px solid #919191;
}

#lucky-find .promotion_contents_item a {
    display: block;
    transition: 0.2s;
}
#lucky-find .promotion_contents_item a:hover {
    opacity: 0.7;
}


/* ポップアップ-価格 */
#lucky-find .product_contents_area .prices {
    color: #d50e0e;
    margin: 10px 0 0;
    font-weight: 700;
    font-size: 1.6em;
}

#lucky-find .product_contents_area .prices .buy_price .price.sale{
    font-size: 2rem;
}
#lucky-find .product_contents_area .prices .buy_price .price .spesicalprice{
    font-size: 14px;
    font-weight: 700;
}



/*============ おすすめ特集バナー =============*/

#lucky-find .feature {
    max-width: 1200px;
    width: 100%;
    margin: 5% auto;
    background: #fac6a2;
    padding-bottom: 2em;
    border-radius: 10px;
}
#lucky-find .feature ul{
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    width: 100%;
}
#lucky-find .feature li{ 
    width: calc(95% / 4);
}



/*============ 2025.07.15 ADD =============*/


/* 税込み削除 */
.buy_price .intax{
    display: none;
}