@charset "utf-8";
/* secNews */
.secNews{
    margin-top:7.7rem;
    padding-bottom: 22.4rem;
}
/* secNewsCategory */
.secNewsCategory .categorylist{
    width: fit-content;
    margin-inline: auto;
    display: flex;
    justify-content: center;
    border-bottom: 0.1rem solid;
    border-color: var(--textColorAlpha20);
}
.secNewsCategory .categoryitem{
    display: inline-block;
}
.secNewsCategory .linktxt{
    display: block;
    font-size: var(--pcFontSize22);
    line-height: var(--pcLineHeight22_28);
    font-weight: bold;
    letter-spacing: var(--pcLetterSpacing22_50);
    min-width: 20rem;
    text-align: center;
    padding: 2rem 2rem;
    padding-bottom: 2.7rem;
    position: relative;
    color: var(--textColorAlpha20);
}
.secNewsCategory .linktxt.on{
    color: var(--textColor);
}
.secNewsCategory .linktxt.on::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 0.3rem;
    background-color: var(--textColor);
    left: 0;
    bottom: -0.1rem;
}
.secNewsCategory .shopCategory{
    margin: 0 auto;
    margin-top: 4rem;
    width: fit-content;
}
.secNewsCategory .list{
    display: flex;
    flex-wrap: wrap;
}
.secNewsCategory .item{
    min-width: 18rem;
    margin-right: 2rem;
    margin-bottom: 2rem;
}
.secNewsCategory .item + .item{
}
.secNewsCategory .shoplink{
    width: 100%;
    min-height: 5.4rem;
    display: flex;
    align-items: center;
    background-color: #fff;
    color: var(--textColor);
    border: 0.1rem solid;
    border-color: var(--textColor);
    border-radius: 10rem;
}
.secNewsCategory .shoplink.active{
    background-color: var(--textColor);
    color: #fff;
}
.secNewsCategory .shoptxt{
    font-size: var(--pcFontSize14);
    line-height: var(--pcLineHeight14_21);
    font-weight: bold;
    width: 100%;
    text-align: center;
    padding: 1rem;
}
@media only screen and (max-width:1215px){
    /* secNews */
    .secNews{
        margin-top: 4rem;
        padding-bottom: 10rem;
    }
    /* secNewsCategory */
    .secNewsCategory .linktxt{
        font-size: var(--spFontSize13);
        min-width: 13rem;
        padding: 0 1rem;
        padding-bottom: 1rem;
    }
    .secNewsCategory .linktxt.on::after{
        height: 0.2rem;
    }
    .secNewsCategory .shopCategory{
        margin-top: 2rem;
        width: 100%;
    }
    .secNewsCategory .list{
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .secNewsCategory .item{
        min-width:0;
        width: calc((100% - 2rem) / 3);
        margin-right: 1rem;
        margin-bottom: 0;
    }
    .secNewsCategory .item + .item{
        margin-left:0;
    }
    .secNewsCategory .item:nth-child(3n){
        margin-right: 0;
    }
    .secNewsCategory .item:nth-child(n + 4){
        margin-top: 1rem;
    }
    .secNewsCategory .shoplink{
        min-height: 4rem;
        border-radius: 2rem;
    }
    .secNewsCategory .shoptxt{
        font-size: var(--spFontSize13);
        padding: 0.5rem;
    }
}

/* secNewsContent */
.secNewsContent{
    display: flex;
    flex-wrap: wrap;
    margin-top: 5rem;
}
.secNewsContent .newsleft{
    flex: 1;
    padding-right:9rem;
    max-width: calc(100% - 30rem);
}
.secNewsContent .newsRight{
    width: 30rem;
}
@media only screen and (min-width:1216px){
    .secNewsContent .newsleft{
        order: 1;
    }
    .secNewsContent .newsRight{
        order: 2;
    }
    .secNewsContent .secPagerBox{
        order: 3;
        width: 100%;
    }
}
/* secNewslist */
.secNewslist{
    width: 100%;
}
.secNewslist .list{
    display: flex;
    flex-wrap: wrap;
}
.secNewslist .item{
    width: calc((100% - 12rem) / 3);
    margin-right: 6rem;
}
@media only screen and (min-width:1216px){
    .secNewslist .item:nth-child(3n){
        margin-right: 0;
    }
    .secNewslist .item:nth-child(n + 4){
        margin-top: 6rem;
    }
}
.secNewslist .newslink{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    padding-bottom: calc(4rem + 1.2rem);
}
.secNewslist .newslink::after{
    content: "";
    position: absolute;
    width: calc(100% - 14.6rem - 2rem);
    height: 0.1rem;
    bottom: 2rem;
    left: 0;
    background-color: var(--textColor);
}
.secNewslist .imgBox{
    width: 100%;
    height: 0;
    padding-top:calc((330 / 330) * 100%);
    border-radius: 1rem;
    overflow: hidden;
    z-index: 1;
}
.secNewslist .txtarea{
    margin-top: 2rem;
}
.secNewslist .onbox{
    display: flex;
}
.secNewslist .tagbox{
    flex: 1;
    max-width: calc(100% - 7rem);
    padding-right: 1rem;
}
.secNewslist .catrgorytags{
    display: flex;
    flex-wrap: wrap;
}
.secNewslist .tag{
    margin-bottom: 0.5rem;
    min-width: 7rem;
    max-width: 100%;
    margin-right: 0.5rem;
    white-space: nowrap;
}
.secNewslist .tag.New{
    min-width:3.5rem;
    display: flex;
    align-items: center;
}
.secNewslist .tag:last-child{
    margin-right: 0;
}
.secNewslist .taginner{
    display: flex;
    align-items: center;
    width: 100%;
    height: 2.6rem;
    padding: 0 0.5rem;
    border-radius: 0.3rem;
    border: 0.1rem solid;
    border-color: var(--textColor);
}
.secNewslist .taginner.newIcon{
    background-color: var(--newIconColor);
    border-color: var(--newIconColor);
    height: 2rem;
}
.secNewslist .taginner.shop{
    background-color: var(--shopColor);
    border-color: var(--shopColor);
    color: #fff;
}
.secNewslist .tagtxt{
    font-size: var(--pcFontSize12);
    line-height: var(--pcLineHeight12_20);
    font-weight: bold;
    display: inline-block;
    text-align: center;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}
.secNewslist .newIcon .tagtxt{
    font-size: var(--pcFontSize10);
}
.secNewslist .daybox{
    min-width: 7rem;
    text-align: right;
}
.secNewslist .daytxt{
    font-size: var(--pcFontSize14);
    line-height: var(--pcLineHeight14_21);
    font-weight: bold;
    padding-top: 0.5rem;
    letter-spacing: var(--pcLetterSpacing14_50);
}
.secNewslist .tit{
    font-size: var(--pcFontSize20);
    line-height: var(--pcLineHeight20_30);
    letter-spacing: var(--pcLetterSpacing20_50);
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: calc((var(--pcLineHeight20_30) * var(--pcFontSize20)) * 2);
    margin-top: 1.1rem;
}
.secNewslist .undertagbox{
    max-width: 100%;
    margin-top: 1.1rem;
}
.secNewslist .taglist{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: calc((var(--pcLineHeight14_21) * var(--pcFontSize14)) * 2);
}
.secNewslist .tags{
    display: inline-block;
    max-width: 100%;
    padding-right: 1rem;
    font-size: var(--pcFontSize14);
    line-height: var(--pcLineHeight14_21);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.secNewslist .moreItem{
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
}
.secNewslist .moreIn{
    position: relative;
    min-width: 14.6rem;
    height: 4rem;
    padding-right:calc(4rem + 1.8rem);
    display: flex;
    align-items: center;
}
.secNewslist .moreIn::after{
    content: "";
    position: absolute;
    right: 0;
    top: calc(50% - 2rem);
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    border: 0.1rem solid;
    border-color: var(--textColor);
    background-color: #fff;
}
.secNewslist.lazyloaded .moreIn::after{
    background: url(../img/common/imgMoreArrow.png) center center no-repeat #fff;
    background-size:0.6rem auto;
}
.secNewslist .moreIntxt{
    font-size: var(--pcFontSize14);
    line-height: var(--pcLineHeight14_32);
    font-weight: bold;
}
@media only screen and (min-width:1216px){
    .secNewslist .moreIntxt{
        letter-spacing: var(--pcLetterSpacing14_50);
    }
}
@media only screen and (max-width:1215px){
    /* secNewsContent */
    .secNewsContent{
        display: block;
        margin-top: 3rem;
    }
    .secNewsContent .newsleft{
        padding-right:0;
        max-width: 100%;
        width: 100%;
    }
    .secNewsContent .newsRight{
        width: 100%;
    }
    /* secNewslist */
    .secNewslist .item{
        width: calc((100% - 1.5rem) / 2);
        margin-right: 1.5rem;
    }
    .secNewslist .item:nth-child(2n){
        margin-right: 0;
    }
    .secNewslist .item:nth-child(n + 3){
        margin-top: 3rem;
    }
    .secNewslist .newslink{
        padding-bottom: calc(2.6rem + 1rem);
    }
    .secNewslist .newslink::after{
        width: calc(100% - 10.6rem - 1.6rem);
        bottom: 1.3rem;
    }
    .secNewslist .imgBox{
        border-radius: 0.5rem;
    }
    .secNewslist .txtarea{
        margin-top: 1.1rem;
    }
    .secNewslist .onbox{
        display: block;
    }
    .secNewslist .tagbox{
        max-width:100%;
        width: 100%;
        padding-right: 0;
    }
    .secNewslist .tag{
        min-width: 5.2rem;
        margin-right: 0.3rem;
        margin-bottom: 0.3rem;
    }
    .secNewslist .tag.New{
        min-width:3rem;
    }
    .secNewslist .taginner{
        height: 2.2rem;
        padding: 0 0.3rem;
    }
    .secNewslist .taginner.newIcon{
        height: 1.6rem;
    }
    .secNewslist .tagtxt{
        font-size: var(--spFontSize10);
        line-height: var(--spLineHeight10_14);
    }
    .secNewslist .tagtxtInner{
        vertical-align: bottom;
    }
    .secNewslist .newIcon .tagtxt{
        font-size: var(--spFontSize9);
        line-height:var(--spLineHeight9_9);
    }
    .secNewslist .daybox{
        min-width: 0;
        width: 100%;
        text-align: left;
        margin-top: 0.5rem;
    }
    .secNewslist .daytxt{
        font-size: var(--spFontSize10);
        padding-top: 0;
    }
    .secNewslist .tit{
        font-size: var(--spFontSize13);
        line-height: var(--spLineHeight13_22);
        max-height: calc((var(--spLineHeight13_22) * var(--spFontSize13)) * 2);
        margin-top: 0.3rem;
    }
    .secNewslist .undertagbox{
        margin-top: 0.4rem;
    }
    .secNewslist .taglist{
        max-height: calc((var(--spLineHeight11_18) * var(--spFontSize11)) * 2);
    }
    .secNewslist .tags{
        padding-right: 0.5rem;
        font-size: var(--spFontSize11);
        line-height: var(--spLineHeight11_18);
    }
    .secNewslist .moreIn{
        min-width: 10.6rem;
        height: 2.6rem;
        padding-right:calc(2.6rem + 1rem);
    }
    .secNewslist .moreIn::after{
        width: 2.6rem;
        height: 2.6rem;
        top: calc(50% - 1.3rem);
    }
    .secNewslist.lazyloaded .moreIn::after{
        background-size:0.4rem auto;
    }
    .secNewslist .moreIntxt{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_12);
    }
}
/* secCmnPager */
.secNews .secCmnPager{
    margin-top: 10.6rem;
}
@media only screen and (max-width:1215px){
    .secNews .secCmnPager{
        margin-top: 6.8rem;
    }
}
.secArchive{
    width: 100%;
}
.secArchive .Item + .Item{
    margin-top: 4.4rem;
}
.secArchive .titbox{
    border-bottom: 0.1rem solid;
    border-color: var(--textColorAlpha20);
    text-align: left;
    padding-bottom: 1.7rem;
}
.secArchive .tit{
    font-size: var(--pcFontSize20);
    position: relative;
    padding-left:calc(0.6rem + 0.8rem);
    font-weight: bold;
    letter-spacing: var(--pcLetterSpacing20_50);
}
.secArchive .tit::after{
    content: "";
    position: absolute;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    background-color: var(--textColor);
    left: 0;
    top: calc(50% - 0.3rem);
}
.secArchive .content_box{
    margin-top: 1.7rem;
}
@media only screen and (min-width:1216px){
    .secArchive .content_box{
        display: block!important;
    }
}
.secArchive .archiveItem{
    display: block;
    width: 100%;
}
.secArchive .archiveItem + .archiveItem{
    margin-top: 1.3rem;
}
.secArchive .archiveLink{
    display: inline-block;
}
.secArchive .archiveTxt{
    font-size: var(--pcFontSize14);
    line-height: var(--pcLineHeight14_21);
}
/* secInfo */
.secInfo{
    margin-top: 5.5rem;
}
.secInfo .infoitem + .infoitem{
    margin-top: 2rem;
}
.secInfo .infoLink{
    display: block;
    width: 100%;
    border: 0.1rem solid;
    border-color: var(--textColor);
    border-radius: 0.5rem;
    background-color: #fff;
    padding: 1.4rem;
    padding-right: 1rem;
}
.secInfo .infoInner{
    display: flex;
    align-items: center;
}
.secInfo .imgBox{
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    overflow: hidden;
}
.secInfo .txtbox{
    flex: 1;
    padding-left: 1.5rem;
}
.secInfo .tit{
    position: relative;
    font-size: var(--pcFontSize14);
    line-height: var(--pcLineHeight14_32);
    font-weight: bold;
    padding-left: calc(2rem + 0.4rem);
}
.secInfo .tit::before{
    content: "";
    position: absolute;
    width:2rem;
    height: 2rem;
    left: 0;
    top: calc(50% - 1rem);
}
.secInfo.lazyloaded .tit::before{
    background: url(../img/sns/imgInstaIcon.png) center center no-repeat;
    background-size:100% auto;
}
.secInfo .addtxt{
    font-size: var(--pcFontSize12);
    line-height: var(--pcLineHeight12_20);
}
@media only screen and (max-width:1215px){
    .secArchive{
        width: 100%;
        margin-top: 6.6rem;
        border-top: 0.1rem solid;
        border-color: var(--textColorAlpha20);
        padding-top: 3rem;
    }
    .secArchive .Item{
        background-color: #fff;
    }
    .secArchive .Item + .Item{
        margin-top: 3rem;
    }
    .secArchive .titbox{
        pointer-events: all;
        cursor: pointer;
        position: relative;
        padding: 1.8rem 2rem;
    }
    .secArchive .titbox::before,
    .secArchive .titbox::after{
        content: "";
        position: absolute;
        width:1.1rem;
        height: 0.1rem;
        background-color: var(--textColor);
        right:2rem;
        top: calc(50% - 0.05rem);
    }
    .secArchive .titbox::after{
        transform: rotate(90deg);
    }
    .secArchive .trigger_box.on::after{
        transform: rotate(0deg);
    }
    .secArchive .tit{
        font-size: var(--spFontSize18);
        padding-left:calc(0.5rem + 0.9rem);
    }
    .secArchive .tit::after{
        width: 0.5rem;
        height: 0.5rem;
        top: calc(50% - 0.25rem);
    }
    .secArchive .content_box{
        margin-top: 0;
        padding: 1.7rem 2rem;
    }
    .secArchive .trigger_box:not(.on) + .content_box{
        display: none;
    }

    .secArchive .archiveItem + .archiveItem{
        margin-top: 0.9rem;
    }
    .secArchive .archiveTxt{
        font-size: var(--spFontSize14);
    }
    /* secInfo */
    .secInfo{
        display: none;
    }
}

/* secNewsDetails */
.secNewsDetails{
    padding-top: 5.3rem;
    padding-bottom: 14rem;
}
/* secDetailsHero */
.secDetailsHero{
    position: relative;
    padding-bottom: 4.6rem;
    border-bottom: 0.1rem solid;
    border-color: var(--textColorAlpha15);
}
.secDetailsHero .herotitle{
    display: inline-block;
}
@media only screen and (min-width:1216px){
    .secDetailsHero .herotitle{
        position: absolute;
        top: -0.9rem;
        right: 0;
    }
}
.secDetailsHero .engtit{
    position: relative;
    padding-left: calc(2rem + 0.9rem);
    font-size: var(--pcFontSize20);
    line-height: var(--pcLineHeight20_30);
    font-weight: bold;
    letter-spacing: var(--pcLetterSpacing20_50);
}
.secDetailsHero .engtit::after{
    content: "";
    position: absolute;
    width: 2rem;
    height: 0.1rem;
    background-color: var(--textColor);
    left: 0;
    top: calc(50% - 0.05rem);
}
.secDetailsHero .onbox{
    display: flex;
    padding-right: 11rem;
}
.secDetailsHero .tagbox{
    display: inline-block;
    width: fit-content;
}
.secDetailsHero .catrgorytags{
    display: flex;
    flex-wrap: wrap;
}
.secDetailsHero .tag{
    margin-bottom: 0.5rem;
    min-width: 12rem;
    max-width: 100%;
    margin-right: 0.5rem;
}
.secDetailsHero .tag.New{
    min-width:3.5rem;
    display: flex;
    align-items: center;
}
.secDetailsHero .taginner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 4rem;
    height: auto;
    padding: 0 1rem;
    border-radius: 0.5rem;
    border: 0.1rem solid;
    border-color: var(--textColor);
}
.secDetailsHero .taginner.newIcon{
    background-color: var(--newIconColor);
    border-color: var(--newIconColor);
    min-height: 2rem;
    padding: 0 0.5rem;
}
.secDetailsHero .taginner.shop{
    background-color: var(--shopColor);
    border-color: var(--shopColor);
    color: #fff;
}
.secDetailsHero .tagtxt {
    font-size: var(--pcFontSize14);
    line-height: var(--pcLineHeight14_21);
    font-weight: bold;
    display: inline-block;
    text-align: left;
}
.secDetailsHero .tag.New .tagtxt{
    font-size: var(--pcFontSize12);
    line-height: var(--pcLineHeight12_20);
}
.secDetailsHero .daybox{
    min-width: 0;
    text-align: left;
}
@media only screen and (min-width:1216px){
    .secDetailsHero .daybox{
    min-width: 8rem;
    flex: 1;
    }
}
.secDetailsHero .daytxt {
    font-size: var(--pcFontSize14);
    line-height: var(--pcLineHeight14_21);
    font-weight: bold;
    padding-top: 1rem;
    letter-spacing: var(--pcLetterSpacing14_50);
}
.secDetailsHero .title{
    font-size: var(--pcFontSize38);
    line-height: var(--pcLineHeight38_50);
    font-weight: bold;
    letter-spacing: var(--pcLetterSpacing38_50);
    margin-top: 1.9rem;
}
.secDetailsHero .undertagbox{
    max-width: 100%;
    margin-top: 1.7rem;
}
.secDetailsHero .tags{
    display: inline-block;
    max-width: 100%;
    padding-right: 1.3rem;
    font-size: var(--pcFontSize18);
    line-height: var(--pcLineHeight18_24);
    color: var(--textColorAlpha30);
    font-weight: bold;
}
@media only screen and (max-width:1215px){
    /* secNewsDetails */
    .secNewsDetails{
        padding-top: 3.2rem;
        padding-bottom: 10rem;
    }
    /* secDetailsHero */
    .secDetailsHero{
        padding-bottom: 1.5rem;
    }
    .secDetailsHero .engtit{
        padding-left: calc(1rem + 0.5rem);
        font-size: var(--spFontSize18);
    }
    .secDetailsHero .engtit::after{
        width: 1rem;
    }
    .secDetailsHero .onbox{
        margin-top: 2.2rem;
        padding-right: 0;
    }
    .secDetailsHero .tagbox{
        flex: 1;
    }
    .secDetailsHero .tag{
        min-width: 8rem;
    }
    .secDetailsHero .tag.New{
        min-width:3rem;
    }
    .secDetailsHero .taginner {
        min-height: 2.6rem;
        height: auto;
        padding: 0 0.5rem;
        border-radius: 0.5rem;
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_20);
    }
    .secDetailsHero .taginner.newIcon{
        min-height: 1.6rem;
        height: 1.6rem;
        padding: 0 0.3rem;
    }
    .secDetailsHero .tagtxt {
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_20);
    }
    .secDetailsHero .tag.New .tagtxt{
        font-size: var(--spFontSize9);
        line-height: var(--spLineHeight9_9);
    }
    .secDetailsHero .daybox{
        text-align: right;
        white-space: nowrap;
    }
    .secDetailsHero .daytxt {
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_20);
        padding-top: 0.4rem;
        letter-spacing: 0;
    }
    .secDetailsHero .title{
        font-size: var(--spFontSize18);
        line-height: var(--spLineHeight18_28);
        margin-top: 1rem;
    }
    .secDetailsHero .undertagbox{
        margin-top: 0.5rem;
    }
    .secDetailsHero .tags{
        padding-right: 0.6rem;
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_21);
        color: var(--textColor);
    }
}
/* secNewsMain */
.secNewsMain{
    margin-top:5rem;
}
.secNewsMain .mainImg{
    width: 100%;
    text-align: center;
}
.secNewsMain .imgbox{
    display: inline-block;
    border-radius:1rem;
    overflow: hidden;
}
.secNewsMain .imgbox img{
    max-width: 100%;
    height: auto;
    width: auto;
}
.secNewsMain .txtbox{
    text-align: left;
}
.secNewsMain .mainImg + .txtbox{
    margin-top: 4rem;
}
.secNewsMain .tit{
    font-size: var(--pcFontSize24);
    line-height: var(--pcLineHeight24_36);
    font-weight: bold;
}
.secNewsMain .txt{
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_36);
}
.secNewsMain .tit + .txt{
    margin-top: 2rem;
}
@media only screen and (max-width:1215px){
    .secNewsMain{
        margin-top: 2rem;
    }
    .secNewsMain .mainImg{
        width: 100%;
    }
    .secNewsMain .imgbox{
        border-radius: 0.5rem;
        display: block;
    }
    .secNewsMain .imgbox img{
        width: 100%;
        height: auto;
    }
    .secNewsMain .mainImg + .txtbox{
        margin-top: 1.4rem;
    }
    .secNewsMain .tit{
        font-size: var(--spFontSize18);
        line-height: var(--spLineHeight18_28);
    }
    .secNewsMain .txt{
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_26);
    }
    .secNewsMain .tit + .txt{
        margin-top: 0.8rem;
    }
}
/* secOutline */
.secOutline{
    margin-top:5rem;
}
.secOutline .Inner{
    background-color: #fff;
    display: flex;
    min-height: 28rem;
    border-radius: 0.5rem;
    overflow: hidden;
}
.secOutline .titbox{
    width: 28rem;
    background-color: var(--keyColor);
    color: #fff;
    display: flex;
    align-items: center;
}
.secOutline .titIn{
    display: inline-block;
    width: 100%;
    text-align: center;
    position: relative;
    padding-top: calc(2.5rem + 1.5rem);
    padding-bottom: 0.8rem;
}
.secOutline .titIn::before{
    content: "";
    position: absolute;
    width:3.2rem;
    height: 2.5rem;
    left: calc(50% - 1.6rem);
    top: 0;
}
.secOutline.lazyloaded .titIn::before{
    background: url(../img/news/imgOutlineIcon.png) center top no-repeat;
    background-size: 100% auto;
}
.secOutline .tit{
    font-size: var(--pcFontSize22);
    line-height: var(--pcLineHeight22_30);
    font-weight: bold;
    text-align: center;
}
.secOutline .listbox{
    flex: 1;
    display: flex;
    align-items: center;
    padding: 5rem;
}
.secOutline .list{
    width: 100%;
}
.secOutline .item{
    width: 100%;
}
.secOutline .item + .item{
    margin-top: 2rem;
}
.secOutline .link{
    width: fit-content;
    display: flex;
    align-items:flex-start;
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_31);
    font-weight: bold;
}
.secOutline .num{
    display: block;
    width:3.1rem;
    height: 3.1rem;
    text-align: center;
    font-size: var(--pcFontSize13);
    line-height: var(--pcLineHeight13_31);
    font-weight: bold;
    background-color: var(--keyColor);
    border-radius: 50%;
    color: #fff;
}
.secOutline .txt{
    flex: 1;
    padding-left: 1.9rem;
}
@media only screen and (max-width:1215px){
    .secOutline{
        margin-top: 3.3rem;
    }
    .secOutline .Inner{
        display: block;
        min-height:0;
    }
    .secOutline .titbox{
        width: 100%;
        display: block;
        padding: 1.2rem 2rem;
        text-align: left;
    }
    .secOutline .titIn{
        display: inline-block;
        width: 100%;
        text-align: left;
        padding: 0;
        padding-left: calc(1.8rem + 0.8rem);
    }
    .secOutline .titIn::before{
        width:1.8rem;
        height: 1.4rem;
        left: 0;
        top: calc(50% - 0.7rem);
    }
    .secOutline .tit{
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_26);
        text-align: left;
    }
    .secOutline .listbox{
        width: 100%;
        display: block;
        padding: 2rem;
        padding-bottom: 1.8rem;
    }
    .secOutline .item + .item{
        margin-top: 0.8rem;
    }
    .secOutline .link{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_20);
    }
    .secOutline .num{
        width:2.1rem;
        height: 2.1rem;
        font-size: var(--spFontSize10);
        line-height: var(--spLineHeight10_21);
    }
    .secOutline .txt{
        padding-left: 1rem;
    }
}
@media only screen and (max-width:374px){
    .secOutline .txt{
        padding-left: 0.5rem;
    }
    .secOutline .num{
        width: calc(var(--spFontSize10) * var(--spLineHeight10_21));
        height: calc(var(--spFontSize10) * var(--spLineHeight10_21));
    }
}
/* secEntry */
.secEntry{
    margin-top: 7.2rem;
    padding-bottom: 13.8rem;
}
@media only screen and (max-width:1215px){
    .secEntry{
        margin-top: 5.4rem;
        padding-bottom: 7.3rem;
    }
}

/* secDetailspager */
.secDetailspager{
    border-top: 0.1rem solid;
    border-color: var(--textColor);
    position: relative;
    padding-top: 10rem;
}
.secNewsMain + .secDetailspager{
    margin-top: 10rem;
}
.secDetailspager .pagerInner{
    display: flex;
}
.secDetailspager .pagerBox{
    width:33rem;
}
.secDetailspager .pagerBox.next{
    margin-left: auto;
}
.secDetailspager .newslink{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    padding-bottom: calc(4rem + 1.2rem);
}
.secDetailspager .newslink::after{
    content: "";
    position: absolute;
    width: calc(100% - 14.6rem - 2rem);
    height: 0.1rem;
    bottom: 2rem;
    background-color: var(--textColor);
}
.secDetailspager .next .newslink::after{
    left: 0;
}
.secDetailspager .prev .newslink::after{
    right: 0;
}
.secDetailspager .imgBox{
    width: 100%;
    height: 0;
    padding-top:calc((330 / 330) * 100%);
    border-radius: 1rem;
    overflow: hidden;
    z-index: 1;
}
.secDetailspager .txtarea{
    margin-top: 2rem;
}
.secDetailspager .onbox{
    display: flex;
}
.secDetailspager .tagbox{
    flex: 1;
    max-width: calc(100% - 7rem);
    padding-right: 1rem;
}
.secDetailspager .catrgorytags{
    display: flex;
    flex-wrap: wrap;
}
.secDetailspager .tag{
    margin-bottom: 0.5rem;
    min-width: 7rem;
    max-width: 100%;
    margin-right: 0.5rem;
    white-space: nowrap;
}
.secDetailspager .tag.New{
    min-width:3.5rem;
    display: flex;
    align-items: center;
}
.secDetailspager .tag:last-child{
    margin-right: 0;
}
.secDetailspager .taginner{
    display: flex;
    align-items: center;
    width: 100%;
    height: 2.6rem;
    padding: 0 0.5rem;
    border-radius: 0.3rem;
    border: 0.1rem solid;
    border-color: var(--textColor);
}
.secDetailspager .taginner.newIcon{
    background-color: var(--newIconColor);
    border-color: var(--newIconColor);
    height: 2rem;
}
.secDetailspager .taginner.shop{
    background-color: var(--shopColor);
    border-color: var(--shopColor);
    color: #fff;
}
.secDetailspager .tagtxt{
    font-size: var(--pcFontSize12);
    line-height: var(--pcLineHeight12_20);
    font-weight: bold;
    display: inline-block;
    text-align: center;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}
.secDetailspager .newIcon .tagtxt{
    font-size: var(--pcFontSize10);
}
.secDetailspager .daybox{
    min-width: 7rem;
    text-align: right;
}
.secDetailspager .daytxt{
    font-size: var(--pcFontSize14);
    line-height: var(--pcLineHeight14_21);
    font-weight: bold;
    padding-top: 0.5rem;
    letter-spacing: var(--pcLetterSpacing14_50);
}
.secDetailspager .tit{
    font-size: var(--pcFontSize20);
    line-height: var(--pcLineHeight20_30);
    letter-spacing: var(--pcLetterSpacing20_50);
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: calc((var(--pcLineHeight20_30) * var(--pcFontSize20)) * 2);
    margin-top: 1.1rem;
}
.secDetailspager .undertagbox{
    max-width: 100%;
    margin-top: 1.1rem;
}
.secDetailspager .taglist{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: calc((var(--pcLineHeight14_21) * var(--pcFontSize14)) * 2);
}
.secDetailspager .tags{
    display: inline-block;
    max-width: 100%;
    padding-right: 1rem;
    font-size: var(--pcFontSize14);
    line-height: var(--pcLineHeight14_21);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.secDetailspager .moreItem{
    display: inline-block;
    position: absolute;
    bottom: 0;
}
.secDetailspager .next .moreItem{
    right: 0;
}
.secDetailspager .prev .moreItem{
    left: 0;
}
.secDetailspager .moreIn{
    position: relative;
    min-width: 14.6rem;
    height: 4rem;
    display: flex;
    align-items: center;
}
.secDetailspager .next .moreIn{
    padding-right:calc(4rem + 1.8rem);
}
.secDetailspager .prev .moreIn{
    padding-left:calc(4rem + 1.8rem);   
}
.secDetailspager .moreIn::after{
    content: "";
    position: absolute;
    top: calc(50% - 2rem);
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    border: 0.1rem solid;
    border-color: var(--textColor);
    background-color: #fff;
}
.secDetailspager .next .moreIn::after{
    right: 0;
}
.secDetailspager .prev .moreIn::after{
    left: 0;
    transform: rotate(180deg);
}
.secDetailspager.lazyloaded .moreIn::after{
    background: url(../img/common/imgMoreArrow.png) center center no-repeat #fff;
    background-size:0.6rem auto;
}
.secDetailspager .moreIntxt{
    font-size: var(--pcFontSize14);
    line-height: var(--pcLineHeight14_32);
    font-weight: bold;
}
@media only screen and (min-width:1216px){
    .secDetailspager .moreIntxt{
        letter-spacing: var(--pcLetterSpacing14_50);
    }
}
@media only screen and (max-width:1215px){
    .secDetailspager{
        padding-top: 4rem;
    }
    .secNewsMain + .secDetailspager{
        margin-top: 4rem;
    }
    .secDetailspager .pagerBox{
        width:calc((100% - 1.5rem) / 2);
    }
    .secDetailspager .newslink{
        padding-bottom: calc(2.6rem + 1rem);
    }
    .secDetailspager .newslink::after{
        width: calc(100% - 10.6rem - 1.6rem);
        bottom: 1.3rem;
    }
    .secDetailspager .imgBox{
        border-radius: 0.5rem;
    }
    .secDetailspager .txtarea{
        margin-top: 1.1rem;
    }
    .secDetailspager .onbox{
        display: block;
    }
    .secDetailspager .tagbox{
        max-width:100%;
        width: 100%;
        padding-right: 0;
    }
    .secDetailspager .tag{
        min-width: 5.2rem;
        margin-right: 0.3rem;
        margin-bottom: 0.3rem;
    }
    .secDetailspager .tag.New{
        min-width:3rem;
    }
    .secDetailspager .taginner{
        height: 2.2rem;
        padding: 0 0.3rem;
    }
    .secDetailspager .taginner.newIcon{
        height: 1.6rem;
    }
    .secDetailspager .tagtxt{
        font-size: var(--spFontSize10);
        line-height: var(--spLineHeight10_14);
    }
    .secDetailspager .tagtxtInner{
        vertical-align: bottom;
    }
    .secDetailspager .newIcon .tagtxt{
        font-size: var(--spFontSize9);
        line-height:var(--spLineHeight9_9);
    }
    .secDetailspager .daybox{
        min-width: 0;
        width: 100%;
        text-align: left;
        margin-top: 0.5rem;
    }
    .secDetailspager .daytxt{
        font-size: var(--spFontSize10);
        padding-top: 0;
    }
    .secDetailspager .tit{
        font-size: var(--spFontSize13);
        line-height: var(--spLineHeight13_22);
        max-height: calc((var(--spLineHeight13_22) * var(--spFontSize13)) * 2);
        margin-top: 0.3rem;
    }
    .secDetailspager .undertagbox{
        margin-top: 0.4rem;
    }
    .secDetailspager .taglist{
        max-height: calc((var(--spLineHeight11_18) * var(--spFontSize11)) * 2);
    }
    .secDetailspager .tags{
        padding-right: 0.5rem;
        font-size: var(--spFontSize11);
        line-height: var(--spLineHeight11_18);
    }
    .secDetailspager .moreIn{
        min-width: 10.6rem;
        height: 2.6rem;
    }
    .secDetailspager .next .moreIn{
        padding-right:calc(2.6rem + 1rem);
        justify-content: flex-end;
    }
    .secDetailspager .prev .moreIn{
        padding-left:calc(2.6rem + 1rem);
    }
    .secDetailspager .moreIn::after{
        width: 2.6rem;
        height: 2.6rem;
        top: calc(50% - 1.3rem);
    }
    .secDetailspager.lazyloaded .moreIn::after{
        background-size: 0.4rem auto;
    }
    .secDetailspager .moreIntxt{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_12);
    }
}
@media only screen and (max-width:374px){
    .secDetailspager .moreIn{
        min-width: 8rem;
    }
    .secDetailspager .newslink::after{
        width: calc(100% - 8rem - 1.6rem);
    }
    .secDetailspager .next .moreIn{
        padding-right:calc(2.6rem + 0.5rem);
    }
    .secDetailspager .prev .moreIn{
        padding-left:calc(2.6rem + 0.5rem);
    }
}
@media only screen and (min-width:1216px){
    .secDetailspager .pagerInner + .secCmnBack{
        position: absolute;
        left: calc(50% - 12rem);
        top: calc(10rem + ((33rem / 2) - 3rem));
    }
}
@media only screen and (max-width:1215px){
    .secDetailspager .pagerInner + .secCmnBack{
        margin-top: 4rem;
    }
}