@charset "utf-8";
/*-----------------------------------------------
    index
-----------------------------------------------*/
@media only screen and (max-width:1215px){
    .secCmnTit .titEng{
        width: 30.2rem;
    }
    .secCmnTit {
        margin-bottom: 6.2rem;
    }
}

/* secNews */
.secNews{
    margin: 0 auto;
    position: relative;
    padding: 9rem 0;
    z-index: 1;
}
.secNews .secListBox{
    display: flex;
}

/*---------
    左側
----------*/
.secNews .secList{
    /* overflow: hidden; */
    margin-left: 0;
}
.secNews .secList .Tablist{
    display: flex;
    gap: 4rem;
}
.secNews .secList .item{
    width: calc((100% - 4rem) / 2);
}
.secNews .Tablist .linkitem{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--pcFontSize22);
    color: var(--textColor);
    border: 1px solid var(--textColor);
    border-radius: 5rem;
    height: 8rem;
}
.secNews .Tablist .linkitem.active{
    background: var(--textColor);
    color:var(--ColorOrange);
}
.secNews .Tablist .linkitem .titIcon{
    width: 6.7rem;
}
.secNews .Tablist .linkitem .titIcon.no_active{
    display: block;
}
.secNews .Tablist .linkitem .titIcon.active{
    display: none;
}
.secNews .Tablist .linkitem.active .titIcon.no_active{
    display: none;
}
.secNews .Tablist .linkitem.active .titIcon.active{
    display: block;
}
.secNews .boxNewsList{
    display: flex;
    flex-wrap: wrap;
    margin-top: 6rem;
    margin-bottom: 9rem;
}
.secNews .boxNewsList .item{
    width: calc((100% - 7rem) / 3);
    margin-right: 3.5rem;
}
.secNews .boxNewsList .itemLink{
    display: block;
    width: 100%;
    position: relative;
    padding-bottom: 3rem;
    height: 100%
}
.secNews .boxNewsList .itemLink::after{
    content: "";
    width: calc(100% - 3.1rem);
    height: 0.1rem;
    background: var(--textColor);
    position: absolute;
    bottom: 0;
    left: 0;
}
.secNews .boxNewsList .itemLink::before{
    content: "";
    width: 2.1rem;
    height: 2.1rem;
    background: url(../img/topics/iconNext.png) center top / cover;
    position: absolute;
    bottom: -1.05rem;
    right: 0;
}
.secNews .boxNewsList .item:nth-child(3n){
    margin-right: 0;
}
.secNews .boxNewsList .item:nth-child(n+4){
    margin-top: 6rem;
}
.secNews .boxNewsList .item:last-child{
    margin-right: 0;
}
.secNews .boxNewsList .boxImg{
    width: 100%;
    height: 0;
    padding-top: 100%;
}
.secNews .boxNewsList .boxTxt{
    color: var(--textColor);
    display: flex;
    flex-direction: column;
    margin-top: 0.2rem;
}
.secNews .boxNewsList .txtTit{
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_30);
    letter-spacing: var(--pcLetterSpacing16_80);
    margin-bottom: 1rem;
    white-space: normal;
    text-overflow: inherit;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; 
    overflow: hidden;
    max-height: 9rem;
}
.secNews .boxNewsList .boxTabList{
    display: flex;
    flex-wrap: wrap;
    margin-top: 1.8rem;
    margin-bottom: 1rem;
    width: 5.4rem;
}
.secNews .boxNewsList .tab{
    border-radius: 0.5rem;
    padding: 0.5rem 0.8rem;
    font-size: var(--pcFontSize13);
    color: var(--textColor);
    border: 0.1rem solid var(--textColor);
    margin-top: 1rem;
    margin-right: 1rem;
}
.secNews .boxNewsList .txtAbout{
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_30);
    letter-spacing: var(--pcLetterSpacing16_50);
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: 9rem;
    margin-top: 1.6rem;
}
.secNews .txtNone{
    font-size: var(--pcFontSize16);
    letter-spacing: var(--pcLetterSpacing16_50);
    color: var(--textColor);
    text-align: center;
    margin-top: 3rem;
}

/*---------
    右側
----------*/
.secNews .boxRight{
    width: 30rem;
    padding-top: 14rem;
    margin-top: 0rem;
    height: fit-content;
    top: 0;
    left: 0;
    position: sticky;
}
.secNews .boxRight .archiveTitle,
.secNews .boxRight .categoryTitle{
    display: flex;
    align-items: center;
    gap: 1rem;
    border-bottom: 0.1rem solid var(--textColor);
    padding-bottom: 2rem;
}
.secNews .boxRight .titJp{
    font-size: var(--pcFontSize14);
    letter-spacing: var(--pcLetterSpacing14_50);
}
.secNews .boxRight .secArchive + .secCategory{
    margin-top: 5rem;
}
.secNews .boxRight .link{
    font-size: var(--pcFontSize14);
    line-height: var(--pcLineHeight14_26);
    letter-spacing: var(--pcLetterSpacing14_50);
    position: relative;
    padding: 1.5rem;
    border-bottom: 0.1rem solid var(--Colorgray);
    display: block;
}
.secNews .boxRight .link:before{
    content: "";
    position: absolute;
    top: 50%;
    width: 0;
    height: 0;
    border-left: 0.3rem solid transparent;
    border-right: 0.3rem solid transparent;
    border-bottom: 0.5rem solid var(--ColorOrange);
    transform: translateY(-50%) rotate(90deg);
    left: 0;
}
@media only screen and (max-width:1215px){
    .secNews{
        margin: 3rem auto 0;
        padding: 0 0 8rem 0;
    }
    .secNews .secListBox {
        display: block;
    }
    .secNews .secList .item {
        width: calc((100% - 1.5rem) / 2);
    }
    .secNews .secList .Tablist {
        gap: 1.5rem;
    }
    .secNews .Tablist .linkitem {
        font-size: var(--spFontSize15);
        border-radius: 5rem;
        height: 4.5rem;
    }
    .secNews .Tablist .linkitem .titIcon {
        width: 4.7rem;
    }
    .secNews .boxNewsList{
        flex-direction: column;
        margin-top: 3rem;
        margin-bottom: 2rem;
    }
    .secNews .boxNewsList .item{
        width: 100%;
        margin-right: 0;
        margin-bottom: 2rem;
    }
    .secNews .boxNewsList .item:last-child{
        margin-bottom: 0;
    }
    .secNews .boxNewsList .itemLink{
        display: flex;
        width: 100%;
        gap: 1.5rem;
        position: relative;
        padding-bottom: 2rem;
        align-items: center;
    }
    .secNews .boxNewsList .itemLink::after{
        width: 100%;
    }
    .secNews .boxNewsList .item:last-child .itemLink::after{
        display: none;
    }
    .secNews .boxNewsList .itemLink::before{
        bottom: calc(50% - 0.08rem);
    }
    .secNews .boxNewsList .item:nth-child(n+2){
        margin-top: 0;
    }
    .secNews .boxNewsList .boxImg{
        width: 35.825%;
        height: 0;
        padding-top: 35.825%;
        flex-shrink: 0;
    }
    .secNews .boxNewsList .boxTxt{
        margin-top: 0;
        padding-right: 3rem;
    }
    .secNews .boxNewsList .txtTit{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_20);
        letter-spacing: var(--spLetterSpacing12_50);
    }
    .secNews .boxNewsList .boxTabList{
        margin-top: 0.3rem;
        margin-bottom: 0.6rem;
        width: 4.5rem;
    }
    .secNews .boxNewsList .tab{
        height: auto;
        padding: 0.4rem 0.4rem;
        font-size: var(--spFontSize10);
        letter-spacing: var(--spLetterSpacing10_50);
        margin-top: 0.5rem;
        margin-right: 0.5rem;
    }
    .secNews .boxNewsList .txtAbout{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_22);
        letter-spacing: var(--spLetterSpacing12_50);
        max-height: 6.6rem;
        margin-top: 1.2rem;
    }
    .secNews .txtNone{
        font-size: var(--spFontSize12);
        letter-spacing: var(--spLetterSpacing12_50);
        margin-top: 8rem;
    }
    .secNews .archiveTitle .imgRightTxt{
        width: 9.6rem;
    }
    .secNews .categoryTitle .imgRightTxt{
        width: 11.2rem;
    }
    .secNews .imgRightTxt .titJp{
        font-size: var(--spFontSize13);
    }
    .secNews .boxRight .secArchive + .secCategory {
        margin-top: 3rem;
    }

    .secNews .boxRight {
        width: 100%;
        padding-top: 6rem;
        margin-top: 0rem;
        position: relative;
    }
    .secNews .boxRight .link {
        padding: 1rem 1.2rem;
    }
    .secNews .secList{
        overflow: visible;
    }
}

/* secCmnIndexPager */
.secCmnIndexPager{
    /* margin-top: 9rem; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.secCmnIndexPager .boxList{
    display: inline-flex;
    align-items: center;
}
.secCmnIndexPager .btn{
    min-width: 3.5rem;
    height: 3.5rem;
    text-align: center;
}
.secCmnIndexPager .btnPrev .inner{
    position: relative;
}
.secCmnIndexPager .btnPrev .inner:after{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.5rem 0.7rem 0.5rem 0;
    border-color: transparent #000 transparent transparent;
    position: absolute;
    top: calc(50% - 0.5rem);
    left: calc(50% - 0.3rem);
}
.secCmnIndexPager .btnPrev.btnNoEvent .inner:after{
    border-color: transparent #82838e transparent transparent;
}
.secCmnIndexPager .btnNext .inner{
    position: relative;
}
.secCmnIndexPager .btnNext .inner::after{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.5rem 0.7rem 0.5rem 0;
    border-color: transparent #000 transparent transparent;
    position: absolute;
    top: calc(50% - 0.5rem);
    left: calc(50% - 0.3rem);
    transform: scale(-1, 1);
}
.secCmnIndexPager .btnNext.btnNoEvent .inner:after{
    border-color: transparent #82838e transparent transparent;
}
.secCmnIndexPager a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: var(--Colorblack);
}
.secCmnIndexPager .on .inner{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: var(--ColorOrange);
    background: var(--Colorblack);
}
.secCmnIndexPager .btn.dots{
    border: 0;
    background: transparent;
    display: block;
    height: 3rem;
    padding: 0.7rem 0;
    font-size: var(--pcFontSize15);
    color: var(--textColor);
    box-shadow: none;
}
.secCmnIndexPager .inner{
    font-size: var(--pcFontSize15);
    text-decoration: none;
    border-radius: 50%;
}
.secCmnIndexPager .btnPrev,
.secCmnIndexPager .btnNext{
    width: 4.5rem;
    height: 4.5rem;
    text-align: center;
    position: relative;
    flex-shrink: 0;
}
.secCmnIndexPager .btnPrev a,
.secCmnIndexPager .btnNext a{
    background: var(--Colorwhite);
}
.secCmnIndexPager .btnPrev{
    margin-right: 2.5rem;
}
.secCmnIndexPager .btnNext{
    margin-left: 2.5rem;
}
@media only screen and (max-width:1215px){
    .secCmnIndexPager{
        /* margin-top: 2rem; */
    }
    .secCmnIndexPager .btn{
        min-width: 3rem;
        height: 3rem;
        margin: 0 0.2rem;
    }
    .secCmnIndexPager .btnPrev .inner:after{
        border-width: 0.5rem 0.7rem 0.5rem 0;
        top: calc(50% - 0.5rem);
        left: calc(50% - 0.4rem);
    }
    .secCmnIndexPager .btnNext .inner::after{
        border-width: 0.5rem 0.7rem 0.5rem 0;
        top: calc(50% - 0.5rem);
        left: calc(50% - 0.4rem);
        transform: scale(-1, 1);
    }
    .secCmnIndexPager .btn.dots{
        height: 3rem;
        padding: 0.9rem 0;
        font-size: var(--spFontSize13);
    }
    .secCmnIndexPager .inner{
        font-size: var(--spFontSize13);
        padding-bottom: 0.1rem;
    }
    .secCmnIndexPager .btnPrev,
    .secCmnIndexPager .btnNext{
        width: 3.5rem;
        height: 3.5rem;
    }
    .secCmnIndexPager .btnPrev{
        margin-right: 1.5rem;
    }
    .secCmnIndexPager .btnNext{
        margin-left: 1.5rem;
    }
}


/*-----------------------------------------------
    details
-----------------------------------------------*/
.details .secCmnTit .titEng {
    margin-bottom: 3.3rem;
    width: 48.4rem;
}
.details .secCmnTit .titEng img{
    width: 100%;
    height: auto;
}
.details .secCmnTit .titJpn{
    padding-left: 5.1rem;
    font-size: var(--pcFontSize20);
    letter-spacing: var(--pcLetterSpacing20_80);
    font-weight: bold;
    position: relative;
}
.details .secCmnTit .titJpn::after{
    width: 3.5rem;
    height: 1.8rem;
}
@media only screen and (max-width:1215px){
    .details .secCmnTit .titEng{
        width: 24.2rem;
    }
    .details .secCmnTit {
        margin-bottom: 6.1rem;
    }
    .details .secCmnTit .titEng{
        margin-bottom: 1.5rem;
    }
    .details .secCmnTit .titJpn{
        padding-left: 2.8rem;
        font-size: var(--spFontSize13);
        letter-spacing: var(--spLetterSpacing13_80);
    }
    .details .secCmnTit .titJpn::after{
        width: 2rem;
        height: 1rem;
        top: 0.2rem;
    }
}

.details .secNews{
    padding: 4rem 0;
}
.details .secMainImg{
    text-align: center;
}
.details .secMainImg img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    border-radius: 0.5rem;
}
.details .secNews .boxRight {
    padding-top: 0rem;
}
.details .tagFlex{
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 2rem;
}
.details .tagFlex .txtTime{
    font-size: var(--pcFontSize15);
    letter-spacing: var(--pcLetterSpacing15_50);
    color: var(--PlaceholderColor);
}
.details .secMainTit .txtTit{
    font-size: var(--pcFontSize28);
    line-height: var(--pcLineHeight28_45);
    letter-spacing: var(--pcLetterSpacing28_80);
    margin-bottom: 4rem;
}
.details .secEntry{
    margin-top: 3rem;
}
@media only screen and (max-width:1215px){
    .details .secNews .boxRight {
        padding-top: 6rem;
    }
    .details .secNews .boxRight .archiveTitle, 
    .details .secNews .boxRight .categoryTitle {
        padding-bottom: 1.3rem;
    }
}

/*-----------------------------------------------
    secDetailsPager
-----------------------------------------------*/
.secDetailsPager{
    padding: 3rem;
    background: var(--Colorwhite);
    margin: 10rem auto 0;
}
.secDetailsPager .boxImg{
    width: 15rem;
    flex-shrink: 0;
}
.secDetailsPager .boxImg .img{
    padding-top: 100%;
    height: 0;
}
.secDetailsPager .boxTabList .tab {
    border-radius: 0.5rem;
    padding: 0.5rem 0.8rem;
    font-size: var(--pcFontSize13);
    color: var(--textColor);
    border: 0.1rem solid var(--textColor);
    display: inline-block;
}
.secDetailsPager .boxTag {
    display: flex;
    align-items: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.secDetailsPager .txtTit {
    font-size: var(--pcFontSize13);
    line-height: var(--pcLineHeight13_24);
    letter-spacing: var(--pcLetterSpacing13_80);
    margin-bottom: 1rem;
    white-space: normal;
    text-overflow: inherit;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: 7.2rem;
}
.secDetailsPager .boxBtnPager {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: flex-end;
}
.secDetailsPager .boxBtnPager:has(.btnPrev) {
    justify-content: space-between;
}
.secDetailsPager .itemLink.btnPrev {
    display: flex;
    gap: 25px;
    width: calc(50% - 4.2rem);
}
.secDetailsPager .itemLink.btnNext {
    display: flex;
    gap: 25px;
    width: calc(50% - 4.2rem);
    justify-content: flex-end;
    flex-direction: row-reverse;
}
.secDetailsPager .boxTag {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.secDetailsPager .btnNext .boxTag {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row-reverse;
    gap: 1rem;
}
.secDetailsPager .btnNext .txtTit {
    text-align: right
}
.secDetailsPager .iconNext{
    display: flex;
    align-items: center;
    gap: 1rem;
}
.secDetailsPager .btnPrev .txtInner{
    transform: rotate(180deg);
}
.secDetailsPager .btnNext .iconNext {
    justify-content: flex-end;
}
.secDetailsPager .itemLink.btnPrev + .btnNext{
    position: relative;
}
.secDetailsPager .boxBtnPager:before{
    content: '';
    position: absolute;
    height: 100%;
    width: 0.1rem;
    background: var(--bgColor);
    left: 50%;
    top: 0;
}

@media only screen and (max-width:1215px){
    .details .secNews {
        padding: 0;
    }
    .details .secNews .secList {
        margin-left: auto;
    }
    .details .tagFlex .iconNew{
        width: 5.5rem;
    }
    .details .tagFlex .boxTabList{
        width: 5.2rem;
    }
    .details .secEntry {
        margin-top: 1.5rem;
    }
    .details .tagFlex {
        gap: 1rem;
        margin-bottom: 1.3rem;
    }
    .details .tagFlex .txtTime {
        font-size: var(--spFontSize11);
        letter-spacing: var(--spLetterSpacing11_50);
    }
    .details .secMainTit .txtTit {
        font-size: var(--spFontSize16);
        line-height: var(--spLineHeight16_28);
        letter-spacing: var(--spLetterSpacing16_50);
        margin-bottom: 2rem;
    }
    
}

/*-----------------------------------------------
    secDetailsPager
-----------------------------------------------*/
.secNews .boxBack .btnBack {
    width: 38rem;
    height: 8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: var(--pcFontSize18);
    letter-spacing: var(--pcLetterSpacing18_50);
    color: var(--textColor);
    border-radius: 0.5rem;
    border: 0.1rem solid var(--textColor);
    margin: 6rem auto 0;
}
/* .secNews .boxBack .btnBack::before {
    content: "";
    position: absolute;
    width: 4.8rem;
    height: 0.7rem;
    top: calc(50% - 0.35rem);
    left: 0px;
    transition: 0.4s;
}
.secNews .boxBack .btnBack:hover::before{
    left: -3rem;
}
.secNews .boxBack .btnBack.lazyloaded::before {
    background: url(../img/common/imgArrowBlack.png) right top / cover no-repeat;
} */
@media only screen and (max-width:1215px){
    .secDetailsPager {
        padding: 2rem;
        margin: 5rem auto 0;
    }
    .secDetailsPager .itemLink.btnPrev {
        display: flex;
        gap: 7px;
        width: 44.78%;
        flex-direction: column;
    }
    .secDetailsPager .itemLink.btnNext {
        flex-direction: column;
        gap: 12px;
        width: 44.78%;
        justify-content: flex-start;
    }
    .secDetailsPager .iconNext .txtInner {
        width: 2.1rem;
        height: 2.1rem;
    }
    .secDetailsPager .txtTit {
        font-size: var(--spFontSize11);
        line-height: var(--spLineHeight11_18);
        letter-spacing: var(--spLetterSpacing11_50);
        margin-bottom: 0rem;
        max-height: 5.2rem;
        order: 1;
    }
    .secDetailsPager .boxTag {
        order: 2;
        margin-bottom: 1.5rem;
    }
    .secDetailsPager .boxTabList {
        width: 4.5rem;
    }
    .secDetailsPager .iconNext {
        display: flex;
        align-items: center;
        gap: 1rem;
        order: 3;
    }
    .secDetailsPager .boxTxt {
        display: flex;
        flex-direction: column;
    }
    .secNews .boxBack .btnBack {
        width: 78.667%;
        height: 5.5rem;
        font-size: var(--spFontSize15);
        letter-spacing: var(--spLetterSpacing15_50);
        margin: 3.5rem auto 0;
    }
}

.secNews .iconNewTxt {
    position: absolute;
    top: -1rem;
    left: -1rem;
    width: 6rem;
    height: 3rem;
    font-size: var(--pcFontSize15);
    background: var(--Coloryellow2);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    font-weight: bold;
    padding-top: 0.3rem;
}
@media only screen and (max-width:1215px){
    .secNews .iconNewTxt {
        top: -0.5rem;
        left: -0.5rem;
        width: 5.5rem;
        height: 2.5rem;
        padding-top: 0.2rem;
    }
}