@charset "UTF-8";
.__h1.c-h1 { display: none;}
.body-page .main .__heading  {margin-bottom:0;}
/* ==============================================================================================
   特売　tokubai
   ============================================================================================== */
#P_tokubai {
    width:100%;
    padding:0 0 40px 0;
    background: #ffe823;
}
#P_tokubai-mainvs img{
    width:100%;
}
#P_tokubai-intro {
    margin:0 0 30px 0;
    padding:16px 0;
    background: #fffbd6; 
}
#P_tokubai-intro-1 {
    margin:0 0 10px 0;
    text-align: center;
    font-size: 16px;
}
#P_tokubai-intro-2 {
    color: #ff0000;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
#P_tokubai .P_tokubai-h2 {
    margin:0 0 40px 0;
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    background: #ffe823;
}
.P_tokubai-medama-wrap {
    margin:0 0 50px 0;
}
.P_tokubai-medama {
    box-sizing: border-box;
    width:auto;
    margin:0 5% 14px 5%;
    padding:28px 3%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 5px 9px 1px rgba(213, 186, 40, 0.68);
    display: flex;
}
.P_tokubai-medama-img {
    width: 30%;
    position: relative;
}
.P_tokubai-medama-img img {
    width:100%;
}
.P_tokubai-medama-r {
    width:65%;
    margin:0 0 0 3%;
}
.P_tokubai-medama-name {
    margin:0 0 16px 0;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4    ;
}
.P_tokubai-medama-name a {
    color: #1A73E8;
    text-decoration: underline;
    transition: color 0.2s ease;
}
.P_tokubai-medama-name a:hover {
    color: #4285F4;
}
.P_tokubai-medama-txt {
    margin:0 0 20px 0;
    line-height: 1.8;
    font-size: 14px;
    
}
.P_tokubai-medama-b {
    display: flex;
}
.P_tokubai-medama-price {
    width:65%;
}
.P_tokubai-medama-price1 {
    color: #ff0000;
    font-weight: bold;
    font-size: 14px;
}
.P_tokubai-medama-price1_1 {
    font-size: 24px;
}
.P_tokubai-medama-price1_2 {
    font-size: 30px;
}
.P_tokubai-medama-price2 {  
    font-size: 14px;
}
.P_tokubai-medama-btn {
    width:35%;
}
.P_tokubai-medama-btn a {
    margin:20px 0 0 0;
    border-radius: 50px;
    padding:10px 20px;
    color: #fff;
    font-size: 18px;
    background: #212121;
    text-decoration: none;
    display: block;
    text-align: center;
    font-weight: bold;
}
.P_tokubai-medama-btn a:hover {
    opacity: 0.8;
}
.P_tokubai-medama-off {
    position: absolute;
    background: #ff0000;
    color: #fff;
    font-weight: bold;
    width: 80px; 
    height: 80px;
    top: 0;
    left: 0;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    padding: 2px 0 0 4px;
    box-sizing: border-box;
}
.P_tokubai-medama-off {
    line-height:1.2;
}
.P_tokubai-medama-off span {
    font-size: 22px;
}
ul.P_tokubai-item-wrap {
    margin:0 5% 50px 5% !important;
    padding:0 !important;
    width:100%;
    display: flex;
    flex-wrap:wrap;
}
li.P_tokubai-item {
    width:22%;
    margin:0 1% 14px 0 !important;
    padding:10px 1%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 5px 9px 1px rgba(213, 186, 40, 0.68);
    list-style: none !important;
}
.P_tokubai-item-wrap li:nth-child(4n) {
    margin:0 1% 14px 0;
}
.P_tokubai-item-img {
    width: 100%;
    margin:0 0 5px 0;
}
.P_tokubai-item-name {
    margin:0 0 10px 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
}
.P_tokubai-item-name a {
    color: #1A73E8;
    text-decoration: underline;
    transition: color 0.2s ease;
}
.P_tokubai-item-name a:hover {
    color: #4285F4;
}
.P_tokubai-item-txt {
    margin:0 0 10px 0;
    line-height: 1.8;
    font-size: 12px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
}
.P_tokubai-item-price1 {
    color: #ff0000;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}
.P_tokubai-item-price1_1 {
    font-size: 14px;
}
.P_tokubai-item-price1_2 {
    font-size: 16px;
}
.P_tokubai-item-price2 {  
    font-size: 12px;
    text-align: center;
}
.P_tokubai-item-btn a {
    margin:20px 0 0 0;
    border-radius: 50px;
    padding:8px 8px;
    color: #fff;
    font-size: 14px;
    background: #212121;
    text-decoration: none;
    display: block;
    text-align: center;
    font-weight: bold;
}
.P_tokubai-item-btn a:hover {
    opacity: 0.8;
}
@media screen and (max-width: 979px) {
    #P_tokubai-intro {
        margin:0 0 0 0;
    }
    #P_tokubai-intro-1 {
        margin:0 0 5px 0;
        padding:0 2%;
        text-align: left;
        font-size: 12px;
        }
    #P_tokubai-intro-2 {
        padding:0 2%;   
        text-align: left;
        font-size: 12px;
    }
    #P_tokubai .P_tokubai-h2 {
        margin:10px 0 10px 0;
        font-size: 16px;
    }
    .P_tokubai-medama-wrap {
        margin:0 0 10px 0;
    }
    .P_tokubai-medama {
        width:auto;
        margin:0 3% 10px 3%;
        padding:10px 3%;
        background: #fff;
        border-radius: 5px;
        box-shadow: 0px 5px 9px 1px rgba(213, 186, 40, 0.68);
        display: flex;
    }
    .P_tokubai-medama-img {
        width: 50%;
        position: relative;
    }
    .P_tokubai-medama-r {
        width:50%;
        margin:0 0 0 3%;
    }
    .P_tokubai-medama-name {
        margin:0 0 5px 0;
        font-size: 14px;
        font-weight: bold;
        line-height: 1.4;
    }
    .P_tokubai-medama-txt {
        margin:0 0 5px 0;
        line-height: 1.6;
        font-size: 12px;
    }
    .P_tokubai-medama-b {
        display: block;
    }
    .P_tokubai-medama-price {
        width:100%;
    }
    .P_tokubai-medama-price1 {
        font-size: 12px;
    }
    .P_tokubai-medama-price1_1 {
        font-size: 10px;
    }
    .P_tokubai-medama-price1_2 {
        font-size: 12px;
    }
    .P_tokubai-medama-price2 {  
        font-size: 10px;
    }
    .P_tokubai-medama-btn {
        width:100%;
    }
    .P_tokubai-medama-btn a {
        margin:5px 0 0 0;
        border-radius: 50px;
        padding:5px 10px;
        color: #fff;
        font-size: 12px;
        background: #212121;
        text-decoration: none;
        display: block;
        text-align: center;
        font-weight: bold;
    }
    .P_tokubai-medama-off {
        width: 60px; 
        height: 60px;
        padding: 2px 0 0 4px;
        font-size: 10px;
    }
    .P_tokubai-medama-off span {
        font-size: 16px;
    }
    ul.P_tokubai-item-wrap {
        margin:0 2% 0 2% !important;
        width:96%;
        display: flex;
        flex-wrap:wrap;
    } 
    li.P_tokubai-item {
        width:49%;
        margin:0 2% 5px 0 !important;
        padding:10px 2%;
        background: #fff;
        border-radius: 10px;
        box-shadow: 0px 5px 9px 1px rgba(213, 186, 40, 0.68);
    }
    .P_tokubai-item-wrap li:nth-child(2n) {
        margin:0 0 5px 0 !important ;
    }
    .P_tokubai-item-img {
        width: 100%;
        margin:0 0 5px 0;
    }
    .P_tokubai-item-name {
        margin:0 0 5px 0;
        font-size: 14px;
        font-weight: bold;
        line-height: 1.6;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        overflow: hidden;
    }
    .P_tokubai-item-txt {
        margin:0 0 5px 0;
        line-height: 1.8;
        font-size: 12px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        overflow: hidden;
    }
    .P_tokubai-item-price1 {
        color: #ff0000;
        font-weight: bold;
        font-size: 12px;
    }
    .P_tokubai-item-price1_1 {
        font-size: 14px;
        font-size: 10px;
    }
    .tokubai2024-item-price1_2 {
        font-size: 13px;
    }
    .P_tokubai-item-price2 {  
        font-size: 11px;
        text-align: center;
    }
    .P_tokubai-item-btn a {
        margin:10px 0 0 0;
        border-radius: 50px;
        padding:6px 6px;
        color: #fff;
        font-size: 12px;
        background: #212121;
        text-decoration: none;
        display: block;
        text-align: center;
        font-weight: bold;
    }
    .P_tokubai-item-btn a:hover {
        opacity: 0.8;
    }
}
