@charset "utf-8";
/* -----------------------------------------------------------
    cmn_product_campaign   製品CMSキャンペーン一覧
    ※サイト全体で使用のため、基本は編集不可
-------------------------------------------------------------- */

/* -----------------------------------------------------------
大枠
-------------------------------------------------------------- */
.cmn_campaign_list_scroll {
    padding: 0 0 15px;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.top-campaign_list {
    width: 1200px;
    margin: 50px auto 0;
}

.cmn_campaign_list {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right top;
}

.type-kitchen .cmn_campaign_item {
    border: 1px solid var(--kitchen);
}

.type-water .cmn_campaign_item {
    border: 1px solid var(--wet);
}

.type-other .cmn_campaign_item {
    border: 1px solid var(--other);
}

.cmn_campaign_item {
    flex-shrink: 0;
    width: calc( ( 100% - 30px ) / 2 );
    position: relative;
}

.cmn_campaign_item a {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.cmn_campaign_list--more {
    text-align: center;
    color: #fff;
    padding: 13px 0;
    line-height: 1;
    position: relative;
    font-weight: bold;
    font-size: 1.7rem;
    width: 100%;
    float: left;
    margin: 20px 0 0;
}

.type-kitchen .cmn_campaign_list--more {
    background: var(--kitchen);
}

.type-water .cmn_campaign_list--more {
    background: var(--wet);
}

.type-other .cmn_campaign_list--more {
    background: var(--other);
}

.cmn_campaign_list--more::before {
    content: "";
    background: url("../img/cmn-arrow-white-long.svg")center/contain no-repeat;
    width: 40px;
    height: 10px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
    transition: .5s;
}

@media screen and (min-width: 769px) {
    .cmn_campaign_item:hover .cmn_campaign_list--more::before{
        right: 15px;
    }
}

.cmn_campaign_inner{
    background: #fff;
    display: block;
    width: 100%;
    border-width: 0 1px 1px 1px;
    height: 100%;
    position: relative;
}

.campaign-area .js-moreview-btn {
    margin: 40px auto 0;
}


@media screen and (max-width: 768px) {

    .cmn_campaign_list_scroll {
        padding: 0;
    }
    
    .top-campaign_list {
        width: 100%;
        margin: 0;
    }
    
    .cmn_campaign_list--more {
        padding: 10px 0;
        font-size: 1.6rem;
        margin: 13px 0 0;
    }
    
    .cmn_campaign_list--more::before {
        width: 35px;
        right: 15px;
    }
    
    .cmn_campaign_list {
        background-size: auto 100%;
        flex-wrap: nowrap;
        gap: 20px;
        overflow-x: scroll;
        padding: 0 20px 50px;
    }

    .cmn_campaign_item {
        width: 320px;
        height: auto!important;
    }
    
    .cmn_campaign_item::before {
        right: 15px;
    }
    
    .cmn_campaign_inner {
        padding: 20px 0 0;
    }
    
    .campaign-area .js-moreview-btn {
        display: none;
    }

}



/* -----------------------------------------------------------
    コンテンツ
-------------------------------------------------------------- */
.cmn_campaign_list .cmn-product-tag {
    padding: 20px 30px 0;
    align-items: center;
}

.cmn_campaign_item .cmn-product-cate {
    padding: 0 5px 0 0!important;
    border: none !important;
}

.type-kitchen .cmn_campaign_item .cmn-product-tag .status2,
.type-kitchen .cmn_campaign_item .cmn-product-tag .status {
    background: #FFF1E6;
    color: #F48236;
}

.type-water .cmn_campaign_item .cmn-product-tag .status2,
.type-water .cmn_campaign_item .cmn-product-tag .status {
    background: #EAF2F9;
    color:#4E9DD9;
}

.type-other .cmn_campaign_item .cmn-product-tag .status2,
.type-other .cmn_campaign_item .cmn-product-tag .status {
    background: #F0F7E1;
    color: #81B318;
}

.cmn_campaign_list .cmn_campaign_list--ttl {
    color: #333;
    font-weight: bold;
    font-size: 2.3rem;
    line-height: 1.5;
    letter-spacing: .05em;
    margin: 15px 0 25px;
    width: 100%;
    padding: 0 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 72px;
}

.cmn_campaign_list .cmn_campaign_list--body {
    margin: 25px 0 0;
}

.cmn_campaign_list .cmn_campaign_list--slickwrap,
.cmn_campaign_list .one_slick{
    background: #f9f9f9;
    width: 280px;
    height: 220px;
    float: left;
    margin: 0 0 0 30px;
}

.cmn_campaign_list .cmn_campaign_list--slickwrap > .slick-list {
    height: 100%;
    width: 100%;
}

.cmn_campaign_list .cmn_campaign_list--slickwrap .slick-track {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.cmn_campaign_list .cmn_campaign_list--slick {
    display: flex!important;
    justify-content: center;
    align-items: center;
    width: 280px;
    height: 220px;
}

.cmn_campaign_list .cmn_campaign_list--slick img,
.cmn_campaign_list .one_slick img{
    max-width: 100%;
    max-height: 100%;
    transition: .5s;
    height: auto;
}

.cmn_campaign_list .cmn_campaign_list--body {
    margin: 20px 0 0;
}

.cmn_campaign_list .cmn_campaign_list--elements {
    width: calc( 100% - 330px );
    float: right;
}

.cmn_campaign_list .cmn_campaign_list--brand {
    align-items: center;
    display: flex;
    gap: 15px;
    padding: 0 30px 0 0;
    flex-wrap: wrap;
}

.cmn_campaign_list .cmn-product-plan img {
    max-width: 180px;
    max-height: 40px;
}

.cmn_campaign_list .cmn-product-maker img {
	max-width: 120px;
}

.cmn_campaign_list .cmn-product-function {
    margin: 18px 0 0;
    padding: 0 30px 0 0;
}

.cmn_campaign_list .cmn-product-function li {
    color: #333;
}

.cmn_campaign_list .cmn-product-function li:nth-child(n+6) {
    display: none;
}

.cmn_campaign_list .cmn-product-function li:nth-child(5)::after {
    content: "…";
}

.cmn_campaign_list .cmn-product-function li::before {
    color: #333;
}

/*cmn_product_list--appeal-------------------------*/
.cmn_campaign_list--appeal {
    /* background: #EEF1F1; */
    float: left;
    color: #111;
    padding: 14px 0 0 50px;
    position: relative;
    margin: 15px 30px 0;
    width: calc( 100% - 60px);
    color: #555;
    z-index: 2;
}

.cmn_campaign_list--appeal p{
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cmn_campaign_list--appeal::before {
    content: "";
    bottom: -40px;
    background: url("../img/top-cmn-icon01.png")center/contain no-repeat;
    position: absolute;
    left: -15px;
    width: 54px;
    height: 80px;
}

.cmn_campaign_list--appeal::after {
    content: "Point";
    font: 500 1.5rem /1 var(--en);
    position: absolute;
    left: 50px;
    letter-spacing: .05em;
    top: -6px;
    color: #888;
    display: none;
}

.cmn_campaign_list--period {
    align-items: center;
    display: flex;
    text-align: center;
    line-height: 1;
    gap: 5px;
    justify-content: center;
    padding: 12px 0 10px;
    /*color: #fff;
    border-bottom: 1px solid #fff;*/
    width: 100%;
    float: left;
	
	margin: 20px 0 0;
	background: #f8f8f8;
	/*border-top: 1px dotted;*/
    display: none!important;
}

.type-kitchen .cmn_campaign_item .cmn_campaign_list--period {
    /* background: #fff1e6; */
    /*background: var(--kitchen);*/
	
	color: var(--kitchen);
}

.type-water .cmn_campaign_item .cmn_campaign_list--period {
    /*background: var(--wet);*/
	color: var(--wet);
}

.type-other .cmn_campaign_item .cmn_campaign_list--period {
    /*background: var(--other);*/
	color: var(--other);
}

.cmn_campaign_list .cmn_campaign_list--period .ttl{
    font-size: 1.5rem;
    margin: 0 8px 0 0;
}

.cmn_campaign_list--period .num {
    font: 700 1.7rem /1 var(--en2);
    letter-spacing: .05em;
}


@media screen and (max-width: 768px) {

    .cmn_campaign_list .cmn-product-tag {
        padding: 0 15px;
    }
    
    .cmn_campaign_item .cmn-product-cate {
        padding: 0!important;
    }

    .cmn_campaign_list .cmn_campaign_list--ttl {
        font-size: 1.8rem;
        line-height: 1.5;
        -webkit-line-clamp: 2;
        max-height: 58px;
        padding: 0 15px;
        margin: 10px 0 20px;
    }

    .cmn_campaign_list .cmn_campaign_list--body {
        gap: 15px;
        padding: 0 15px;
    }

    .cmn_campaign_list .cmn_campaign_list--slickwrap,
    .cmn_campaign_list .one_slick{
        width: 150px;
        height: 175px;
        margin: 0 0 0 15px;
    }

    .cmn_campaign_list .cmn_campaign_list--slick {
        width: 150px;
        height: 175px;
    }

    .cmn_campaign_list .cmn_campaign_list--elements {
        width: calc( 100% - 180px );
        padding: 0 15px 0 0;
    }

    .cmn_campaign_list .cmn_campaign_list--brand {
        align-items: flex-start;
        flex-direction: column;
        gap: 13px;
        overflow: hidden;
        padding: 0;
    }
    
    .cmn_campaign_list .cmn_campaign_list--brand li{
        width: 100%;
    }
    
    .cmn_campaign_list .cmn-product-model {
        width: 100%;
    }

    .cmn_campaign_list .cmn-product-plan img {
        max-height: 25px;
        max-width: 100%;
    }
    
    .cmn_campaign_list .cmn-product-maker img {
    	max-height: 17px;
        max-width: 100%;
    }

    .cmn_campaign_list .cmn-product-function {
        padding: 0;
        margin: 15px 0 0;
        flex-direction: column;
    }
    
    .cmn_campaign_list .cmn-product-function li {
        line-height: 1.1;
    }
    
    .cmn_campaign_list .cmn-product-function li:nth-child(n+4) {
        display: none;
    }
    
    .cmn_campaign_list .cmn-product-function li:nth-child(3)::after {
        content: "…";
    }

    .cmn_campaign_list .cmn_campaign_list--period .ttl {
        font-size: 1.3rem;
        display: block;
        text-align: left;
        width: fit-content;
        margin: 0 6px 0 0;
    }

    .cmn_campaign_list--period .num {
        font-size: 1.45rem;
        letter-spacing: .05em;
    }
    
    .cmn_campaign_list--period {
        background: transparent!important;
        letter-spacing: 0;
        padding: 10px 0 0 0;
        position: absolute;
        bottom: -30px;
        right: 0;
        left: 0;
        gap: 2px;
		border-top: none;
    }
    
    /*.type-kitchen .cmn_campaign_item .cmn_campaign_list--period {
        color: var(--kitchen);
    }
    
    .type-water .cmn_campaign_item .cmn_campaign_list--period {
        color: var(--wet);
    }
    
    .type-other .cmn_campaign_item .cmn_campaign_list--period {
        color: var(--other);
    }*/

    .cmn_campaign_list--appeal {
        margin: 20px 0 0;
        padding: 0 10px 0 65px;
        width: 100%;
    }

    .cmn_campaign_list--appeal p {
        font-size: 1.4rem;
        line-height: 1.5;
        -webkit-line-clamp: 2;
        max-height: 45px;
        white-space: initial;
    }

    .cmn_campaign_list--appeal::before {
        width: 56px;
        height: 78px;
        left: 5px;
        bottom: -25px;
        z-index: 2;
    }
    
    .cmn_campaign_list--appeal::after {
        left: 50px;
        top: -8px;
    }

}



/* -----------------------------------------------------------
    金額
-------------------------------------------------------------- */

/*---自由入力-------------------------------------*/
.cmn_campaign_list--pricefree {
    color: var(--cmnred);
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: .03em;
    margin: 25px 0 0;
    padding: 0 30px;
    width: 100%;
    float: right;
    font-size: 1.7rem;
}


.cmn_campaign_list--pricefree2 {
    color: var(--cmnred);
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: .03em;
    margin: 10px 0 0;
    padding: 0 30px;
    width: 100%;
    float: right;
    font-size: 2.5rem;
}


/*---共通-------------------------------------*/
.cmn_campaign_list--price {
    align-items: center;
    display: flex;
    gap :5px;
    margin: 20px 0 0;
    width: 100%;
    float: right;
    padding: 0 5px 0 30px;
}

.cmn_campaign_list--price .price-inner {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.cmn_campaign_list--price dl {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
}

.cmn_campaign_list--price dt {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
}

.cmn_campaign_list--price p {
    letter-spacing: .03em;
}


/*---定価-------------------------------------*/
.cmn_campaign_list--price .regular {
    color: #333!important;
}

.cmn_campaign_list--price .regular dd{
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

.cmn_campaign_list--price .regular .sell::before,
.cmn_campaign_list--price .regular .tax-wrap span::before{
    content: "￥";
    font-family: var(--sans)!important;
}

.cmn_campaign_list--price .regular .sell {
    font: bold 2rem /1 var(--en2);
}

.cmn_campaign_list--price .regular .sell::before {
    font-size: 1.8rem;
}

.cmn_campaign_list--price .regular .tax-wrap span{
    font: 500 1.5rem /1 var(--en2);
    margin: 0 0 0 5px;
}

.cmn_campaign_list--price .regular .tax {
    font-size: 1.4rem;
}


/*---販売価格-------------------------------------*/
.cmn_campaign_list .selling-wrap {
    position: relative;
}

.cmn_campaign_list--price .selling {
    color: var(--cmnred2);
    position: relative;
}

.cmn_campaign_list--price .selling dt {
    font-size: 1.8rem;
}

.cmn_campaign_list--price .selling dd {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

.cmn_campaign_list--price .selling .sell {
    font: 700 3.1rem /1 var(--en2);
}

.cmn_campaign_list--price .selling .sell::before {
    font-size: 2.4rem;
}

.cmn_campaign_list--price .selling .sell::before,
.cmn_campaign_list--price .selling .tax-wrap span::before{
    content: "￥";
    font-family: var(--sans)!important;
}

.cmn_campaign_list--price .selling .tax-wrap span{
    font: 700 1.8rem /1 var(--en2);
    margin: 0 0 0 5px;
}

.cmn_campaign_list--price .selling .tax {
    font-size: 1.5rem;
}


/*---割引-------------------------------------*/
.cmn_campaign_list--rebatewrap {
    position: absolute;
    right: -58px;
    top: -25px;
}

.cmn_campaign_list--rebate {
    align-items: center;
    background: var(--cmnred3);
    border-radius: 50%;
    color: #fff;
    display: flex;
    font: 400 1.4rem /1 var(--en2);
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 56px;
    height: 56px;
    line-height: 1.1;
    position: relative;
    margin: -18px 0 0;
}

.cmn_campaign_list--rebate::before {
    background: var(--cmnred3);
    border-radius: 8px;
    content: "";
    width: 15px;
    height: 3px;
    position: absolute;
    bottom: 2px;
    left: -4px;
    transform: rotate(-45deg);
}

.cmn_campaign_list--rebate .num-wrap {
    font-size: 1.2rem;
}

.cmn_campaign_list--rebate .num {
    font-size: 2.1rem;
    font-weight: bold;
    white-space: nowrap;
}


@media screen and (max-width: 768px) {

    /*---自由入力-------------------------------------*/
    .cmn_campaign_list--pricefree {
        font-size: 1.7rem;
        padding: 0 15px;
        margin: 15px 0 0;
    }

    .cmn_campaign_list--pricefree2 {
        margin: 12px 0 0;
        font-size: 2.2rem;
        padding: 0 15px;
    }

    /*---共通-------------------------------------*/
    .cmn_campaign_list--price {
        align-items: flex-start;
        gap: 5px;
        flex-direction: column;
        position: relative;
        width: 100%;
        padding: 0 2px 0 15px;
        margin: 15px 0 10px;
    }

    .cmn_campaign_list--price dl {
        gap: 5px;
    }
    
    .cmn_campaign_list--price dt {
        font-size: 1.3rem;
    }
    
    .cmn_campaign_list--price p {
        letter-spacing: .05em;
    }

    
    /*---定価-------------------------------------*/
    .cmn_campaign_list--price .regular .sell {
        font-size: 1.8rem;
    }

    .cmn_campaign_list--price .regular .sell::before {
        font-size: 1.6rem;
    }

    .cmn_campaign_list--price .regular .tax {
        font-size: 1.2rem;
    }

    .cmn_campaign_list--price .regular .tax-wrap span {
        font-size: 1.2rem;
    }
    
    /*---販売価格-------------------------------------*/
    .cmn_campaign_list--price .selling dt {
        font-size: 1.4rem;
    }

    .cmn_campaign_list--price .selling .sell {
        font-size: 2.4rem;
    }

    .cmn_campaign_list--price .selling .sell::before {
        font-size: 1.9rem;
    }

    .cmn_campaign_list--price .selling .tax {
        font-size: 1.2rem;
    }

    .cmn_campaign_list--price .selling .tax-wrap span {
        font-size: 1.2rem;
        margin: 0;
    }
    
    /*---割引-------------------------------------*/
    .cmn_campaign_list--rebatewrap {
        position: static;
        margin: 5px 15px 0 auto;
    }

    .cmn_campaign_list--rebate {
        border-radius: 0;
        display: block;
        font-size: 1.2rem;
        width: auto;
        height: auto;
        padding: 2px 8px;
        margin: 0;
    }

    .cmn_campaign_list--rebate::before {
        background: var(--cmnred3);
        border-radius: 8px;
        content: "";
        width: 15px;
        height: 2px;
        bottom: auto;
        left: -13px;
        transform: rotate(-145deg);
        top: 4px;
    }

    .cmn_campaign_list--rebate .num {
        font-size: 1.8rem;
    }

}
