:root{
    --black: #000000;
    --white: #ffffff;
    --main: #e60027;
    --main-dark: #b1000e;
    --gray: #a1a1a1;
    --gray-light: #f9f9f9;
    --gray-dark: #333333;
    --sus-01: #d9e59b;
    --sus-02: #f9d2cb;
    --sus-03: #9fdcd4;
    --sus-04: #bdcde7;
    --sus-05: #d1cfb2;
    --sus-01-dark: #6d7a30;
    --sus-02-dark: #e76149;
    --sus-03-dark: #2a736a;
    --sus-04-dark: #3b5174;
    --sus-05-dark: #837f41;
    --env-main: #51baae;
    --env-sub: #b9df52;
    --scl-main: #f781a1;
    --scl-sub: #fbb061;
    --gvn-main: #be91cb;
    --gvn-sub: #64a8df;
}

.keywords-area,
.article-list,
.no-result,
.hht-nc1-1-1{
    max-width: 1275px;
    margin-right: auto;
    margin-left: auto;
    
}
.keywords-area,
.article-list,
.no-result{
margin-top: 20px;
    margin-bottom: 24px;
}
/* 
=======================================================
main_title
======================================================= 
*/
.hht-nc1-1-1{
    background: linear-gradient(90deg, var(--gray-light) 0%, var(--gray-light) 50%, #ededed 50%, #ededed 100%);
    padding: 40px 20px;
    text-align: center;
    font-weight: bold;
}
    body>.where-not .hht-nc1-1-1 h1{
    font-size: 2.5rem;
}


h3{
    color: #000000;
}
/* 
=======================================================
tag
======================================================= 
*/
.keywords-area{
    border-bottom: 4px solid var(--main);
    justify-content: flex-start;
    align-items: flex-end;
    display: flex;
    z-index: 7;
    position:relative;
    overflow: hidden;
    padding: 10px 0 0 10px;
}

.tag-clear .tag{
    height: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
    background: var(--white);
    color: var(--main);
    padding: 10px 0 10px 10px;
    border-radius: 10px 0 0 0;
    width: 60px;
    height: 60px;
    text-align: center;
    z-index: 6;
    position:relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    transition: .5s;
}
.tag-clear .tag::after{
    content: "";
    background: url(/assets/image/jp/ja/sustainability/promoters/index/clear_tag_w.png)no-repeat left center / contain;
    width: 47px;
    height: 60px;
    position: absolute;
    overflow: hidden;
    bottom: 0;
    right: -47px;
    transition: .5s;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.4));
}
.tag-clear .tag::before{
    position: absolute;
    display: flex;
    justify-content: end;
    align-items: center;
    width: 70px;
    border-radius: 10px 0 0 0 ;
    height: 60px;
    content: "ALL";
    background: var(--white);
    color: var(--main);
    bottom:0;
    right: -10px;
    z-index: 2;
    transition: .5s;
    padding-right: 10px;
}
.tag-clear .tag.on{
    height: 70px;
    width: 70px;
    font-size: 110%;
    font-weight: bold;
    color: #fff;
    background: var(--main);
    box-shadow: none;
}
.tag-clear .tag.on::before{
    height: 70px;
    background: var(--main);
    color: #fff;
}
.tag-clear .tag.on::after{
    content: "";
    background: url(/assets/image/jp/ja/sustainability/promoters/index/clear_tag_r.png)no-repeat left center / contain;
    width: 60px;
    height: 70px;
    right: -60px;
}
.tag-clear .tag:hover{
    color: #fff;
    background: var(--main);
}
.tag-clear .tag:hover::after{
    background: url(/assets/image/jp/ja/sustainability/promoters/index/clear_tag_r.png)no-repeat left center / contain;
}
.tag-clear .tag:hover::before{
    background: var(--main);
    color: #fff;
}
.tag-list{
    justify-content: flex-start;
    display: flex;
    align-items: flex-end;
    height: 80px;
    margin-right:-90px;
}
.tag-list .tag{
    /* padding: 0 74px 0 10px; */
    width: auto;
    height: 60px;
    border-radius: 10px 10px 0 0 ;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    transition: .5s;
}
.tag-list .tag span{
    line-height: 1.5em;
    font-weight: bold;
    padding: 0 20px 0 93px;
    font-size: 80%;
    display: flex;
    justify-content: flex-start;
}
.tag-list .tag.on span{
    font-size: 90%;
    padding-right: 30px;
}
.tag-list .tag span i{
    font-style: normal;
    margin-right: 5px;
    white-space: nowrap;

}
.tag-list .tag.sus-01{
    background-size: 12px;
    background: var(--white) url(/assets/image/jp/ja/sustainability/index/ico_01.png)no-repeat center left 35px / 52px;
    z-index: 5;
    position:relative;
    left:10px;
}
.tag-list .tag.sus-02{
    background-size: 12px;
    background: var(--white) url(/assets/image/jp/ja/sustainability/index/ico_02.png)no-repeat center left 35px / 52px;
    z-index: 4;
    position:relative;
    left:-10px;
}
.tag-list .tag.sus-03{
    background-size: 12px;
    background: var(--white) url(/assets/image/jp/ja/sustainability/index/ico_03.png)no-repeat center left 35px / 52px;
    z-index: 3;
    position:relative;
    left:-30px;
}
.tag-list .tag.sus-04{
    background-size: 12px;
    background: var(--white) url(/assets/image/jp/ja/sustainability/index/ico_04.png)no-repeat center left 35px / 52px;
    z-index: 2;
    position:relative;
    left:-50px;
}
.tag-list .tag.sus-05{
    background-size: 12px;
    background: var(--white) url(/assets/image/jp/ja/sustainability/index/ico_05.png)no-repeat center left 35px / 52px;
    z-index: 1;
    position:relative;
    left:-70px;
}
.tag-list .tag.on{
    height: 70px;
    width: auto;
    box-shadow:none;
    
}



.tag-list .tag.sus-01.on,
.tag-list .tag.sus-01:hover{
    background: var(--sus-01) url(/assets/image/jp/ja/sustainability/index/ico_01_on.png)no-repeat center left 35px / 52px;
}
.tag-list .tag.sus-02.on,
.tag-list .tag.sus-02:hover{
    background: var(--sus-02) url(/assets/image/jp/ja/sustainability/index/ico_02_on.png)no-repeat center left 35px / 52px;
}
.tag-list .tag.sus-03.on,
.tag-list .tag.sus-03:hover{
    background: var(--sus-03) url(/assets/image/jp/ja/sustainability/index/ico_03_on.png)no-repeat center left 35px / 52px;
}
.tag-list .tag.sus-04.on,
.tag-list .tag.sus-04:hover{
    background: var(--sus-04) url(/assets/image/jp/ja/sustainability/index/ico_04_on.png)no-repeat center left 35px / 52px;
}
.tag-list .tag.sus-05.on,
.tag-list .tag.sus-05:hover{
    background: var(--sus-05) url(/assets/image/jp/ja/sustainability/index/ico_05_on.png)no-repeat center left 35px / 52px;
}


.keywords-area:has(.sus-01.on){
    border-bottom: 4px solid var(--sus-01);
}
.keywords-area:has(.sus-02.on){
    border-bottom: 4px solid var(--sus-02);
}
.keywords-area:has(.sus-03.on){
    border-bottom: 4px solid var(--sus-03);
}
.keywords-area:has(.sus-04.on){
    border-bottom: 4px solid var(--sus-04);
}
.keywords-area:has(.sus-05.on){
    border-bottom: 4px solid var(--sus-05);
}




/* 
=======================================================
article
======================================================= 
*/
.article-list{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 40px;
    grid-row-gap: 40px;
}
.article ul{
    display: flex;
    justify-content: space-between;
}

.tag_title > div{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom:30px;
}
body > #Contents .hht-wrap .tag_title > div img{
    width: 200px;
}
.no-result{
    text-align: center;
}

.article{
    background: var(--white);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    position: relative;
    padding-bottom:70px;
}
.article ul,
.article p{
    width: 85%;
    position: relative;
    left:0;
    right: 0;
    margin:auto;
}
body>.where-not .article ul{
    margin-top:20px;
    font-size: 85%;
    font-weight: bold;
}
body>.where-not .article ul li:first-child{
    text-decoration: underline;
}
body>.where-not .article ul li:last-child{
    color: var(--gray);
}
.article .tag-area{
    width: 100%;
    position: absolute;
    bottom:0;
    left:0;
    padding: 10px 0;
    font-weight: bold;
}
.article .tag-area span{
    width: 85%;
    position: relative;
    left:0;
    right: 0;
    margin:auto;
    display: block;
}
.article .tag-area:has(.sus-01){background: var(--sus-01);}
.article .tag-area:has(.sus-02){background: var(--sus-02);}
.article .tag-area:has(.sus-03){background: var(--sus-03);}
.article .tag-area:has(.sus-04){background: var(--sus-04);}
.article .tag-area:has(.sus-05){background: var(--sus-05);}

.article .sus-01{color: var(--sus-01-dark);}
.article .sus-02{color: var(--sus-02-dark);}
.article .sus-03{color: var(--sus-03-dark);}
.article .sus-04{color: var(--sus-04-dark);}
.article .sus-05{color: var(--sus-05-dark);}

body > #Contents .hht-wrap .article a:hover{
    text-decoration: none;
}
.article p{
    color: var(--gray-dark);
    font-weight: bold;
    font-size: 120%;
}
body > #Contents .hht-wrap .article figure{
    overflow: hidden;
    width: 100%;
    aspect-ratio: 15/8;
}
body > #Contents .hht-wrap .article img{
    width: 100%;
    transition: .5s;
}

body > #Contents .hht-wrap .article a:hover img{
    transform: scale(1.2);
}

.article.new::before{
    content: attr(data-new);
    position: absolute;
    top:0px;
    left:0px;
    padding: 5px 20px;
    font-weight: bold;
    background: var(--main);
    color: var(--white);
    z-index: 10;

}











.pc-brake{
        display: none;
    }
/* 
=======================================================
PC版（↑♾️〜1308px↓まで）
======================================================= 
*/
@media screen and (min-width: 1308px) {
    .tab {
    display: none;
    }
    .tab-sp {
    display: none;
    }
    .sp {
    display: none;
    }
    .pc-brake{
        display: block;
    }
}
/* 
=======================================================
PC・TAB版（〜768px）
======================================================= 
*/
@media screen and (max-width: 960px) {
    .article-list {grid-template-columns: repeat(2, 1fr);}
}

@media screen and (min-width: 768px) {
    .sp {
    display: none;
    }
    .pc-brake{
        display: block;
    }
}
/* 
=======================================================
TAB版（1307〜768px）
======================================================= 
*/
@media screen and (min-width: 768px) and (max-width: 1307px) {
  .pc {
    display: none;
  }
  .sp {
    display: none;
  }
}
/* 
=======================================================
TAB・SP版（1307px↓以下）
======================================================= 
*/
@media screen and (max-width: 1307px) {
    .pc {
        display: none;
    }
    .tag-list .tag{
    width: 100px;
    }
    .tag-list .tag.on{
    width: auto;
    }
    .tag-list .tag span {
    width: 0px;
    padding: 0 40px 0 70px;
    overflow: hidden;
    opacity: 0;
    }
    .tag-list .tag.on span {
    width: auto;
    padding: 0 20px 0 100px;
    overflow: hidden;
    opacity: 1;
    }


}
/* 
=======================================================
SP版（767px↓以下）
======================================================= 
*/
@media screen and (max-width: 767px) {
    .pc {
        display: none;
    }
    .tab{
        display: none;
    }
    .pc-tab {
        display: none;
    }
    .keywords-area{
        display: block;
        padding: 10px 10px 40px 10px;
    }
    .tag-clear .tag{
        width: 100%;
        height: 60px;
        border-radius: 10px;
    }
    .tag-clear .tag.on {
        height: 60px;
        width: 100%;
        font-size: 100%;
    }
    .tag-list {
        flex-wrap: wrap;
        height: auto;
        margin-right: 0;
    }
    .tag-list .tag.sus-01,
    .tag-list .tag.sus-02,
    .tag-list .tag.sus-03,
    .tag-list .tag.sus-04,
    .tag-list .tag.sus-05{
        left:0;
        width: 100%;
        border-radius: 10px;
        margin-top:10px;
        height: 60px;
        background-position: center left 12px;
    }
    .tag-list .tag span,
    .tag-list .tag.on span{
        width: auto;
        padding-left:73px;
        opacity: 1;
    }
    .tag-list .tag.sus-01.on,
    .tag-list .tag.sus-02.on,
    .tag-list .tag.sus-03.on,
    .tag-list .tag.sus-04.on,
    .tag-list .tag.sus-05.on,
    .tag-list .tag.sus-01:hover,
    .tag-list .tag.sus-02:hover,
    .tag-list .tag.sus-03:hover,
    .tag-list .tag.sus-04:hover,
    .tag-list .tag.sus-05:hover{
        background-position: center left 12px;
    }
    .article-list {grid-template-columns: repeat(1, 1fr);}
    body>.where-not .hht-nc1-1-1 h1 {
        font-size: 30px;
        display: block;
        line-height: 1.5em;
    }
    .tag-clear .tag::before,
    .tag-clear .tag::after{
        display: none;
    }
    .tag-clear .tag{
        justify-content: center;
    }
}
@media screen and (max-width: 454px) {
    .tag-list .tag span,
    .tag-list .tag.on span{
        width: 0px;
        padding-left:0px;
        opacity: 0;
    }
    .tag-list {
        justify-content: space-between;
    }
    .tag-list .tag.sus-01,
    .tag-list .tag.sus-02,
    .tag-list .tag.sus-03,
    .tag-list .tag.sus-04,
    .tag-list .tag.sus-05{
        width: 48%;
        background-position: center center;
    }
    .tag-list .tag.sus-01.on,
    .tag-list .tag.sus-02.on,
    .tag-list .tag.sus-03.on,
    .tag-list .tag.sus-04.on,
    .tag-list .tag.sus-05.on,
    .tag-list .tag.sus-01:hover,
    .tag-list .tag.sus-02:hover,
    .tag-list .tag.sus-03:hover,
    .tag-list .tag.sus-04:hover,
    .tag-list .tag.sus-05:hover{
        width: 48%;
        background-position: center center;
    }
}
/* 
=======================================================
最小幅（290px↓以下）（以下固定）
======================================================= 
*/
@media screen and (max-width: 290px) {
}

@media screen and (min-width: 768px) and (max-width: 880px) {

}
@media print {

}