/* ▼secCmnHero背景 */
.secCmnHero::before{
    background-image: url(../img/voice/imgCmnhero_bg.jpg);
}
@media only screen and (max-width:1215px){
    .secCmnHero::before{
        background-image: url(../img/voice/imgCmnhero_bg_sp.jpg);
    }
}
/* secVoice */
.secVoice{
    margin-top: 2rem;
}
.secVoice .list{
    width: 100%;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: var(--newsBorderColor);
    padding: 4rem 0 6.5rem;
    display: flex;
    flex-wrap: wrap;
}
.secVoice .item{
    width: 31.061%;
    margin-right: 3.4085%;
    height: auto;
}
.secVoice .item:nth-child(3n){
    margin-right: 0;
}
.secVoice .item:nth-child(n+4){
    margin-top: 6.4rem;
}
.secVoice .voiceLink{
    position: relative;
    display: block;
    padding-bottom: 3.5rem;
    height: 100%;
    overflow: visible;
}
.secVoice .imgBox{
    position: relative;
}
.secVoice .img{
    padding-top: 100%;
    overflow: hidden;
    border-radius: 0.4rem;
    z-index: 5;
}
.secVoice .secNewIcon{
    right: 1rem;
    top: -1rem;
}
.secVoice .txtArea{
    width: 100%;
    margin-top: 3rem;
}
.secVoice .area_In{
    min-width: 6rem;
    max-width: 100%;
    display: inline-block;
    background-color: var(--areaColor);
    color: var(--colorWhite);
}
.secVoice .area_txt{
    font-size: var(--pcFontSize13);
    line-height: var(--pcLineHeight13_20);
    font-weight: bold;
    padding: 0.3rem 1.2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}
.secVoice .tit{
    font-size: var(--pcFontSize20);
    line-height: var(--pcLineHeight20_34);
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: calc(var(--pcFontSize20) * var(--pcLineHeight20_34) * 2);
    margin-top: 1.1rem;
}
.secVoice .namebox{
    margin-top: 0.4rem;
}
.secVoice .nametxt{
    font-size: var(--pcFontSize15);
    line-height: var(--pcLineHeight15_30);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.secVoice .secMore_style{
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 15rem);
}
@media only screen and (max-width:1215px){
    .secVoice{
        margin-top: 0.5rem;
    }
    .secVoice .list{
        padding: 2rem 0 3.2rem;
        display: block;
    }
    .secVoice .item{
        width: 100%;
        margin: 0 auto;
    }
    .secVoice .item:nth-child(3n){
        margin: 0 auto;
    }
    .secVoice .item:nth-child(n+2){
        margin-top: 3.4rem;
    }
    .secVoice .voiceLink{
        padding-bottom: 3.5rem;
    }
    .secVoice .imgBox{
        position: relative;
    }
    .secVoice .img{
        border-radius: 0.2rem;
    }
    .secVoice .txtArea{
        margin-top: 2rem;
    }
    .secVoice .area_txt{
        font-size: var(--spFontSize13);
        line-height: var(--spLineHeight13_20);
        padding: 0.3rem 1rem;
    }
    .secVoice .tit{
        font-size: var(--spFontSize15);
        line-height: var(--spLineHeight15_34);
        max-height: calc(var(--spFontSize15) * var(--spLineHeight15_34) * 2);
        margin-top: 0.8rem;
    }
    .secVoice .namebox{
        margin-top: 1rem;
    }
    .secVoice .nametxt{
        font-size: var(--spFontSize13);
        line-height: var(--spLineHeight13_20);
    }
    .secVoice .secMore_style{
        width: 100%;
    }
}
/*-----------------------------------------------
    details
-----------------------------------------------*/
/* secDetailsVoice */
.secDetailsVoice{
    position: relative;
    padding-top: 10rem;
}
.secDetailsVoice::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: var(--bgVoiceColor);
}
@media only screen and (max-width:1215px){
    .secDetailsVoice{
        padding-top: 7rem;
    }
    .secDetailsVoice::after{
        height: 100%;
    }
    .secDetailsVoice:has(.secCmnContact)::after{
        height: calc(100% + 5rem);
        bottom: -5rem;
    }
}
/* secCmnMorebtn */
.secCmnMorebtn,
.secCmnContact{
    position: relative;
    z-index: 10;
}
.secCmnMorebtn .btnLink {
    background: var(--colorWhite);
}
@media only screen and (max-width:1215px){
    .secCmnMorebtn{
        margin-top: 3.2rem;
    }
}
/* secDetailsTop */
.secDetailsTop{
    position: relative;
}
.secDetailsTop::after{
    position: absolute;
    content: "";
    width: 100%;
    height: calc(100% - 15rem);
    left: 0;
    top: 15rem;
    background: var(--bgVoiceColor);
}
.secDetailsTop:not(:has(.imgBox))::after{
    height: calc(100% - 8rem);
    top: 8rem;
}
.secDetailsTop .wrapper{
    border-top: 1px solid;
    border-color: var(--newsBorderColor);
    padding: 6rem 0 0;
    margin-top: 2rem;
    position: relative;
    z-index: 5;
    min-height: 71rem;
}
.secDetailsTop:not(:has(.imgBox)) .wrapper{
    min-height: auto;
}
.secDetailsTop .rightBox{
    width: 60rem;
    margin-left: auto;
}
.secDetailsTop:not(:has(.imgBox)) .rightBox{
    width: 100%;
}
.secDetailsTop .imgBox{
    width: 95rem;
    position: absolute;
    top: 6rem;
    left: calc(50% - 96rem);
}
.secDetailsTop .img{
    padding-top: 68.422%;
    border-radius: 0 5rem 0 0;
    box-shadow: 0 0 0.5rem 0.1rem var(--newsBorderColor_10);
    z-index: 5;
    overflow: hidden;
}
.secDetailsTop .titBox{
    position: relative;
    margin-top: 7rem;
    padding-top: 6.5rem;
}
.secDetailsTop:not(:has(.imgBox)) .titBox{
    margin-top: 0;
}
.secDetailsTop .secNewIcon{
    position: absolute;
    left: 0;
    top: 0;
}
.secDetailsTop .tit{
    font-size: var(--pcFontSize20);
    line-height: var(--pcLineHeight20_36);
    font-weight: bold;
}
.secDetailsTop .txtArea{
    display: flex;
    flex-wrap: wrap;
    margin-top: 2.7rem;
}
.secDetailsTop .area_In{
    min-width: 6rem;
    max-width: 100%;
    display: inline-block;
    background-color: var(--areaColor);
    color: var(--colorWhite);
    margin-right: 1rem;
}
.secDetailsTop .area_txt{
    font-size: var(--pcFontSize13);
    line-height: var(--pcLineHeight13_20);
    font-weight: bold;
    padding: 0.3rem 1.2rem;
    max-width: 100%;
}
.secDetailsTop .nametxt{
    font-size: var(--pcFontSize15);
    line-height: var(--pcLineHeight15_26);
}
.secDetailsTop .pointBox{
    margin-top: 5rem;
}
.secDetailsTop .pointTitBox{
    display: flex;
    padding-left: 4rem;
    position: relative;
}
.secDetailsTop .pointTitBox::after{
    position: absolute;
    content: "";
    width: 3rem;
    height: 0.1rem;
    left: 0;
    top: calc(50% - 0.05rem);
    background: var(--textColor);
}
.secDetailsTop .pointEng{
    width: 4.1rem;
}
.secDetailsTop .pointTit{
    margin-left: 1rem;
    font-size: var(--pcFontSize15);
}
.secDetailsTop .pointList{
    margin-top: 3rem;
    border-bottom: solid 0.1rem var(--statusBorderColor);
}
.secDetailsTop .pointItem{
    border-top: solid 0.1rem var(--statusBorderColor);
    padding: 1.85rem 0;
    display: flex;
}
.secDetailsTop .number{
    width: 2.2rem;
    height: 2.2rem;
    background-color: var(--areaColor);
    color: var(--colorWhite);
    font-size: var(--pcFontSize12);
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 1.3rem;
    flex-shrink: 0;
}
.secDetailsTop .pointTxt{
    font-size: var(--pcFontSize15);
    line-height: var(--pcLineHeight15_22);
}
@media only screen and (max-width:1215px){
    .secDetailsTop{
        position: relative;
    }
    .secDetailsTop::after{
        height: 100%;
        left: 0;
        top: 0;
    }
    .secDetailsTop:not(:has(.imgBox))::after{
        height: 100%;
        top: 0;
    }
    .secDetailsTop .wrapper{
        border: none;
        padding: 0;
        margin-top: 0.5rem;
        min-height: auto;
    }
    .secDetailsTop .wrapper::after{
        position: absolute;
        content: "";
        width: 89.334%;
        height: 0.1rem;
        top: 0;
        left: calc(50% - 44.667%);
        background: var(--newsBorderColor);
    }
    .secDetailsTop .rightBox{
        width: 100%;
        margin: 0 auto;
    }
    .secDetailsTop:not(:has(.imgBox)) .rightBox{
        width: 100%;
    }
    .secDetailsTop .imgBox{
        width: 89.334%;
        position: static;
        margin: 3rem auto 0;
    }
    .secDetailsTop .img{
        border-radius: 0.2rem;
        padding-top: 100%;
    }
    .secDetailsTop .titBox{
        position: relative;
        margin-top: 0;
        padding-top: 0;
    }
    .secDetailsTop:not(:has(.imgBox)) .titBox{
        margin-top: 0;
    }
    .secDetailsTop .secNewIcon{
        left: auto;
        right: 0;
        top: -0.5rem;
    }
    .secDetailsTop .mainTitBox{
        background: var(--colorWhite);
        padding: 1.5rem 5.333% 2rem;
    }
    .secDetailsTop .tit{
        font-size: var(--spFontSize15);
        line-height: var(--spLineHeight15_30);
    }
    .secDetailsTop .txtArea{
        margin: -1rem auto 0;
        width: 89.334%;
        position: relative;
        padding-right: 6rem;
    }
    .secDetailsTop:not(:has(.secNewIcon)) .txtArea{
        padding-right: 0;
    }
    .secDetailsTop .area_txt{
        font-size: var(--spFontSize13);
        line-height: var(--spLineHeight13_20);
        padding: 0.3rem 1rem;
    }
    .secDetailsTop .nametxt{
        font-size: var(--spFontSize13);
        line-height: var(--spLineHeight13_26);
    }
    .secDetailsTop .pointBox{
        margin-top: 3rem;
    }
    .secDetailsTop .pointTitBox{
        padding-left: 4rem;
    }
    .secDetailsTop .pointEng{
        width: 4.1rem;
    }
    .secDetailsTop .pointTit{
        margin-left: 1rem;
        font-size: var(--spFontSize15);
    }
    .secDetailsTop .pointList{
        margin-top: 3rem;
        border-bottom: solid 0.1rem var(--statusBorderColor);
    }
    .secDetailsTop .pointItem{
        border-top: solid 0.1rem var(--statusBorderColor);
        padding: 1.85rem 0;
        display: flex;
    }
    .secDetailsTop .number{
        font-size: var(--spFontSize12);
    }
    .secDetailsTop .pointTxt{
        font-size: var(--spFontSize13);
        line-height: var(--spLineHeight13_22);
    }
}
/* secDetailsEntry */
.secDetailsEntry{
    position: relative;
    z-index: 10;
}
.secDetailsEntry.entry{
    font-size: var(--pcFontSize15);
    line-height: var(--pcLineHeight15_50);
}
.secDetailsEntry.entry h3{
    font-size: var(--pcFontSize30);
}
.secDetailsEntry .titBox{
    margin-bottom: 5rem;
}
.secDetailsEntry .engTit{
    width: 20.2rem;
}
.secDetailsEntry .jpnTit{
    font-size: var(--pcFontSize16);
    font-weight: bold;
    margin-top: 1.5rem;
}
@media only screen and (max-width:1215px){
    .secDetailsEntry.entry{
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_28);
    }
    .secDetailsEntry.entry h3{
        font-size: var(--spFontSize18);
    }
    .secDetailsEntry .titBox{
        margin-bottom: 2.5rem;
        text-align: center;
    }
    .secDetailsEntry .engTit{
        width: 13.5rem;
        margin: 0 auto;
    }
    .secDetailsEntry .jpnTit{
        font-size: var(--spFontSize13);
        margin-top: 0.8rem;
    }
}
/* secMessage */
.secMessage{
    position: relative;
    z-index: 10;
    box-shadow: 0rem 0rem 0.582rem 0.018rem rgba(0, 0, 0, 0.2);
    border-radius: 2rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    margin-top: 8rem;
    background: var(--colorWhite);
    min-height: 50rem;
}
.secMessage:not(:has(.imgBox)){
    min-height: auto;
}
.secMessage .imgBox{
    position: absolute;
    top: 0;
    left: 0;
    width: 38rem;
}
.secMessage .img{
    padding-top: 131.579%;
}
.secMessage .txtBox{
    width: calc(100% - 38rem);
    padding: 5rem 5rem 4rem;
    margin-left: auto;
}
.secMessage:not(:has(.imgBox)) .txtBox{
    width: 100%;
    margin-left: 0;
}
.secMessage .titBox{
    display: flex;
    padding-left: 4rem;
    position: relative;
}
.secMessage .titBox::after{
    position: absolute;
    content: "";
    width: 3rem;
    height: 0.1rem;
    left: 0;
    top: calc(50% - 0.05rem);
    background: var(--textColor);
}
.secMessage .engTit{
    width: 6.6rem;
}
.secMessage .jpnTit{
    margin-left: 1.5rem;
    font-size: var(--pcFontSize15);
}
.secMessage .tit{
    font-size: var(--pcFontSize20);
    line-height: var(--pcLineHeight20_40);
    font-weight: bold;
    margin-top: 2rem;
}
.secMessage .txt{
    font-size: var(--pcFontSize15);
    line-height: var(--pcLineHeight15_34);
    margin-top: 1.5rem;
}
@media only screen and (max-width:1215px){
    .secMessage{
        display: block;
        margin-top: 3rem;
        min-height: auto;
    }
    .secMessage .imgBox{
        position: static;
        width: 100%;
    }
    .secMessage .img{
        padding-top: 59.702%;
    }
    .secMessage .txtBox{
        width: 100%;
        padding: 3rem 2rem;
        margin: 0 auto;
    }
    .secMessage:not(:has(.imgBox)) .txtBox{
        width: 100%;
        margin: 0 auto;
    }
    .secMessage .titBox{
        display: block;
        padding: 0 0 1.3rem;
        position: relative;
        text-align: center;
    }
    .secMessage .titBox::after{
        width: 3rem;
        height: 0.1rem;
        left: calc(50% - 1.5rem);
        top: auto;
        bottom: 0;
    }
    .secMessage .engTit{
        width: 6.6rem;
        margin: 0 auto;
    }
    .secMessage .jpnTit{
        margin: 1.5rem auto 0;
        font-size: var(--spFontSize15);
    }
    .secMessage .tit{
        font-size: var(--spFontSize18);
        line-height: var(--spLineHeight18_25);
        margin-top: 2.5rem;
    }
    .secMessage .txt{
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_28);
        margin-top: 0.8rem;
    }
}
/* secCmnDetailsPager  */
.secCmnDetailsPager{
    margin-top: 11rem;
    padding-top: 5rem;
    z-index: 10;
    border-top: 1px solid;
    border-color: var(--newsBorderColor);
}
.secCmnDetailsPager .Pageritem{
    width: calc((100% - 13rem) / 2);
    max-width: 50%;
}
.secCmnDetailsPager .imgArea{
    width: 15rem;
}
.secCmnDetailsPager .imgBox{
    padding-top: calc(150 / 150 * 100%);
    box-shadow: 0 0 0.5rem 0.1rem var(--newsBorderColor_10);
}
.secCmnDetailsPager .area_In{
    min-width: 6rem;
    max-width: 100%;
    display: inline-block;
    background-color: var(--areaColor);
    color: var(--colorWhite);
}
.secCmnDetailsPager .area_txt{
    font-size: var(--pcFontSize13);
    line-height: var(--pcLineHeight13_20);
    font-weight: bold;
    padding: 0.3rem 1.2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}
.secCmnDetailsPager .tit{
    margin-top: 0.8rem;
}
.secCmnDetailsPager .namebox{
    margin-top: 0rem;
}
.secCmnDetailsPager .nametxt{
    font-size: var(--pcFontSize15);
    line-height: var(--pcLineHeight15_30);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media only screen and (max-width:1215px){
    .secCmnDetailsPager{
        margin-top: 4rem;
        padding-top: 0;
        border-top: none;
    }
    .secCmnDetailsPager .Pageritem{
        width: calc((100% - 3.5rem) / 2);
    }
    .secCmnDetailsPager .txtArea {
        padding-top: 2rem;
    }
    .secCmnDetailsPager .imgArea{
        width: 100%;
    }
    .secCmnDetailsPager .area_txt{
        font-size: var(--spFontSize13);
        line-height: var(--spLineHeight13_20);
        padding: 0.3rem 1rem;
    }
    .secCmnDetailsPager .tit{
        margin-top: 0.8rem;
    }
    .secCmnDetailsPager .namebox{
        margin-top: 0.8rem;
    }
    .secCmnDetailsPager .nametxt{
        font-size: var(--spFontSize11);
        line-height: var(--spLineHeight11_15);
    }
}

/* secDetailsMovie */
.secDetailsMovie{
    margin-top: 8rem;
    border-radius: 0.4rem;
    background: var(--colorWhite);
    box-shadow: 0rem 0rem 0.485rem 0.015rem rgba(0, 0, 0, 0.15);
    padding: 5rem;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
    z-index: 10;
}
.secDetailsMovie .leftBox{
    width: calc(100% - 80rem);
    padding-right: 5rem;
}
.secDetailsMovie .titImg{
    width: 19.1rem;
    margin: 0 auto;
}
.secDetailsMovie .tit{
    font-size: var(--pcFontSize16);
    letter-spacing: var(--pcLetterSpacing16_50);
    font-weight: bold;
    margin-top: 2rem;
    text-align: center;
}
.secDetailsMovie .movieBox{
    width: 80rem;
    position: relative;
    z-index: 10;
}
.secDetailsMovie .movieInner{
    display: block;
    position: relative;
    border-radius: 0.4rem;
    overflow: hidden;
}
.secDetailsMovie .movieInner::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--colorMovie);
}
.secDetailsMovie .movieInner::before{
    position: absolute;
    content: "";
    width: 15.6rem;
    height: 15.6rem;
    top: calc(50% - 7.8rem);
    left: calc(50% - 7.8rem);
    z-index: 5;
}
.secDetailsMovie.lazyloaded .movieInner::before{
    background: url(../img/news/iconDetailsMovie.png) center top / cover;
}
.secDetailsMovie .img{
    padding-top: 56.25%;
    overflow: hidden;
}
@media only screen and (max-width:1215px){
    .secDetailsMovie{
        margin-top: 4.5rem;
        padding: 4rem 2rem 2rem;
        display: block;
    }
    .secDetailsMovie .leftBox{
        width: 100%;
        padding-right: 0;
    }
    .secDetailsMovie .titImg{
        width: 8rem;
        margin: 0 auto;
    }
    .secDetailsMovie .tit{
        font-size: var(--spFontSize13);
        letter-spacing: var(--spLetterSpacing13_50);
        margin-top: 1rem;
    }
    .secDetailsMovie .movieBox{
        width: 100%;
        margin-top: 2rem;
    }
    .secDetailsMovie .movieInner{
        display: block;
        position: relative;
        border-radius: 0.2rem;
        overflow: hidden;
    }
    .secDetailsMovie .movieInner::after{
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: var(--colorMovie);
    }
    .secDetailsMovie .movieInner::before{
        width: 7.8rem;
        height: 7.8rem;
        top: calc(50% - 3.9rem);
        left: calc(50% - 3.9rem);
    }
    .secDetailsMovie .img{
        padding-top: 56.272%;
        overflow: hidden;
    }
}
/*-----------------------------------------------
    youtube_popup
-----------------------------------------------*/
#youtube_popup{
    display: none;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    position: fixed;
    top: 0;
    left: 0;
}
#youtube_popup .popupContainer{
    display: table;
    width: 100%;
    height: 100%;
}
#youtube_popup .popupContents{
    display: table-cell;
    vertical-align: middle;
}
#youtube_popup .popupMain{
    padding: 3rem;
}
@media only screen and (max-width:1215px){
    #youtube_popup .popupMain{
        width: 100%;
        margin: 0 auto;
        padding: 1.5rem;
    }
}

/* secPopup */
#youtube_popup .popup{
    margin: 0 auto;
    position: relative;
}
#youtube_popup .btnClose{
    width: 3rem;
    height: 3rem;
    border-radius: 1.5rem;
    background: var(--textColor);
    border: 0.1rem solid var(--colorWhite);
    position: absolute;
    top: -1.5rem;
    right: -1.5rem;
    z-index: 9999;
    color: var(--colorWhite);
    font-size: var(--pcFontSize18);
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
#youtube_popup .boxYouTube{
    position: relative;
    background: var(--textColor);
}
#youtube_popup .boxYouTube iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
@media only screen and (max-width:1215px){
    #youtube_popup .btnClose{
        width: 2rem;
        height: 2rem;
        top: -1rem;
        right: -1rem;
        font-size: var(--spFontSize12);
    }
}