@charset "utf-8";

body::before{
    content: "";
    display: block;
    background-color: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 1;
    z-index: 99999;
}
body.is-loaded::before{
    animation: fadeOut 1s linear 0s 1 normal both;
}
@keyframes fadeOut {
	0% {
        opacity: 1;
		z-index: 9999;
	}
	100% {
        opacity: 0;
        z-index: -1;
	}
}
@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
		z-index: 9999;
	}
	100% {
		opacity: 0;
        z-index: -1;
	}
}

/*-----------------------------------------------
    index
-----------------------------------------------*/
.secHero{
    position: relative;
    max-height: 100vh;
    min-height: 920px;
    background: rgba(241, 238, 229, 1);
}
.secHero .boxSlider{
    opacity: 0;
    transition: opacity 1s ease-out;
}
.secHero .boxSlider.is-fadeIn{
    opacity: 1;
}
.secHero .swiper-slide{
	max-height: 100vh;
    min-height: 920px;
	height: 50vw;
	position: relative;
	overflow: hidden;
	background: #fff;
}
.secHero .swiper-slide .img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
}
.secHero .swiper-slide .img img{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}
.secHero .swiper-slide-active .img,
.secHero .swiper-slide-duplicate-active .img,
.secHero .swiper-slide-prev .img{
	animation: zoomUp 11s linear 0s 1 normal both;
	-webkit-animation: zoomUp 11s linear 0s 1 normal both;
}
.secHero .imgtxtwrapperCover{
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: flex-end;
    padding-bottom: 120px;
}
.secHero .imgtxtwrapperCover.double{
    padding-bottom: 100px;
}
.secHero .imgtxtwrapper{
    position: relative;
}
.secHero .swiper-slide .imgtxt{
    margin-left: -10px;
    height: 5.625vw;
    max-height: 104px;
    min-height: 75px;
}
.secHero .swiper-slide .imgtxt.double{
    height: 6.875vw;
    max-height: 132px;
    min-height: 92px;
    margin-left: 25px;
}
.secHero .swiper-slide .imgtxt img{
    width: auto;
    height: 100%;
    mix-blend-mode: multiply;
}
@keyframes zoomUp {
	0% {
		transform: scale(1.15);
		-webkit-transform: scale(1.15);
	}
	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}
}
@-webkit-keyframes zoomUp {
	0% {
		transform: scale(1.15);
		-webkit-transform: scale(1.15);
	}
	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}
}
@media only screen and (max-width:767px){
    .secHero{
        max-height: none;
        min-height: 550px;
        background: rgba(241, 238, 229, 1);
    }
    .secHero .boxSlider{
        opacity: 0;
        transition: opacity 1s ease-out;
    }
    .secHero .boxSlider.is-fadeIn{
        opacity: 1;
    }
    .secHero .swiper-slide{
        max-height: none;
        min-height: 550px;
        height: 100%;
    }
    .secHero .imgtxtwrapperCover{
        position: absolute;
        width: 100%;
        height: 100%;
        bottom: 0;
        left: 0;
        display: flex;
        align-items: flex-end;
        padding-bottom: 160px;
    }
    .secHero .imgtxtwrapperCover.double{
        padding-bottom: 125px;
    }
    .secHero .imgtxtwrapperCover.spCover{
        padding-bottom: 145px;
    }
    .secHero .imgtxtwrapper{
        position: relative;
    }
    .secHero .swiper-slide .imgtxt{
        margin: 0 auto;
        height: 40px;
        text-align: center;
        max-height: none;
        min-height: auto;
    }
    .secHero .swiper-slide .imgtxt.double{
        margin: 0 auto;
        height: 99px;
        text-align: center;
        max-height: none;
        min-height: auto;
    }
    .secHero .swiper-slide .imgtxt.spCover{
        height: 63px;
    }
    .secHero .swiper-slide .imgtxt img{
        width: auto;
        height: 100%;
        mix-blend-mode: multiply;
    }
}
@media only screen and (max-width:359px){
    .secHero .swiper-slide .imgtxt.spCover{
        height: 55px;
    }
}
.secHero .txtwrapper{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}
.secHero .txtwrapper .inbox{
    position: relative;
    display: block;
    height: 100%;
}
.secHero .txtwrapper .imgtit{
    position: absolute;
    bottom: 208px;
    left: -25px;
    transition: opacity 1s ease-out;
    opacity: 0;
    height: 32.553vw;
    max-height: 625px;
    min-height: 460px;
}
body.is-loaded .secHero .txtwrapper .imgtit{
    opacity: 1;
}
.secHero .txtwrapper .imgtit img{
    width: auto;
    height: 100%;
    filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 1));
}
.secHero .txtwrapper .inbox .popevent{
    position: absolute;
    bottom: 50px;
    right: 0;
    z-index: 20;
}
.secHero .txtwrapper .inbox .popevent .closebtn{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    pointer-events: all;
    cursor: pointer;
    position: absolute;
    top: calc(0% - 16px);
    right: 10px;
    background: #0c6334;
    z-index: 2;
}
.secHero .txtwrapper .inbox .popevent .closebtn::before,
.secHero .txtwrapper .inbox .popevent .closebtn::after{
    content: "";
    position: absolute;
    width: 18px;
    height: 1px;
    background: #fff;
    top: calc(50% - 0px);
}
.secHero .txtwrapper .inbox .popevent .closebtn::before{
    transform:rotate(45deg);
    left: 7px;
}
.secHero .txtwrapper .inbox .popevent .closebtn::after{
    transform:rotate(-45deg);
    left: 7px;
}
.secHero .txtwrapper .inbox .popevent .link{
    display: block;
    width: 288px;
    text-decoration: none;
    color: #000;
    background-color: #e9e9dd;
    box-shadow: 0px 0px 5.82px 0.18px rgba(79, 75, 70, 0.2);
}
.secHero .txtwrapper .inbox .popevent .link .img{
    width: 100%;
    height: 0;
    padding-top: 67.365%;
}
.secHero .txtwrapper .inbox .popevent .link .txtbox{
    position: relative;
    padding-bottom: 41px;
}
.secHero .txtwrapper .inbox .popevent .link .txtbox .day{
    background: #f7c000;
    text-align: center;
    padding: 5px 10px;
}
.secHero .txtwrapper .inbox .popevent .link .txtbox .day .d_txt{
    font-size:11px;
    letter-spacing: 1.5px;
    line-height: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.secHero .txtwrapper .inbox .popevent .link .txtbox .boxtxt{padding: 8px 20px 0px;}
.secHero .txtwrapper .inbox .popevent .link .txtbox .boxtxt .txt{
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.5px;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; 
    overflow: hidden;
    max-height: 52px
}
.secHero .txtwrapper .inbox .popevent .link .txtbox .imgtxt{
    width: 141px;
    position: absolute;
    left: calc(50% - 70.5px);
    bottom: 20px;
}
.secHero .txtwrapper .inbox .popevent .bnrModel{
    display: block;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}
@media only screen and (max-width:767px){
    .secHero .txtwrapper{
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 2;
        padding: 35px 0 20px;
    }
    .secHero .txtwrapper .inbox{
        position: relative;
        display: block;
        height: auto;
        width: 92%;
    }
    .secHero .txtwrapper .imgtit{
        position: static;
        width: 304px;
        height: auto;
        max-height: none;
        min-height: auto;
        margin: 0 auto;
    }
    .secHero .txtwrapper .imgtit img{
        width: 100%;
        height: auto;
    }
    .secHero .txtwrapper .inbox .popevent{
        position: static;
        margin: 90px auto 0;
    }
    .secHero .txtwrapper .inbox .popevent .link{
        width: 100%;
        padding: 9.5px 8px;
        display: flex;
        align-items: center;
    }
    .secHero .txtwrapper .inbox .popevent .link .img{
        width: 116px;
        height: 0;
        padding-top: 78px;
    }
    .secHero .txtwrapper .inbox .popevent .link .txtbox{
        width: calc(100% - 116px);
        padding: 5px 0 0 10px;
    }
    .secHero .txtwrapper .inbox .popevent .link .txtbox .day{
        padding: 2.5px 5px;
        display: inline-block;
    }
    .secHero .txtwrapper .inbox .popevent .link .txtbox .day .d_txt{
        font-size: 11px;
        letter-spacing: 0.7px;
        line-height: 15px;
    }
    .secHero .txtwrapper .inbox .popevent .link .txtbox .boxtxt{
        padding: 5px 0 0px;
    }
    .secHero .txtwrapper .inbox .popevent .link .txtbox .boxtxt .txt{
        font-size: 11px;
        line-height: 2.09;
        letter-spacing: 0.5px;
        text-align: left;
        max-height: 46px
    }
    .secHero .txtwrapper .inbox .popevent .link .txtbox .imgtxt{
        display: none;
    }
    .secHero .txtwrapper .inbox .popevent .bnrModel{
        display: block;
        box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    }
}
@media only screen and (max-width:359px){
    .secHero .txtwrapper .inbox{
        width: 96%;
    }
}
.secHero .swiper-pagination.swiper-pagination-horizontal{
    text-align: left;
    position: absolute;
    bottom: 58px;
    left: -5px;
    display: flex;
    gap: 0 15px;
}
.secHero .swiper-pagination.swiper-pagination-horizontal .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background: #090a0c;
    margin: 0;
    opacity: 1;
}
.secHero .swiper-pagination-bullet {
    position: relative;
}
.secHero .swiper-pagination-bullet svg {
    position: absolute;
    top: -4px;
    left: -4px;
    margin: auto;
    pointer-events: none;
}
.secHero .swiper-pagination-bullet svg circle {
    fill: transparent;
    stroke: #090a0c;
    stroke-width: 1;
    stroke-dasharray: 0 78.5;
    will-change: stroke-dasharray;
}
.secHero .swiper-pagination-bullet.swiper-pagination-bullet-active svg circle {
    opacity: 1;
    animation-name: loading;
    animation-duration: 4500ms;
    animation-timing-function: linear;
}
.secHero .swiper-pagination-bullet-active{
    opacity: 1;
    background: #96999d!important;
}
@media only screen and (max-width:767px){
    .secHero .swiper-pagination.swiper-pagination-horizontal{
        text-align: center;
        position: absolute;
        bottom: -42px;
        left: 0;
        display: flex;
        justify-content: center;
        gap: 0 10px;
    }
    .secHero .swiper-pagination.swiper-pagination-horizontal .swiper-pagination-bullet{
        width: 8px;
        height: 8px;
    }
    .secHero .swiper-pagination-bullet {
        position: relative;
    }
    .secHero .swiper-pagination-bullet svg {
        position: absolute;
        top: -3px;
        left: -3px;
        margin: auto;
        pointer-events: none;
    }
    .secHero .swiper-pagination-bullet svg circle {
        fill: transparent;
        stroke: #090a0c;
        stroke-width: 1;
        stroke-dasharray: 0 78.5;
        will-change: stroke-dasharray;
    }
}
@keyframes loading {
    0% {
        stroke-dasharray: 0 78.5;
    }
    100% {
        stroke-dasharray: 78.5 78.5;
    }
}

/* secHousing */
.secHousing{
    margin-top: 100px;
    min-height: 738px;
    position: relative;
    z-index: 10;
}
.secHousing .wrapper{
    position: relative;
}
.secHousing .leftTxtBox{
    padding-top: 98px;
}
.secHousing .titFlexBox{
    display: flex;
    align-items: center;
}
.secHousing .jpnTit{
    font-size: 17px;
    line-height: 1.5;
    margin-left: 15px;
}
.secHousing .tit{
    font-size: 35px;
    letter-spacing: 2px;
    line-height: 2;
    margin-top: 8px;
}
.secHousing .txtBox{
    margin-top: 20px;
}
.secHousing .txt{
    font-size: 15px;
    line-height: 2.13;
    letter-spacing: 1px;
}
.isDesktopIpad .secHousing .txt{
    font-size: 12px;
    letter-spacing: normal;
}
.secHousing .txt + .txt{
    margin-top: 33px;
}
.secHousing .rightImgBox{
    position: absolute;
    right: 0;
    top: 0;
}
@media only screen and (max-width:767px){
    .secHousing{
        margin-top: 38px;
        min-height: auto;
    }
    .secHousing .wrapper{
        position: relative;
        margin-top: 30px;
    }
    .secHousing .leftTxtBox{
        padding: 18px 4% 0;
    }
    .secHousing .titFlexBox{
        display: block;
    }
    .secHousing .engTit{
        width: 158px;
    }
    .secHousing .jpnTit{
        font-size: 14px;
        margin: 12px 0 0;
    }
    .secHousing .tit{
        font-size: 18px;
        letter-spacing: 0;
        margin-top: 15px;
    }
    .secHousing .txtBox{
        margin-top: 14px;
    }
    .secHousing .txt{
        font-size: 12px;
        line-height: 2.08;
        letter-spacing: 0;
    }
    .secHousing .txt + .txt{
        margin-top: 0;
    }
    .secHousing .rightImgBox{
        max-width: 168px;
        width: 44.8%;
    }
    .secHousing .linkList{
        display: flex;
        margin: 0 4%;
    }
    .secHousing .linkItem{
        width: calc(50% - 7.5px);
    }
    .secHousing .linkItem:nth-child(2){
        margin-left: auto;
    }
    .secHousing .linkInner{
        background: #141413;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        color: #fff;
        height: 30px;
        font-size: 11px;
    }
    .secHousing .linkTxt{
        position: relative;
        padding-left: 20px;
    }
    .secHousing .linkTxt::after{
        position: absolute;
        content: "";
        width: 13px;
        height: 11px;
        left: 0;
        top: calc(50% - 5.5px);
    }
    .secHousing .linkItem:nth-child(2) .linkTxt::after{
        height: 12px;
        top: calc(50% - 6px);
    }
    .secHousing .linkTxt.lazyloaded::after{
        background: url(../img/index/iconHousinglink01.gif) center top / cover;
    }
    .secHousing .linkItem:nth-child(2) .linkTxt.lazyloaded::after{
        background: url(../img/index/iconHousinglink02.gif) center top / cover;
    }
}
@media only screen and (max-width:374px){
    .secHousing .tit{
        font-size: 16px;
        letter-spacing: 0;
    }
    .secHousing .txt{
        font-size: 11px;
        letter-spacing: 0;
    }
}
@media only screen and (max-width:359px){
    .secHousing .tit{
        font-size: 14px;
    }
    .secHousing .txt{
        font-size: 10px;
    }
}
/* secQuality */
.secQuality{
    display: none;
}
@media only screen and (max-width:767px){
    .secQuality{
        display: block;
        margin-top: 10px;
    }
    .secQuality .wrapper{
        position: relative;
    }
    .secQuality .engTitImg{
        position: relative;
        width: 329px;
        left: calc(50% - 164.5px);
        top: 0;
    }
    .secQuality .list{
        position: relative;
        margin-top: -28px;
    }
    .secQuality .item:nth-child(n+2){
        margin-top: 10px;
    }
    .secQuality .inner{
        display: flex;
        align-items: center;
        text-decoration: none;
        color: #fff;
        background: #333333;
        border-radius: 4px;
        padding: 10px;
    }
    .secQuality .leftBox{
        width: calc(100% - 80px);
        padding-left: 5px;
        display: flex;
        align-items: center;
    }
    .secQuality .leftTitImg{
        width: 64px;
    }
    .secQuality .leftTxtBox{
        margin-left: 10px;
    }
    .secQuality .leftTxt{
        font-size: 18px;
        line-height: 1.55;
    }
    .secQuality .viewTxt{
        margin-top: 10px;
        font-size: 12px;
        display: inline-block;
        position: relative;
    }
    .secQuality .viewTxt::after{
        position: absolute;
        content: "";
        width: 60px;
        height: 10px;
        right: -70px;
        top: calc(50% - 5px);
    }
    .secQuality .viewTxt.lazyloaded::after{
        background: url(../img/index/iconQualityView.gif) center top / cover;
    }
    .secQuality .rightImgBox{
        width: 80px;
        border-radius: 4px;
        overflow: hidden;
    }
}
@media only screen and (max-width:374px){
    .secQuality .engTitImg{
        width: 95.363%;
        left: calc(50% - 47.6815%);
    }
    .secQuality .leftTxt{
        font-size: 16px;
    }
    .secQuality .viewTxt::after{
        width: 50px;
        height: 8px;
        right: -60px;
        top: calc(50% - 4px);
    }
}
@media only screen and (max-width:359px){
    .secQuality .leftTitImg{
        width: 55px;
    }
    .secQuality .leftTxt{
        font-size: 12px;
    }
    .secQuality .viewTxt{
        font-size: 10px;
    }
    .secQuality .viewTxt::after{
        width: 40px;
        height: 7px;
        right: -50px;
        top: calc(50% - 3.5px);
    }
}
/* secAward */
.secAward{
    margin-top: 100px;
    background: #f2efe4;
}
.secAward .wrapper{
    padding: 95px 0 80px;
    position: relative;
}
.secAward .topAwardImg{
    position: absolute;
    left: -40px;
    top: -18px;
}
.secAward .titBox{
    display: flex;
    justify-content: flex-end;
}
.secAward .jpnTit{
    font-size: 20px;
    line-height: 2.5;
    letter-spacing: 1.2px;
    margin-top: 22px;
}
.secAward .list{
    margin-top: 65px;
    display: flex;
    justify-content: center;
}
.secAward .img{
    width: 17.334%;
    margin-right: 3.3325%;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0px 0px 5.82px 0.18px rgba(79, 75, 70, 0.2);
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 30px 0 32px;
}
.secAward .img:last-child{
    margin-right: 0;
}
.secAward .txtNum{
    font-size: 18px;
    letter-spacing: 1.2px;
}
.secAward .txtNum .num{
    font-size: 90px;
    vertical-align: -2px;
}
.secAward .txtNum .txtBig{
    display: block;
    font-size: 24px;
    margin-top: 10px;
}
.secAward .txtNum .star{
    display: flex;
    gap: 0 6px;
    margin-top: 12px;
}
.secAward .logo{
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
}
.secAward .txtAward{
    font-size: 15px;
    line-height: 1.6;
    text-align: center;
}
.secAward .linkList{
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
.secAward .linkItem{
    width: 350px;
    margin-right: 20px;
}
.secAward .linkItem:nth-child(2){
    margin-right: 0;
}
.secAward .linkInner{
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #000000;
    border: solid 1px #000000;
    height: 60px;
    font-size: 16px;
}
@media only screen and (max-width:767px){
    .secAward{
        margin-top: 50px;
    }
    .secAward .wrapper{
        padding: 40px 0 50px;
    }
    .secAward .topAwardImg{
        width: 131px;
        left: auto;
        right: 0;
        top: -28px;
    }
    .secAward .titBox{
        display: block;
    }
    .secAward .engTitImg{
        width: 261px;
    }
    .secAward .jpnTit{
        font-size: 12px;
        line-height: 2.08;
        letter-spacing: 0;
        margin-top: 13px;
    }
    .secAward .list{
        margin-top: 23px;
        flex-wrap: wrap;
    }
    .secAward .img{
        width: calc(50% - 7.5px);
        margin-right: 15px;
        padding: 4.5vw 0;
    }
    .secAward .img:nth-child(2n){
        margin-right: 0;
    }
    .secAward .img:nth-child(n+3){
        margin-top: 15px;
    }
    .secAward .txtNum{
        font-size: 4vw;
        letter-spacing: 0.05em;
    }
    .secAward .txtNum.isStar{
        display: flex;
        gap: 0 1vw;
    }
    .secAward .txtNum .num{
        font-size: 10vw;
        margin: 0 0.8vw;
    }
    .secAward .txtNum .txtBig{
        display: inline;
        font-size: 4vw;
        margin-top: 10px;
    }
    .secAward .txtNum .star{
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        gap: 1vw;
        margin-top: 0;
        width: 13.1vw;
    }
    .secAward .txtNum .star img{
        width: 3.7vw;
        height: auto;
    }
    .secAward .logo{
        height: 84px;
        margin: 5px 0;
    }
    .secAward .logo img{
        width: auto;
        height: 84px;
    }
    .secAward .txtAward{
        font-size: 3vw;
    }
    .secAward .linkList{
        display: block;
        margin-top: 30px;
    }
    .secAward .linkItem{
        width: calc(100% - 40px);
        margin: 0 auto;
    }
    .secAward .linkItem:nth-child(2){
        margin: 15px auto 0;
    }
    .secAward .linkInner{
        height: 50px;
        font-size: 15px;
    }
}
/* secCmnBtnBox */
.secCmnBtnBox{
    width: 350px;
    margin: 0 auto;
}
.secCmnBtnBox .btnCmnInner{
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #000000;
    border: solid 1px #000000;
    height: 60px;
    font-size: 16px;
}
@media only screen and (max-width:767px){
    .secCmnBtnBox{
        width: calc(100% - 40px);
    }
    .secCmnBtnBox .btnCmnInner{
        height: 50px;
        font-size: 15px;
    }
}
/* secEvent */
.secEvent{
    margin-top: 80px;
}
.secEvent .titFlexBox{
    display: flex;
    align-items: center;
}
.secEvent .engTit{
    flex-shrink: 0;
}
.secEvent .jpnTit{
    width: calc(100% - 176px);
    padding-left: 15px;
    font-size: 17px;
    position: relative;
}
.secEvent .jpnTit::after,
.secEvent .jpnTit::before{
    position: absolute;
    content: "";
}
.secEvent .jpnTit::after{
    width: calc(100% - 180px);
    height: 1px;
    right: 0;
    top: calc(50% - 0.5px);
    background: #d6d6d6;
}
.secEvent .jpnTit::before{
    width: 30px;
    height: 3px;
    left: 180px;
    top: calc(50% - 1.5px);
    background: #0c6334;
    z-index: 10;
}
.secEvent .list{
    margin-top: 50px;
}
.secEvent .item{
    height: auto;
}
.secEvent .item:nth-child(n+2){
    margin-top: 30px;
}
.secEvent .item:nth-child(n+6){
    display: none;
}
.secEvent .inner{
    position: relative;
    box-shadow: 0px 0px 5.82px 0.18px rgba(79, 75, 70, 0.2);
    padding: 20px;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #000000;
    height: 100%;
}
.secEvent .iconNew{
    position: absolute;
    top: -20px;
    left: 25px;
}
.secEvent .imgBox{
    width: 288px;
}
.secEvent .img{
    padding-top: 67.362%;
}
.secEvent .txtBox{
    width: calc(100% - 288px);
    padding: 0 0 0 50px;
}
.secEvent .tagList{
    display: flex;
}
.secEvent .tagItem{
    font-size: 14px;
    color: #fff;
    background: #f7c000;
    padding: 7px 19px;
}
.secEvent .tagItem.event{
    background: #a73939;
}
.secEvent .tagItem.news{
    background: #4a878d;
}
.secEvent .tagItem.before{
    background: #aacbc1;
}
.secEvent .tagItem.end{
    background: #38392c;
}
.secEvent .tit{
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 1.5;
    margin-top: 25px;
    /* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 54px; */
}
.secEvent .txt{
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 1.5;
    margin-top: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.secEvent .viewTxt{
    margin-top: 20px;
    font-size: 14px;
    letter-spacing: 0.5px;
    display: inline-block;
    position: relative;
}
.secEvent .viewTxt::after{
    position: absolute;
    content: "";
    width: 150px;
    height: 10px;
    right: -162px;
    top: calc(50% - 5px);
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.secEvent .viewTxt.lazyloaded::after{
    background: url(../img/index/iconEventView.gif) center top / cover;
}
.secEvent .inner:hover .viewTxt::after{
    right: -172px;
}
.secEvent .secCmnBtnBox{
    margin-top: 50px;
}
@media only screen and (max-width:767px){
    .secEvent{
        margin-top: 50px;
    }
    .secEvent .titFlexBox{
        display: block;
    }
    .secEvent .engTit{
        width: 231px;
    }
    .secEvent .jpnTit{
        width: 100%;
        padding-left: 0;
        margin-top: 13px;
        font-size: 14px;
    }
    .secEvent .jpnTit::after{
        width: calc(100% - 130px);
    }
    .secEvent .jpnTit::before{
        left: 130px;
    }
    .secEvent .list{
        margin-top: 40px;
        display: flex;
        flex-wrap: wrap;
    }
    .secEvent .item{
        width: 100%;
    }
    .secEvent .item:nth-child(n+2){
        margin-top: 15px;
        width: calc(50% - 7.5px);
    }
    .secEvent .item:nth-child(2n){
        margin-right: 15px;
    }
    .secEvent .inner{
        padding: 15px 15px 30px;
        display: block;
    }
    .secEvent .item:nth-child(n+2) .inner{
        padding: 10px 10px 42px;
    }
    .secEvent .iconNew{
        top: -25px;
        left: 25px;
    }
    .secEvent .imgBox{
        width: 100%;
    }
    .secEvent .img{
        padding-top: 67.302%;
    }
    .secEvent .item:nth-child(n+2) .img{
        padding-top: 66.897%;
    }
    .secEvent .txtBox{
        width: 100%;
        padding: 20px 0 0;
    }
    .secEvent .item:nth-child(n+2) .txtBox{
        padding: 10px 0 0;
    }
    .secEvent .tagItem{
        font-size: 14px;
        padding: 7px 19px;
    }
    .secEvent .item:nth-child(n+2) .tagItem{
        font-size: 11px;
        padding: 4.5px 8.5px;
    }
    .secEvent .tit{
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 1.75;
        margin-top: 10px;
        /* max-height: 56px; */
    }
    .secEvent .item:nth-child(n+2) .tit{
        font-size: 11px;
        line-height: 1.63;
        /* -webkit-line-clamp: 3;
        max-height: 54px; */
        margin-top: 6px;
    }
    .secEvent .txt{
        font-size: 13px;
        letter-spacing: 1.5px;
        margin-top: 8px;
    }
    .secEvent .item:nth-child(n+2) .txt{
        display: none;
    }
    .secEvent .viewTxt{
        margin-top: 15px;
        font-size: 14px;
        letter-spacing: 0.5px;
    }
    .secEvent .viewTxt::after{
        width: 150px;
        height: 10px;
        right: -162px;
        top: calc(50% - 5px);
    }
    .secEvent .inner:hover .viewTxt::after{
        right: -162px;
    }
    .secEvent .item:nth-child(n+2) .viewTxt{
        margin-top: 0;
        font-size: 12px;
        letter-spacing: 0;
        position: absolute;
        left: 10px;
        bottom: 20px;
    }
    .secEvent .item:nth-child(n+2) .viewTxt::after{
        width: 50px;
        height: 10px;
        right: -55px;
    }
    .secEvent .item:nth-child(n+2) .viewTxt.lazyloaded::after{
        background: url(../img/index/iconEventView02.gif) center top / cover;
    }
    .secEvent .item:nth-child(n+2) .inner:hover .viewTxt::after{
        right: -55px;
    }
    .secEvent .secCmnBtnBox{
        margin-top: 28px;
    }
}
/* secNews */
/* .secNews{
    margin-top: 80px;
}
.secNews .titFlexBox{
    display: flex;
    align-items: center;
}
.secNews .engTit{
    flex-shrink: 0;
}
.secNews .jpnTit{
    width: calc(100% - 152px);
    padding-left: 15px;
    font-size: 17px;
    position: relative;
}
.secNews .jpnTit::after,
.secNews .jpnTit::before{
    position: absolute;
    content: "";
}
.secNews .jpnTit::after{
    width: calc(100% - 110px);
    height: 1px;
    right: 0;
    top: calc(50% - 0.5px);
    background: #d6d6d6;
}
.secNews .jpnTit::before{
    width: 30px;
    height: 3px;
    left: 110px;
    top: calc(50% - 1.5px);
    background: #0c6334;
    z-index: 10;
}
.secNews .list{
    margin-top: 68px;
    display: flex;
    flex-wrap: wrap;
}
.secNews .item{
    width: 22.334%;
    height: auto;
    margin-right: 3.5546%;
}
.secNews .item:last-child{
    margin-right: 0;
}
.secNews .inner{
    position: relative;
    display: block;
    text-decoration: none;
    color: #000000;
    height: 100%;
}
.secNews .iconNew{
    position: absolute;
    top: -40px;
    left: 10px;
}
.secNews .imgBox{
    position: relative;
    z-index: 10;
    box-shadow: 0px 0px 5.82px 0.18px rgba(79, 75, 70, 0.2);
}
.secNews .img{
    padding-top: 67.165%;
}
.secNews .txtBox{
    margin-top: 15px;
}
.secNews .tit{
    font-size: 12px;
    letter-spacing: 0.5px;
    line-height: 1.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.secNews .txt{
    font-size: 15px;
    line-height: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 60px;
    margin-top: 10px;
}
.secNews .secCmnBtnBox{
    margin-top: 54px;
}
@media only screen and (max-width:767px){
    .secNews{
        margin-top: 50px;
    }
    .secNews .titFlexBox{
        display: block;
    }
    .secNews .engTit{
        width: 92px;
    }
    .secNews .jpnTit{
        width: 100%;
        padding-left: 0;
        margin-top: 14px;
        font-size: 14px;
    }
    .secNews .jpnTit::after{
        width: calc(100% - 70px);
    }
    .secNews .jpnTit::before{
        left: 70px;
    }
    .secNews .list{
        margin-top: 8px;
        display: block;
    }
    .secNews .item{
        width: 100%;
        margin-right: 0;
    }
    .secNews .inner{
        border-bottom: solid 1px #eaeaea;
        padding: 15px 0;
        display: flex;
        align-items: center;
    }
    .secNews .iconNew{
        position: static;
        font-size: 11px;
        width: 46px;
        height: 20px;
        flex-shrink: 0;
        margin-left: 7px;
        border-radius: 0;
    }
    .secNews .imgBox{
        width: 121px;
    }
    .secNews .img{
        padding-top: 66.116%;
    }
    .secNews .txtBox{
        width: calc(100% - 121px);
        padding: 0 0 0 13px;
        margin-top: 0;
    }
    .secNews .titBox{
        display: flex;
        align-items: center;
    }
    .secNews .tit{
        font-size: 12px;
        letter-spacing: 0.5px;
        line-height: 1.5;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .secNews .txt{
        font-size: 12px;
        line-height: 1.66;
        max-height: 40px;
        margin-top: 5px;
    }
    .secNews .secCmnBtnBox{
        margin-top: 20px;
    }
} */
/* secLineup */
.secLineup{
    margin-top: 80px;
    padding: 80px 0 130px;
}
.secLineup.lazyloaded{
    background: url(../img/index/bgLineup.jpg) center top / cover;
}
.secLineup .wrapper{
    position: relative;
    z-index: 10;
}
.secLineup .titFlexBox{
    display: flex;
    align-items: center;
}
.secLineup .engTit{
    flex-shrink: 0;
}
.secLineup .jpnTit{
    width: calc(100% - 195px);
    padding-left: 15px;
    font-size: 17px;
    letter-spacing: 1px;
    position: relative;
}
.secLineup .jpnTit::after,
.secLineup .jpnTit::before{
    position: absolute;
    content: "";
}
.secLineup .jpnTit::after{
    width: calc(100% - 160px);
    height: 1px;
    right: 0;
    top: calc(50% - 0.5px);
    background: #ccc6bf;
}
.secLineup .jpnTit::before{
    width: 30px;
    height: 3px;
    left: 160px;
    top: calc(50% - 1.5px);
    background: #0c6334;
    z-index: 10;
}
.secLineup .list{
    margin-top: 100px;
    display: flex;
}
.secLineup .item{
    width: 31.667%;
    height: auto;
    margin-right: 2.4995%;
}
.secLineup .item:last-child{
    margin-right: 0;
}
.secLineup .inner{
    overflow: hidden;
    display: block;
    position: relative;
    text-decoration: none;
    color: #fff;
    height: 100%;
}
.secLineup .txtBox{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    display: flex;
    align-items: flex-end;
    padding: 0 0 40px 40px;
}
.secLineup .tit{
    font-size: 26px;
    margin-top: 25px;
}
.secLineup .item:nth-child(3) .tit{
    margin-top: 22px;
}
.secLineup .viewTxt{
    margin-top: 20px;
    font-size: 14px;
    letter-spacing: 0.5px;
    display: inline-block;
    position: relative;
}
.secLineup .viewTxt::after{
    position: absolute;
    content: "";
    width: 150px;
    height: 10px;
    right: -162px;
    top: calc(50% - 5px);
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.secLineup .viewTxt.lazyloaded::after{
    background: url(../img/index/iconLineupView.png) center top / cover;
}
.secLineup .inner:hover .viewTxt::after{
    right: -172px;
}
@media only screen and (max-width:767px){
    .secLineup{
        margin-top: 50px;
        padding: 50px 0 50px;
    }
    .secLineup.lazyloaded{
        background: url(../img/index/bgLineup_sp.jpg) center top / cover;
    }
    .secLineup .titFlexBox{
        display: block;
    }
    .secLineup .engTit{
        width: 119px;
    }
    .secLineup .jpnTit{
        width: 100%;
        padding-left: 0;
        font-size: 14px;
        letter-spacing: normal;
        margin-top: 15px;
    }
    .secLineup .jpnTit::after{
        width: calc(100% - 110px);
    }
    .secLineup .jpnTit::before{
        left: 110px;
    }
    .secLineup .list{
        margin-top: 28px;
        display: block;
    }
    .secLineup .item{
        width: 100%;
        height: auto;
        margin-right: 0;
    }
    .secLineup .item:nth-child(n+2),
    .secLineup .item:last-child{
        margin: 14px auto 0;
    }
    .secLineup .inner{
        border: solid 1px #fff;
        box-shadow: 0px 0px 5.82px 0.18px rgba(79, 75, 70, 0.2);
    }
    .secLineup .txtBox{
        align-items: center;
        padding: 0 19px 5px;
    }
    .secLineup .item:nth-child(1) .titImg{
        width: 156px;
    }
    .secLineup .item:nth-child(2) .titImg{
        width: 105px;
    }
    .secLineup .item:nth-child(3) .titImg{
        width: 141px;
    }
    .secLineup .tit{
        font-size: 22px;
        margin-top: 20px;
    }
    .secLineup .item:nth-child(3) .tit{
        margin-top: 15px;
    }
    .secLineup .viewTxt{
        margin-top: 20px;
        font-size: 14px;
        letter-spacing: 0.5px;
    }
    .secLineup .viewTxt::after{
        width: 100px;
        height: 10px;
        right: -112px;
    }
    .secLineup .viewTxt.lazyloaded::after{
        background: url(../img/index/iconLineupView_sp.png) center top / cover;
    }
    .secLineup .inner:hover .viewTxt::after{
        right: -112px;
    }
}
@media only screen and (max-width:359px){
    .secLineup .tit{
        margin-top: 10px;
    }
    .secLineup .item:nth-child(3) .tit{
        margin-top: 8px;
    }
    .secLineup .viewTxt{
        margin-top: 10px;
    }
}
/* secModel */
.secModel{
    margin-top: 130px;
}
.secModel .wrapper{
    position: relative;
    min-height: 540px;
}
.secModel .modelBox{
    width: calc(100% - 560px);
    padding: 34px 40px 0 0;
}
.secModel .titFlexBox{
    display: flex;
    align-items: center;
}
.secModel .engTit{
    flex-shrink: 0;
}
.secModel .jpnTit{
    font-size: 17px;
    margin-left: 15px;
}
.secModel .tit{
    font-size: 33px;
    line-height: 2.12;
    margin-top: 30px;
}
.secModel .imgBox{
    position: absolute;
    right: 0;
    top: 0;
}
.secModel .imgInBox{
    position: relative;
}
.secModel .iconModel{
    position: absolute;
    bottom: -62px;
    left: -75px;
}
.secModel .txtBox{
    margin-top: 13px;
}
.secModel .tagList{
    display: flex;
    flex-wrap: wrap;
    padding-right: 30px;
}
.secModel .tagItem{
    margin: 20px 20px 0 0;
    display: flex;
}
.secModel .tagTxt{
    position: relative;
    font-size: 16px;
    line-height: 1.5;
    top: -4px;
}
.secModel .iconTab{
    font-size: 11px;
    color: #fff;
    background: #0c6334;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 10px;
    flex-shrink: 0;
}
.secModel .iconTab span{
    position: relative;
    left: -0.5px;
    top: -1px;
}
.secModel .secCmnBtnBox{
    margin: 43px auto 0 0;
}
@media only screen and (max-width:767px){
    .secModel{
        margin-top: 37px;
    }
    .secModel .wrapper{
        min-height: auto;
    }
    .secModel .modelBox{
        width: 100%;
        padding: 0;
    }
    .secModel .titFlexBox{
        display: block;
    }
    .secModel .engTit{
        width: 230px;
    }
    .secModel .jpnTit{
        font-size: 14px;
        margin-left: 0;
        margin-top: 13px;
        position: relative;
    }
    .secModel .jpnTit::after,
    .secModel .jpnTit::before{
        position: absolute;
        content: "";
    }
    .secModel .jpnTit::after{
        width: calc(100% - 95px);
        height: 1px;
        right: 0;
        top: calc(50% - 0.5px);
        background: #ccc6bf;
    }
    .secModel .jpnTit::before{
        width: 30px;
        height: 3px;
        left: 95px;
        top: calc(50% - 1.5px);
        background: #0c6334;
        z-index: 10;
    }
    .secModel .tit{
        font-size: 18px;
        line-height: 2;
        margin-top: 17px;
    }
    .secModel .imgBox{
        position: static;
        margin-top: 20px;
    }
    .secModel .iconModel{
        width: 227px;
        bottom: -238px;
        left: auto;
        right: -28px;
    }
    .secModel .txtBox{
        margin-top: 25px;
    }
    .secModel .tagList{
        display: block;
        padding-right: 0;
    }
    .secModel .tagItem{
        margin: 0;
    }
    .secModel .tagItem:nth-child(n+2){
        margin-top: 11px;
    }
    .secModel .tagTxt{
        font-size: 14px;
        top: -2px;
    }
    .secModel .iconTab{
        margin-right: 5px;
    }
    .secModel .iconTab span{
        left: -0.5px;
        top: 0;
    }
    .secModel .secCmnBtnBox{
        margin: 42px auto 0;
    }
}
@media only screen and (max-width:374px){
    .secModel .tagTxt{
        font-size: 13px;
        top: -2px;
    }
}
@media only screen and (max-width:359px){
    .secModel .tagTxt{
        font-size: 12px;
    }
    .secModel .iconTab span{
        top: -1px;
    }
    .secModel .iconModel{
        right: -45px;
    }
    .secModel .tit{
        font-size: 15px;
    }
}
/* secGallery */
.secGallery{
    margin-top: 170px;
}
.secGallery .titFlexBox{
    display: flex;
    align-items: center;
}
.secGallery .engTit{
    flex-shrink: 0;
}
.secGallery .jpnTit{
    width: calc(100% - 240px);
    padding-left: 15px;
    font-size: 17px;
    position: relative;
}
.secGallery .jpnTit::after,
.secGallery .jpnTit::before{
    position: absolute;
    content: "";
}
.secGallery .jpnTit::after{
    width: calc(100% - 105px);
    height: 1px;
    right: 0;
    top: calc(50% - 0.5px);
    background: #d6d6d6;
}
.secGallery .jpnTit::before{
    width: 30px;
    height: 3px;
    left: 105px;
    top: calc(50% - 1.5px);
    background: #0c6334;
    z-index: 10;
}
.secGallery .boxSlider{
    position: relative;
    width: 872px;
    margin: 78px auto 0;
}
.secGallery .swiper{
    width: 700px;
    margin: 0 auto;
    overflow: visible;
}
.secGallery .swiper-slide{
    height: auto;
}
.secGallery .sliderInner{
    position: relative;
    display: block;
    text-decoration: none;
    color: #000000;
    height: 100%;
    padding-bottom: 38px;
}
.secGallery .swiper-button-prev,
.secGallery .swiper-button-next{
    width: 70px;
    height: 70px;
    margin: 0;
    top: 200px;
    border-radius: 50%;
    display: block;
    z-index: 10;
}
.secGallery .swiper-button-prev{
    left: 0;
}
.secGallery .swiper-button-next{
    right: 0;
}
.secGallery .swiper-button-prev::after,
.secGallery .swiper-button-next::after{
    display: none;
}
.secGallery .swiper-button-prev.lazyloaded{
    background: url(../img/index/imgGalleryBtnPrev.gif) center center / 16px auto no-repeat #333333;
}
.secGallery .swiper-button-next.lazyloaded{
    background: url(../img/index/imgGalleryBtnNext.gif) center center / 16px auto no-repeat #333333;
}
.secGallery .img{
    display: block;
    padding-top: 67%;
}
.secGallery .txtBox{
    margin-top: 25px;
}
.secGallery .tit{
    font-size: 12px;
    line-height: 1.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.secGallery .txt{
    font-size: 15px;
    line-height: 1.5;
    margin-top: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.secGallery .viewTxt{
    font-size: 14px;
    letter-spacing: 0.5px;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
}
.secGallery .viewTxt::after{
    position: absolute;
    content: "";
    width: 150px;
    height: 10px;
    right: -162px;
    top: calc(50% - 5px);
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.secGallery .viewTxt.lazyloaded::after{
    background: url(../img/index/iconEventView.gif) center top / cover;
}
.secGallery .sliderInner:hover .viewTxt::after{
    right: -172px;
}
.secGallery .secCmnBtnBox{
    margin-top: 50px;
}
@media only screen and (max-width:767px){
    .secGallery{
        margin-top: 50px;
    }
    .secGallery .titFlexBox{
        display: block;
    }
    .secGallery .engTit{
        width: 145px;
    }
    .secGallery .jpnTit{
        width: 100%;
        padding-left: 0;
        font-size: 14px;
        margin-top: 15px;
    }
    .secGallery .jpnTit::after{
        width: calc(100% - 70px);
    }
    .secGallery .jpnTit::before{
        left: 70px;
    }
    .secGallery .boxSlider{
        width: 100%;
        margin: 30px auto 0;
    }
    .secGallery .swiper{
        width: calc(100% - 45px);
    }
    .secGallery .sliderInner{
        padding-bottom: 38px;
    }
    .secGallery .swiper-button-prev,
    .secGallery .swiper-button-next{
        width: 35px;
        height: 35px;
        margin: 0;
        top: 22vw;
    }
    .secGallery .swiper-button-prev{
        left: -5px;
    }
    .secGallery .swiper-button-next{
        right: -5px;
    }
    .secGallery .swiper-button-prev.lazyloaded{
        background: url(../img/index/imgGalleryBtnPrev.gif) center center / 8px auto no-repeat #333333;
    }
    .secGallery .swiper-button-next.lazyloaded{
        background: url(../img/index/imgGalleryBtnNext.gif) center center / 8px auto no-repeat #333333;
    }
    .secGallery .txtBox{
        margin-top: 15px;
    }
    .secGallery .tit{
        font-size: 12px;
    }
    .secGallery .txt{
        font-size: 13px;
        margin-top: 6px;
    }
    .secGallery .viewTxt::after{
        right: -162px;
    }
    .secGallery .sliderInner:hover .viewTxt::after{
        right: -162px;
    }
    .secGallery .secCmnBtnBox{
        margin-top: 30px;
    }
}
/* secVoiceBnr */
.secVoiceBnr{
    margin: 80px auto 150px;
    border-radius: 4px;
    display: flex;
    overflow: hidden;
    background: #f2efe4;
}
.secVoiceBnr .leftBox{
    width: 374px;
    text-align: center;
    padding: 106px 0 30px;
}
.secVoiceBnr .jpnTit{
    font-size: 17px;
    margin-top: 19px;
}
.secVoiceBnr .leftTit{
    display: inline-block;
    font-size: 16px;
    margin-top: 45px;
    padding-bottom: 2px;
    border-bottom: solid 1px #666460;
    color: #111010;
    text-decoration: none;
}
.secVoiceBnr .rightBox{
    width: calc(100% - 374px);
    text-decoration: none;
    color: #fff;
    display: block;
    position: relative;
}
.secVoiceBnr .boxSlider{
    opacity: 0;
    transition: opacity 1s ease-out;
    position: relative;
}
.secVoiceBnr .boxSlider.is-fadeIn{
    opacity: 1;
}
.secVoiceBnr .swiper-slide{
	height: 340px;
	position: relative;
	overflow: hidden;
}
.secVoiceBnr .swiper-slide .img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
    /* transform: scale(1.15);
    -webkit-transform: scale(1.15); */
}
.secVoiceBnr .swiper-slide .img::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.7) 100%);
}
.secVoiceBnr .swiper-slide .img img{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}
/* .secVoiceBnr .swiper-slide-active .img,
.secVoiceBnr .swiper-slide-duplicate-active .img,
.secVoiceBnr .swiper-slide-prev .img{
	animation: zoomUp 11s linear 0s 1 normal both;
	-webkit-animation: zoomUp 11s linear 0s 1 normal both;
} */
.secVoiceBnr .swiper-pagination.swiper-pagination-horizontal{
    position: static;
    margin-top: 40px;
}
.secVoiceBnr .swiper-pagination.swiper-pagination-horizontal .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background: #090a0c;
    margin: 0 8px;
    opacity: 1;
}
.secVoiceBnr .swiper-pagination-bullet{
    position: relative;
}
.secVoiceBnr .swiper-pagination-bullet svg{
    position: absolute;
    top: -4px;
    left: -4px;
    margin: auto;
    pointer-events: none;
}
.secVoiceBnr .swiper-pagination-bullet svg circle{
    fill: transparent;
    stroke: #090a0c;
    stroke-width: 1;
    stroke-dasharray: 0 78.5;
    will-change: stroke-dasharray;
}
.secVoiceBnr .swiper-pagination-bullet.swiper-pagination-bullet-active svg circle {
    opacity: 1;
    animation-name: loading;
    animation-duration: 4500ms;
    animation-timing-function: linear;
}
.secVoiceBnr .swiper-pagination-bullet-active{
    opacity: 1;
    background: #96999d!important;
}
.secVoiceBnr .swiper-button-prev,
.secVoiceBnr .swiper-button-next{
    display: none;
}
.secVoiceBnr .txtBox{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10;
    color: #fff;
}
.secVoiceBnr .txtInBox{
    position: relative;
    z-index: 20;
    padding: 255px 30px 0;
}
.secVoiceBnr .tit{
    font-size: 18px;
    line-height: 1.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.secVoiceBnr .txtFlex{
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.secVoiceBnr .txt{
    font-size: 14px;
    line-height: 1.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.secVoiceBnr .viewTxt{
    font-size: 14px;
    letter-spacing: 0.5px;
    margin-left: 18px;
    position: relative;
    padding-right: 160px;
    flex-shrink: 0;
}
.secVoiceBnr .viewTxt::after{
    position: absolute;
    content: "";
    width: 150px;
    height: 10px;
    right: 0;
    top: calc(50% - 5px);
}
.secVoiceBnr.lazyloaded .viewTxt::after{
    background: url(../img/index/iconLineupView.png) center top / cover;
}
.secVoiceBnr .secCmnBtnBox{
    display: none;
}
@media only screen and (max-width:767px){
    .secVoiceBnr{
        margin: 46px auto 50px;
        border-radius: 0;
        display: block;
        background: #fff;
        overflow: visible;
    }
    .secVoiceBnr .leftBox{
        width: 100%;
        text-align: left;
        padding: 0;
    }
    .secVoiceBnr .engTit{
        width: 267px;
    }
    .secVoiceBnr .jpnTit{
        font-size: 14px;
        margin-top: 13px;
        position: relative;
    }
    .secVoiceBnr .jpnTit::after,
    .secVoiceBnr .jpnTit::before{
        position: absolute;
        content: "";
    }
    .secVoiceBnr .jpnTit::after{
        width: calc(100% - 85px);
        height: 1px;
        right: 0;
        top: calc(50% - 0.5px);
        background: #ccc6bf;
    }
    .secVoiceBnr .jpnTit::before{
        width: 30px;
        height: 3px;
        left: 85px;
        top: calc(50% - 1.5px);
        background: #0c6334;
        z-index: 10;
    }
    .secVoiceBnr .leftTit{
        display: none;
    }
    .secVoiceBnr .rightBox{
        width: 100%;
        height: 100%;
        padding: 15px 15px 28px;
        background: #f2efe4;
        margin-top: 30px;
    }
    .secVoiceBnr .boxSlider{
        opacity: 1;
        transition: none;
    }
    .secVoiceBnr .boxSlider.is-fadeIn{
        opacity: 1;
    }
    .secVoiceBnr .swiper-slide{
        height: auto;
        position: relative;
        overflow: hidden;
    }
    .secVoiceBnr .swiper-slide .img{
        width: 100%;
        height: 34.4vw;
        position: static;
        top: 0;
        left: 0;
        transform: scale(1);
        -webkit-transform: scale(1);
    }
    .secVoiceBnr .swiper-slide .img::before{
        display: none;
    }
    .secVoiceBnr .swiper-slide .img img{
        width:100%;
        height:100%;
        position:absolute;
        top:0;
        left:0;
        object-fit: cover;
        font-family: 'object-fit: cover;'
    }
    .secVoiceBnr .swiper-slide-active .img,
    .secVoiceBnr .swiper-slide-duplicate-active .img,
    .secVoiceBnr .swiper-slide-prev .img{
        animation: none;
        -webkit-animation: none;
    }
    .secVoiceBnr .swiper-pagination.swiper-pagination-horizontal{
        display: none;
    }
    .secVoiceBnr .txtBox{
        position: static;
        width: 100%;
        height: auto;
        color: #000000;
    }
    .secVoiceBnr .txtInBox{
        padding: 15px 0 0;
    }
    .secVoiceBnr .tit{
        font-size: 13px;
        line-height: 1.53;
        white-space: normal;
        text-overflow: inherit;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        max-height: 40px;
    }
    .secVoiceBnr .txtFlex{
        display: block;
        margin-top: 13px;
    }
    .secVoiceBnr .txt{
        font-size: 12px;
    }
    .secVoiceBnr .viewTxt{
        font-size: 14px;
        letter-spacing: 0.5px;
        margin: 30px 0 0;
        padding-right: 0;
        display: inline-block;
    }
    .secVoiceBnr .viewTxt::after{
        width: 150px;
        height: 10px;
        right: -162px;
        top: calc(50% - 5px);
    }
    .secVoiceBnr.lazyloaded .viewTxt::after{
        background: url(../img/index/iconVoiceView_sp.gif) center top / cover;
    }
    .secVoiceBnr .swiper-button-prev,
    .secVoiceBnr .swiper-button-next{
        display: block;
        width: 35px;
        height: 35px;
        margin: 0;
        top: 12.5vw;
        border-radius: 50%;
    }
    .secVoiceBnr .swiper-button-prev::after,
    .secVoiceBnr .swiper-button-next::after{
        display: none;
    }
    .secVoiceBnr .swiper-button-prev{
        left: -20px;
    }
    .secVoiceBnr .swiper-button-next{
        right: -20px;
    }
    .secVoiceBnr .swiper-button-prev.lazyloaded{
        background: url(../img/index/imgGalleryBtnPrev.gif) center center / 8px auto no-repeat #333333;
    }
    .secVoiceBnr .swiper-button-next.lazyloaded{
        background: url(../img/index/imgGalleryBtnNext.gif) center center / 8px auto no-repeat #333333;
    }
    .secVoiceBnr .secCmnBtnBox{
        display: block;
        margin: 30px auto 0;
    }
}
/* secQualityPc */
.secQualityPc{
    position: relative;
    padding-top: 100px;
}
.secQualityPc .engTitImg{
    position: absolute;
    left: -220px;
    top: -10px;
}
.secQualityPc .list{
    position: relative;
    z-index: 10;
    display: flex;
}
.secQualityPc .item{
    width: 30.834%;
    height: auto;
    margin-right: 3.749%;
}
.secQualityPc .item:last-child{
    margin-right: 0;
}
.secQualityPc .inner{
    overflow: hidden;
    display: block;
    position: relative;
    text-decoration: none;
    color: #fff;
    height: 100%;
    border-radius: 5px;
}
.secQualityPc .txtBox{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    display: flex;
    align-items: flex-end;
    padding: 0 0 43px 40px;
}
.secQualityPc .tit{
    font-size: 26px;
    margin-top: 25px;
}
.secQualityPc .viewTxt{
    margin-top: 20px;
    font-size: 14px;
    letter-spacing: 0.5px;
    display: inline-block;
    position: relative;
}
.secQualityPc .viewTxt::after{
    position: absolute;
    content: "";
    width: 150px;
    height: 10px;
    right: -162px;
    top: calc(50% - 5px);
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.secQualityPc .viewTxt.lazyloaded::after{
    background: url(../img/index/iconLineupView.png) center top / cover;
}
.secQualityPc .inner:hover .viewTxt::after{
    right: -172px;
}
@media only screen and (max-width:1670px){
    .secQualityPc .engTitImg{
        left: -150px;
    }
}
@media only screen and (max-width:1520px){
    .secQualityPc .engTitImg{
        left: -50px;
    }
}
@media only screen and (max-width:767px){
    .secQualityPc{
        display: none;
    }
}
/* 250604 */
.secAwardlinklist{
    width: 100%;
    margin-top: 50px;
}
.secAwardlinklist .list{
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
}
.secAwardlinklist .item{
    width: calc((100% - 40px) / 2);
    margin-right: 40px;
}
.secAwardlinklist .item:nth-child(2n){
    margin-right: 0;
}
.secAwardlinklist .item:nth-child(n + 3){
    margin-top: 40px;
}
.secAwardlinklist .linkbox{
    display: block;
    width: 100%;
    background-color: #fff;
    text-decoration: none;
    color: #000;
}
.secAwardlinklist .linkInner{
    height: auto;
    border: none;
    align-items: flex-start;
}
.secAwardlinklist .imgArea{
    width:280px;
}
.secAwardlinklist .imgBox{
    width: 100%;
    height: 0;
    padding-top: calc((500 / 750) * 100%);
}
.secAwardlinklist .txtbox{
    flex: 1;
    padding: 20px;
}
.secAwardlinklist .txt{
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 1.5px;
}
@media only screen and (max-width:1200px){
    .secAwardlinklist{
        margin-top: 20px;
    }
    .secAwardlinklist .item{
        width: calc((100% - 20px) / 2);
        margin-right: 20px;
    }
    .secAwardlinklist .linkbox{
        height: 100%;
    }
    .secAwardlinklist .item:nth-child(n + 3){
        margin-top: 20px;
    }
    .secAwardlinklist .linkInner{
        display: block;
    }
    .secAwardlinklist .imgArea{
        width:100%;
    }
    .secAwardlinklist .txtbox{
        padding: 10px;
    }
    .secAwardlinklist .txt{
        font-size: 12px;
        letter-spacing: 0.5px;
    }
}