@charset "utf-8";

.secBg {
    position: relative;
    width: 100%;
}
.secBg .boxMovie{
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
}
.secBg .movie{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.secBg .movie video{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
#main{
    background: #fff;
    position: relative;
    z-index: 5;
}
#footer{
    position: relative;
    z-index: 5;
    color:#222;
}



/*-----------------------------------------------
    index
-----------------------------------------------*/
/* secHero */
.secHero{
    position: relative;
}
#container.naviOpen .secHero{
    filter: blur(10px);
}
.secHero .swiper-slide{
    position: relative;
    overflow: hidden;
    min-height: 840px;
}
.isDesktopIpad .secHero .swiper-slide{
    height: 840px!important;
}
.secHero .swiper-slide .img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.secHero .swiper-slide .img img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    font-family: 'object-fit: cover;'
}
.secHero .txtBox{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: flex-end;
}
.secHero .txtWrapper{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: relative;
    z-index: 10;
    padding-bottom: 110px;
}
.secHero .tit{
    font-size: var(--pcFontSize30);
    letter-spacing: var(--pcLetterSpacing30_10);
    color: var(--colorWhite);
    margin-right: 38px;
}
.secHero .txtEng{
    width: calc(100% - 146px);
    margin-top: 64px;
}
.secHero .item{
    width: 500px;
    position: absolute;
    z-index: 20;
    bottom: 5.73vw;
    left: 0;
}
.secHero .itemInner{
    display: flex;
    align-items: center;
    background: #fdeeef;
    text-decoration: none;
    color: #fff;
    position: relative;
    box-shadow: 0px 0px 12.75px 2.25px rgba(0, 0, 0, 0.2);
}
.secHero .itemInner::after{
    position: absolute;
    content: "";
    width: 45px;
    height: 45px;
    border: solid 1px rgb(255, 255, 255, 0.349);
    border-radius: 50%;
    top: calc(50% - 22.5px);
    right: 30px;
}
.secHero .itemInner::before{
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border: 1px solid;
    transform: rotate(45deg);
    top: calc(50% - 2.5px);
    border-color: #fff #fff transparent transparent;
    right: 51px;
    z-index: 10;
}
.secHero .itemImgBox{
    width: 150px;
    overflow: hidden;
}
.secHero .itemImg{
    padding-top: 86.667%;
}
.secHero .itemTxtBox{
    padding: 0 95px 0 23px;
    width: calc(100% - 150px);
}
.secHero .itemTit{
    font-size: var(--pcFontSize17);
    line-height: var(--pcLineHeight17_15);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 51px;
}
.secHero .itemEng{
    font-size: var(--pcFontSize10);
    line-height: var(--pcLineHeight10_15);
    letter-spacing: var(--pcLetterSpacing10_15);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 10px;
}
@media only screen and (max-width:767px){
    .secHero{
        height: 100vh;
    }
    .secHero .txtBox{
        padding-top: 86px;
    }
    .secHero .txtWrapper{
        height: 100%;
        padding-bottom: 10px;
        display: flex;
        align-items: flex-start;
        padding: 13vh 0 0 20px;
    }
    .secHero .tit{
        font-size: var(--spFontSize17);
        line-height: var(--spLineHeight17_211);
        letter-spacing: var(--spLetterSpacing17_35);
        color: var(--colorWhite);
        margin-right: 38px;
    }
    .secHero .txtEng{
        position: relative;
        right: 0;
        bottom: 0;
        width: 226px;
        max-width: 100%;
        margin: 14px 0 0;
    }
    .secHero .item{
        width: 100%;
        position: absolute;
        z-index: 20;
        left: 0;
        bottom: 40px;
    }
    .secHero .itemInner::after{
        width: 25px;
        height: 25px;
        top: calc(50% - 12.5px);
        right: 14px;
    }
    .secHero .itemInner::before{
        width: 5px;
        height: 5px;
        top: calc(50% - 2.5px);
        right: 25px;
    }
    .secHero .itemImgBox{
        width: 80px;
    }
    .secHero .itemImg{
        padding-top: 100%;
    }
    .secHero .itemTxtBox{
        padding: 0 45px 0 15px;
        width: calc(100% - 80px);
    }
    .secHero .itemTit{
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_15);
        max-height: 42px;
    }
    .secHero .itemEng{
        font-size: var(--spFontSize10);
        line-height: var(--spLineHeight10_15);
        letter-spacing: var(--spLetterSpacing0);
        margin-top: 5px;
    }
}
@media (orientation: landscape) and (max-width: 767px){
    .secHero{
        min-width: 568px;
        height: auto;
    }
}
/* secCmnTit */
.secCmnTit{
color: #E997BA;
    /*color: #222;*/
text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
}

.txt{
	color:#222;
}
.secCmnTit .engCmnTit{
    font-size: var(--pcFontSize40);
    letter-spacing: var(--pcLetterSpacing40_5);
}
.secCmnTit .jpnCmnTit{
    font-size: var(--pcFontSize15);
    letter-spacing: var(--pcLetterSpacing15_1);
    margin-top: 22px;
}
@media only screen and (max-width:767px){
    .secCmnTit .engCmnTit{
        font-size: var(--spFontSize22);
        letter-spacing: var(--spLetterSpacing22_3);
    }
    .secCmnTit .jpnCmnTit{
        font-size: var(--spFontSize12);
        letter-spacing: var(--spLetterSpacing12_1);
        margin-top: 11px;
    }
}
/* secCmnViewBox */
.secCmnViewBox{
    display: inline-block;
}
.secCmnViewBox .cmnViewInner{
    text-decoration: none;
    color: #3f616a;
    display: inline-block;
}
.secCmnViewBox.secCmnViewBox02 .cmnViewInner{
    color: #fff;
}
.secCmnViewBox .cmnViewTxt{
    position: relative;
    font-size: var(--pcFontSize14);
    letter-spacing: var(--pcLetterSpacing14_1);
    padding-right: 55px;
}
.secCmnViewBox .cmnViewTxt::after{
    position: absolute;
    content: "";
    width: 45px;
    height: 45px;
    top: calc(50% - 22.5px);
    right: 0;
    border: solid 1px rgb(63, 97, 106, 0.502);
    border-radius: 50%;
}
.secCmnViewBox.secCmnViewBox02 .cmnViewTxt::after{
    border: solid 1px rgb(255, 255, 255, 0.502);
}
.secCmnViewBox.lazyloaded .cmnViewTxt::after{
    background: url(https://f-products.info/img/index/iconCmnView01.png) center center / 10px auto no-repeat #fff;
}
.secCmnViewBox.secCmnViewBox02.lazyloaded .cmnViewTxt::after{
    background: url(https://f-products.info/img/index/iconCmnView02.png) center center / 10px auto no-repeat #fdeeef;
}
@media only screen and (max-width:767px){
    .secCmnViewBox{
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .secCmnViewBox .cmnViewInner{
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        border: solid 1px rgb(63, 97, 106, 0.502);
    }
    .secCmnViewBox.secCmnViewBox02 .cmnViewInner{
        border: solid 1px rgb(255, 255, 255, 0.502);
    }
    .secCmnViewBox .cmnViewTxt{
        font-size: var(--spFontSize12);
        letter-spacing: var(--spLetterSpacing12_1);
        padding-right: 20px;
    }
    .secCmnViewBox .cmnViewTxt::after{
        width: 10px;
        height: 10px;
        top: calc(50% - 5px);
        right: 0;
        border: none;
        border-radius: 0;
    }
    .secCmnViewBox.secCmnViewBox02 .cmnViewTxt::after{
        border: none;
    }
    .secCmnViewBox.lazyloaded .cmnViewTxt::after{
        background: url(https://f-products.info/img/index/iconCmnView01.png) center center / 10px auto no-repeat #fff;
    }
    .secCmnViewBox.secCmnViewBox02.lazyloaded .cmnViewTxt::after{
        background: url(https://f-products.info/img/index/iconCmnView02_sp.png) center center / 10px auto no-repeat #fdeeef;
    }
}
/* secTopics */
.secTopics{
    background: #fdeeef;
    padding: 85px 0 80px;
    margin-top: -1px;
}
.secTopics .boxSlider{
    position: relative;
    margin-top: 60px;
}
.secTopics .swiper{
    width: calc(100% + 90px);
}
.secTopics .inner{
    display: block;
    text-decoration: none;
    color: #fff;
}
.secTopics .img{
    padding-top: 56.863%;
    overflow: hidden;
}
.secTopics .txtBox{
    margin-top: 30px;
}
.secTopics .txt{
    font-size: var(--pcFontSize18);
    line-height: var(--pcLineHeight18_166);
    letter-spacing: var(--pcLetterSpacing18_1);
    /* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 60px; */
}
.secTopics .buttonBox{
    position: absolute;
    right: 0;
    top: -130px;
    width: 110px;
    height: 45px;
}
.secTopics .swiper-button-prev,
.secTopics .swiper-button-next{
    position: absolute;
    margin-top: 0;
    width: 45px;
    height: 45px;
    top: 0;
    left: auto;
    right: auto;
    border-radius: 50%;
    display: block;
    border: solid 1px rgb(255, 255, 255, 0.349);
}
.secTopics .swiper-button-prev{
    left: 0;
}
.secTopics .swiper-button-next{
    right: 0;
}
.secTopics .swiper-button-prev::after,
.secTopics .swiper-button-next::after{
    display: none;
}
.secTopics .swiper-button-prev::before,
.secTopics .swiper-button-next::before{
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border: 1px solid;
    transform: rotate(45deg);
    top: calc(50% - 2.5px);
    left: calc(50% - 3px);
}
.secTopics .swiper-button-prev::before{
    border-color: transparent transparent #fff #fff;
    left: calc(50% - 1px);
}
.secTopics .swiper-button-next::before{
    border-color: #fff #fff transparent transparent;
    left: calc(50% - 5px);
}
.secTopics .swiper-horizontal>.swiper-scrollbar,
.secTopics .swiper-scrollbar.swiper-scrollbar-horizontal{
    position: static;
    width: 100%;
    height: 1px;
    border-radius: 0;
    background: rgb(255, 255, 255, 0.149);
    margin-top: 77px;
}
.secTopics .swiper-scrollbar-drag{
    background: #ffffff;
    border-radius: 0;
}
.secTopics .boxSlider.disabled .swiper-slide{
    width: 30.91%;
    margin-right: 3.635%;
}
.secTopics .boxSlider.disabled .swiper-slide:last-child{
    margin-right: 0;
}
@media only screen and (max-width:1800px){
    .secTopics .swiper{
        width: 100%;
    }
}
@media only screen and (max-width:767px){
    .secTopics{
        padding: 45px 0 50px;
        margin-top: 0;
    }
    .secTopics .boxSlider{
        margin-top: 30px;
        width: calc(100% - 5.333%);
        margin-left: auto;
        padding-right: 5.333%;
        overflow: hidden;
    }
    .secTopics .swiper{
        width: 100%;
        margin: 0 auto 0 0;
        overflow: visible;
    }
    .secTopics .img{
        padding-top: 57.05%;
    }
    .secTopics .txtBox{
        margin-top: 12px;
    }
    .secTopics .txt{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_216);
        letter-spacing: var(--spLetterSpacing12_1);
        /* -webkit-line-clamp: 3;
        max-height: 78px; */
    }
    .secTopics .buttonBox{
        display: none;
    }
    .secTopics .swiper-horizontal>.swiper-scrollbar,
    .secTopics .swiper-scrollbar.swiper-scrollbar-horizontal{
        margin: 33px auto 0;
        width: 89.334%;
    }
    .secTopics .boxSlider.disabled .swiper-slide,
    .secTopics .boxSlider.disabled .swiper-slide:last-child{
        width: calc(100% - 30px);
        margin: 0 auto 0 0;
    }
}
/* secGallery */
.secGallery{
    position: relative;
    padding-top: 150px;
    margin-top: -1px;
}
.secTopics + .secGallery{
    padding-top: 70px;
}
.secGallery::after{
    position: absolute;
    content: "";
    width: 100%;
    height: calc(100% - 18.5vw);
    top: 0;
    left: 0;
    background: #fdeeef;
}
.secGallery .wrapper{
    width: calc(100% - 120px);
    margin: 0 auto;
    position: relative;
    z-index: 10;
}
.secGallery .list{
    display: flex;
    justify-content: center;
}
.secGallery .item{
    width: calc(50% - 30px);
}
.secGallery .item:nth-child(2){
    margin-left: 60px;
}
.secGallery .inner{
    display: block;
    text-decoration: none;
    position: relative;
    color: #fdeeef;
}
.secGallery .img{
    padding-top: 82.069%;
    overflow: hidden;
}
.secGallery .txtBox{
    width: 380px;
    height: 120px;
    background: #fff;
    color: #E997BA;
    display: flex;
    align-items: center;
    margin-top: -120px;
    position: relative;
    z-index: 20;
}
.secGallery .tit{
    font-size: var(--pcFontSize20);
    letter-spacing: var(--pcLetterSpacing20_2);
    padding: 0 30px 0 39px;
    flex-shrink: 0;
}

.txtBox .fLato{
	font-weight:bold;
	text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
 }

.secGallery .txt{
    font-size: var(--pcFontSize15);
    line-height: var(--pcLineHeight15_173);
    letter-spacing: var(--pcLetterSpacing15_1);
    padding: 0 0 0 30px;
    position: relative;
}
.secGallery .txt::after{
    position: absolute;
    content: "";
    width: 1px;
    height: calc(100% - 14px);
    background: #fdeeef;
    left: 0;
    top: 7px;
}
@media only screen and (max-width:1660px){
    .secGallery .wrapper{
        width: calc(100% - 100px);
    }
}
@media only screen and (max-width:767px){
    .secGallery{
        position: relative;
        padding-top: 50px;
        padding-bottom: 50px;
        margin-top: 0;
    }
    .secTopics + .secGallery{
        padding-top: 0;
    }
    .secGallery::after{
        height: 100%;
    }
    .secGallery .wrapper{
        width: 89.334%;
        margin: 0 auto;
    }
    .secGallery .list{
        display: block;
    }
    .secGallery .item{
        width: 100%;
    }
    .secGallery .item:nth-child(2){
        margin: 40px auto 0;
    }
    .secGallery .img{
        padding-top: 82.09%;
    }
    .secGallery .txtBox{
        width: calc(100% - 40px);
        height: 60px;
        margin-top: -60px;
        background: #fdeeef;
        color: #222;
    }
    .secGallery .tit{
        font-size: var(--spFontSize16);
        letter-spacing: var(--spLetterSpacing13_2);
        padding: 0;
        width: 105px;
        text-align: center;
   }

.txtBox .fLato{
	font-weight:bold !important;
	text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
 }
    .secGallery .txt{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_166);
        letter-spacing: var(--spLetterSpacing12_1);
        padding: 0 0 0 20px;
    }
    .secGallery .txt::after{
        height: calc(100% - 12px);
        top: 6px;
        background: #fff;
    }
}

/* secLpHiraya */
.secLpHiraya{
    margin: 150px auto 0;
    width: calc(100% - 120px);
}
.secLpHiraya .wrapper{
    overflow: hidden;
}

@media only screen and (max-width:767px){
    .secLpHiraya{
        margin: 50px auto 0;
        width: 89.334%;
    }
    .secLpHiraya .wrapper{
        margin: 0 auto;
    }
}
/* secBgBox */
.secBgBox{
    background: #fdeeef;
    margin-top: 120px;
    padding: 0 0 150px;
}
@media only screen and (max-width:767px){
    .secBgBox{
        margin-top: 50px;
        padding: 0 0 70px;
    }
}
/* secWorks */
.secWorks{
    padding-top: 100px;
    position: relative;
}
.secWorks .wrapper{
    position: relative;
}
.secWorks .boxSlider{
    position: relative;
    margin-top: 50px;
    width: 1740px;
}
.secWorks .swiper{
    width: 1380px;
    max-width: calc(100% - 100px);
    margin-left: 0;
    overflow: visible;
}
.secWorks .inner{
    display: block;
    text-decoration: none;
    color: #fff;
}
.secWorks .img{
    padding-top: 100%;
    overflow: hidden;
}
.secWorks .txtBox{
    padding: 38px 0 0;
}
.secWorks .tit{
    font-size: var(--pcFontSize18);
    line-height: var(--pcLineHeight18_15);
    letter-spacing: var(--pcLetterSpacing18_1);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.secWorks .tagList{
    display: flex;
    flex-wrap: wrap;
    margin: 20px -10px 0;
}
.secWorks .tabItem{
    margin: 5px 10px;
}
.secWorks .tabInner{
    display: flex;
    align-items: flex-start;
    text-decoration: none;
    color: #fff;
}
.secWorks .tag01{
    font-size: var(--pcFontSize11);
    color:#fdeeef;
    background: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    
}
.secWorks .tagTxt{
    font-size: var(--pcFontSize11);
    line-height: var(--pcLineHeight11_181);
    margin-left: 9px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 40px;
}
.secWorks .swiper-horizontal>.swiper-scrollbar,
.secWorks .swiper-scrollbar.swiper-scrollbar-horizontal{
    display: none;
}
.secWorks .boxSlider.disabled{
    width: 100%;
}
.secWorks .boxSlider.disabled .swiper{
    width: 100%;
}
.secWorks .boxSlider.disabled .swiper-slide{
    width: 42.308%;
    margin-right: 3.847%;
}
.secWorks .boxSlider.disabled .swiper-slide:last-child{
    margin-right: 0;
}
.secWorks .secCmnViewBox{
    position: absolute;
    top: 15px;
    right: 0;
}
.secWorks .titEngImg{
    position: absolute;
    left: 30px;
    top: 135px;
}
@media only screen and (max-width:1800px){
    .secWorks .titEngImg{
        left: 5px;
    }
}

.secWorks .swiper-button-prev,
.secWorks .swiper-button-next{
    position: absolute;
    margin-top: 0;
    width: 45px;
    height: 45px;
    top: calc(50% - 22.5px);
    left: auto;
    right: auto;
    border-radius: 50%;
    display: block;
    border: solid 1px rgb(255, 255, 255, 0.349);
    background: #fdeeef;
}
.secWorks .swiper-button-prev{
    left: -22.5px;
}
.secWorks .swiper-button-next{
    right: -22.5px;
}
.secWorks .swiper-button-prev::after,
.secWorks .swiper-button-next::after{
    display: none;
}
.secWorks .swiper-button-prev::before,
.secWorks .swiper-button-next::before{
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border: 1px solid;
    transform: rotate(45deg);
    top: calc(50% - 2.5px);
    left: calc(50% - 3px);
}
.secWorks .swiper-button-prev::before{
    border-color: transparent transparent #fff #fff;
    left: calc(50% - 1px);
}
.secWorks .swiper-button-next::before{
    border-color: #fff #fff transparent transparent;
    left: calc(50% - 5px);
}
.secWorks .boxSliderInBox{
    overflow: hidden;
}
@media only screen and (max-width:767px){
    .secWorks{
        padding-top: 40px;
    }
    .secWorks .boxSlider{
        margin-top: 30px;
        width: calc(100% - 5.333%);
        margin-left: auto;
        padding-right: 5.333%;
    }
    .secWorks .swiper{
        width: 100%;
        margin: 0 auto 0 0;
        overflow: visible;
    }
    .secWorks .txtBox{
        padding: 23px 0 0;
    }
    .secWorks .tit{
        font-size: var(--spFontSize15);
        line-height: var(--spLineHeight15_2);
        letter-spacing: var(--spLetterSpacing15_1);
        white-space: normal;
        text-overflow: inherit;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        max-height: 60px;
    }
    .secWorks .tagList{
        margin: 7px -7.5px 0;
    }
    .secWorks .tabItem{
        margin: 5px 7.5px;
    }
    .secWorks .tabInner{
        display: flex;
        align-items: flex-start;
        text-decoration: none;
        color: #fff;
    }
    .secWorks .tag01{
        font-size: var(--spFontSize11);
    }
    .secWorks .tagTxt{
        font-size: var(--spFontSize11);
        line-height: var(--spLineHeight11_181);
        margin-left: 9px;
    }
    .secWorks .boxSlider.disabled{
        width: calc(100% - 5.333%);
    }
    .secWorks .boxSlider.disabled .swiper{
        width: 100%;
    }
    .secWorks .boxSlider.disabled .swiper-slide,
    .secWorks .boxSlider.disabled .swiper-slide:last-child{
        width: calc(100% - 30px);
        margin: 0 auto 0 0;
    }
    .secWorks .swiper-horizontal>.swiper-scrollbar,
    .secWorks .swiper-scrollbar.swiper-scrollbar-horizontal{
        display: block;
        position: static;
        margin: 26px auto 0;
        width: 89.334%;
        height: 1px;
        border-radius: 0;
        background: rgb(255, 255, 255, 0.149);
    }
    .secWorks .swiper-scrollbar-drag{
        background: #ffffff;
        border-radius: 0;
    }
    .secWorks .secCmnViewBox{
        position: static;
        width: 78.667%;
        margin: 40px auto 0;
    }
    .secWorks .titEngImg{
        display: none;
    }
    .secWorks .swiper-button-prev,.secWorks .swiper-button-next{
        display: none;
    }
}
/* secPlan */
.secPlan{
    margin-top: 145px;
    position: relative;
    padding-top: 152px;
    overflow: hidden;
}
.secPlan::after{
    position: absolute;
    content: "";
    width: 1920px;
    height: 1350px;
    top: 0;
    left: calc(50% - 960px);
}
.secPlan.lazyloaded::after{
    background: url(https://f-products.info/img/index/bgPlan.jpg) center top / cover;
}
.secPlan .wrapper{
    position: relative;
    z-index: 10;
}
.secPlan .titImg{
    text-align: center;
}
.secPlan .txtNone{
    color: #fff;
}
@media only screen and (max-width:767px){
    .secPlan{
        margin-top: 50px;
        padding-top: 75px;
    }
    .secPlan::after{
        width: 100%;
        height: 309.334vw;
        top: 0;
        left: 0;
    }
    .secPlan.lazyloaded::after{
        background: url(https://f-products.info/img/index/bgPlan_sp.jpg) center top / cover;
    }
    .secPlan .titImg{
        width: 279px;
        margin: 0 auto;
    }
}
.secPlan .tabList{
    position: relative;
    z-index: 10;
    display: flex;
    margin-top: 8px;
} 
.secPlan .tabItem{
    width: calc(50% - 30px);
    height: auto;
}
.secPlan .tabItem:nth-child(2){
    margin-left: auto;
}
.secPlan .tabInner{
    border: solid 1px #fdeeef;
    text-decoration: none;
    background: #fff;
    color: #fdeeef;
    min-height: 90px;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 20px 300px 20px 59px;
    position: relative;
}
.secPlan .tabInner.active{
    background: #9c9b87;
    color: #fff;
}
.secPlan .tabInner.active::after{
    position: absolute;
    content: "";
    width: 5px;
    height: 90px;
    right: 35px;
    bottom: -30px;
}
.secPlan.lazyloaded .tabInner.active::after{
    background: url(https://f-products.info/img/index/iconArrow.png) center top no-repeat;
}
.secPlan .tabTit{
    font-size: var(--pcFontSize26);
    line-height: var(--pcLineHeight26_15);
    letter-spacing: var(--pcLetterSpacing26_7);
}
.secPlan .tabTxt{
    font-size: var(--pcFontSize11);
    line-height: var(--pcLineHeight11_15);
    letter-spacing: var(--pcLetterSpacing11_15);
    margin-left: 10px;
}
.secPlan .boxImg{
    position: absolute;
    bottom: 0;
    right: 70px;
}
.secPlan .tabItem:nth-child(2) .boxImg{
    right: 63px;
}
@media only screen and (max-width:1450px){
    .secPlan .tabTit{
        font-size: var(--pcFontSize22);
    }
    .secPlan .tabTxt{
        font-size: var(--pcFontSize10);
    }
}
@media only screen and (max-width:767px){
    .secPlan .tabList{
        margin-top: 17px;
    } 
    .secPlan .tabItem{
        width: calc(50% - 7.5px);
    }
    .secPlan .tabInner{
        border-color: #fff;
        flex-flow: column;
        justify-content: center;
        text-align: center;
        padding: 10px 15px 12px;
    }
    .secPlan .tabInner.active::after{
        width: 5px;
        height: 50px;
        right: 10px;
        bottom: -21px;
    }
    .secPlan.lazyloaded .tabInner.active::after{
        background: url(https://f-products.info/img/index/iconArrow_sp.png) center top / cover;
    }
    .secPlan .tabTit{
        font-size: var(--spFontSize17);
        line-height: var(--spLineHeight17_15);
        letter-spacing: var(--spLetterSpacing17_5);
    }
    .secPlan .tabTxt{
        font-size: var(--spFontSize10);
        line-height: var(--spLineHeight10_15);
        letter-spacing: var(--spLetterSpacing10_15);
        margin: 9px auto 0;
    }
    .secPlan .boxImg{
        display: none;
    }
}
.secPlan .boxContents{
    margin-top: 70px;
}
.secPlan .boxSlider:nth-child(2){
    display: none;
}
.secPlan .swiperCover{
    position: relative;
    width: 510px;
    margin: 0 auto;
}
.secPlan .swiper{
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: visible;
}
.secPlan .swiper-slide{
    height: auto;
}
.secPlan .inner{
    background-color: #ecf0f1;
    display: block;
    text-decoration: none;
    color: #373730;
    height: 100%;
}
.secPlan .topBox{
    display: flex;
    padding-right: 30px;
}
.secPlan .boxLeft{
    width: 100px;
    height: 100px;
    background: #9c9b87;
    padding: 5px;
    display: flex;
    justify-content: center;
    flex-flow: column;
    text-align: center;
}
.secPlan .leftTxt{
    font-size: var(--pcFontSize23);
    line-height: var(--pcLineHeight23_15);
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.secPlan .floorTxt{
    font-size: var(--pcFontSize12);
    line-height: var(--pcLineHeight12_15);
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.secPlan .spanTxt{
    font-size: var(--pcFontSize18);
    letter-spacing: var(--pcLetterSpacing18_1);
}
.secPlan .rightBox{
    width: calc(100% - 120px);
    margin-left: 20px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.15);
    padding: 6px 0 4px;
    display: flex;
    justify-content: center;
    flex-flow: column;
}
.secPlan .plamTxt{
    font-size: var(--pcFontSize13);
    line-height: var(--pcLineHeight13_15);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.secPlan .itemTit{
    font-size: var(--pcFontSize20);
    line-height: var(--pcLineHeight20_15);
    letter-spacing: var(--pcLetterSpacing20_1);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 1px;
    font-weight: 700;
}
.secPlan .imgBox{
    padding: 30px;
}
.secPlan .imgSub{
    width: 100%;
    padding: 14px;
    border: solid 1px rgba(202, 209, 202, 0.6);
    background: #fff;
    position: relative;
}
.secMainList .imgSub:not(:has(img)){
    border: none;
    background: none;
}
.secPlan .imgSub:nth-child(2){
    margin: 26px auto 0;
}
.secPlan .img02{
    padding-top: 64.286%;
}
@media only screen and (max-width:767px){
    .secPlan .boxContents{
        margin-top: 40px;
    }
    .secPlan .swiperCover{
        width: 85.075%;
        min-width: 285px;
    }
    .secPlan .swiper{
        overflow: hidden;
    }
    .secPlan .swiper-slide{
        height: auto;
    }
    .secPlan .inner{
        background: #fff;
    }
    .secPlan .topBox{
        display: block;
        padding-right: 0;
    }
    .secPlan .boxLeft{
        width: 100%;
        height: auto;
        padding: 5px;
        flex-flow: row;
    }
    .secPlan .leftTxt{
        font-size: var(--spFontSize20);
        line-height: var(--spLineHeight20_15);
        letter-spacing: var(--spLetterSpacing20_1);
        max-width: 50%;
    }
    .secPlan .leftTxt + .floorTxt{
        margin-left: 3px;
    }
    .secPlan .floorTxt{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_15);
        max-width: 50%;
    }
    .secPlan .spanTxt{
        font-size: var(--spFontSize20);
        letter-spacing: var(--spLetterSpacing20_1);
    }
    .secPlan .rightBox{
        width: calc(100% - 40px);
        margin: 0 auto;
        padding: 12px 0;
        display: block;
    }
    .secPlan .plamTxt{
        display: none;
    }
    .secPlan .itemTit{
        font-size: var(--spFontSize13);
        line-height: var(--spLineHeight13_15);
        letter-spacing: var(--spLetterSpacing0);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-top: 1px;
        font-weight: 700;
        text-align: center;
    }
    .secPlan .imgBox{
        padding: 20px 12.5px 15px;
    }
    .secPlan .topImg{
        padding-top: 100%;
    }
    .secPlan .imgSub{
        width: 100%;
        padding: 9px;
    }
    .secPlan .imgSub:last-child{
        margin: 10px auto 0;
    }
    .secPlan .img02{
        padding-top: 65%;
    }
}
/* member */
.secPlan .memberOnly .topImg::after,
.secPlan .memberOnly .imgSub::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    backdrop-filter: blur(4px);
}
.secPlan .boxMember{
    position: absolute;
    width: 100%;
    height: calc(100% - 100px);
    left: 0;
    bottom: 0;
    text-align: center;
    font-family: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
}
.secPlan .boxMember::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(130, 129, 111,0.75);
}
.secPlan .memberInner{
    position: relative;
    z-index: 10;
}
.secPlan .titEng{
    text-align: center;
}
.secPlan .titMember{
    font-size: var(--pcFontSize20);
    letter-spacing: var(--pcLetterSpacing20_1);
    font-weight: 700;
    color: #fff;
    margin-top: 10px;
    position: relative;
}
.secPlan .titMember::after{
    position: absolute;
    content: "";
    width: 50px;
    height: 1px;
    background: #fff;
    left: calc(50% - 25px);
    bottom: -20px;
}
.secPlan .memberTxt{
    font-size: var(--pcFontSize13);
    line-height: var(--pcLineHeight13_23);
    font-weight: 700;
    color: #fff;
    margin-top: 30px;
}
.secPlan .btn{
    width: 320px;
    height: 70px;
    border-radius: 35px;
    font-size: var(--pcFontSize18);
    background: #fff;
    color: #fdeeef;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 23px auto 0;
    font-weight: 700;
}
.secPlan .btn + .btn{
    margin-top: 20px;
}
.secPlan .btn.loginBtn{
    border: solid 1px #fff;
    color: #fff;
    background: transparent;
    font-size: var(--pcFontSize15);
}
@media only screen and (max-width:767px){
    .secPlan .boxMember{
        height: calc(100% - 85.5px);
        padding-top: 6px;
    }
    .secPlan .memberInner{
        width: 100%;
    }
    .secPlan .titEng{
        width: 213px;
        margin: 0 auto;
    }
    .secPlan .titMember{
        font-size: var(--spFontSize15);
        letter-spacing: var(--spLetterSpacing15_1);
        margin-top: 16px;
    }
    .secPlan .titMember::after{
        bottom: -20px;
    }
    .secPlan .memberTxt{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_2);
        margin-top: 32px;
    }
    .secPlan .btn{
        width: 295px;
        height: 50px;
        border-radius: 25px;
        font-size: var(--spFontSize15);
        margin: 25px auto 0;
        max-width: calc(100% - 40px);
    }
    .secPlan .btn + .btn{
        margin-top: 15px;
    }
    .secPlan .btn.loginBtn{
        font-size: var(--spFontSize15);
    }
}
.secPlan .swiper-button-prev,
.secPlan .swiper-button-next{
    position: absolute;
    margin-top: 0;
    width: 45px;
    height: 45px;
    top: calc(50% - 22.5px);
    left: auto;
    right: auto;
    border-radius: 50%;
    display: block;
    border: solid 1px rgb(255, 255, 255, 0.349);
    background: #fdeeef;
}
.secPlan .swiper-button-prev{
    left: -22.5px;
}
.secPlan .swiper-button-next{
    right: -22.5px;
}
.secPlan .swiper-button-prev::after,
.secPlan .swiper-button-next::after{
    display: none;
}
.secPlan .swiper-button-prev::before,
.secPlan .swiper-button-next::before{
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border: 1px solid;
    transform: rotate(45deg);
    top: calc(50% - 2.5px);
    left: calc(50% - 3px);
}
.secPlan .swiper-button-prev::before{
    border-color: transparent transparent #fff #fff;
    left: calc(50% - 1px);
}
.secPlan .swiper-button-next::before{
    border-color: #fff #fff transparent transparent;
    left: calc(50% - 5px);
}
@media only screen and (max-width:767px){
    .secPlan .swiper-button-prev,
    .secPlan .swiper-button-next{
        width: 32px;
        height: 32px;
        top: calc(50% - 16px);
    }
    .secPlan .swiper-button-prev{
        left: -8px;
    }
    .secPlan .swiper-button-next{
        right: -8px;
    }
    .secPlan .swiper-button-prev::before,
    .secPlan .swiper-button-next::before{
        width: 5px;
        height: 5px;
        top: calc(50% - 2.5px);
        left: calc(50% - 3px);
    }
    .secPlan .swiper-button-prev::before{
        left: calc(50% - 1px);
    }
    .secPlan .swiper-button-next::before{
        left: calc(50% - 3px);
    }
}
.secPlan .btnList{
    margin-top: 50px;
    display: flex;
    justify-content: center;
}
.secPlan .btnItem{
    width: 410px;
}
.secPlan .btnItem:nth-child(2){
    margin-left: 40px;
}
.secPlan .btnTit{
    font-size: var(--pcFontSize18);
    letter-spacing: var(--pcLetterSpacing18_1);
    text-align: center;
    color: #fff;
}
.secPlan .btnItem.member .btnTit{
    color: #9c9b87;
}
.secPlan .btnItem.member .iconBtnTit{
    display: inline-block;
    transform: rotate(25deg);
    position: relative;
    right: -3px;
}
.secPlan .viewInner{
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    background: #fff;
    color: #2d2d2d;
    border: solid 1px #282823;
    margin-top: 20px;
    font-size: var(--pcFontSize14);
}
.secPlan .btnItem.member .viewInner{
    background: #9c9b87;
    color: #fff;
}
.secPlan .viewTxt{
    position: relative;
    padding-right: 145px;
}
.secPlan .viewTxt::after,
.secPlan .viewTxt::before{
    position: absolute;
    content: "";
}
.secPlan .viewTxt::after{
    width: 120px;
    height: 1px;
    top: calc(50% + 0.5px);
    right: 5px;
}
.secPlan .viewTxt::after{
    background: #282823;
}
.secPlan .viewTxt::before{
    width: 7px;
    height: 7px;
    border: 1px solid;
    transform: rotate(45deg);
    top: calc(50% - 2.5px);
    right: 5px;
}
.secPlan .viewTxt::before{
    border-color: #282823 #282823 transparent transparent;
}
@media only screen and (max-width:767px){
    .secPlan .btnList{
        margin-top: 30px;
        display: block;
    }
    .secPlan .btnItem{
        width: 100%;
    }
    .secPlan .btnItem:nth-child(2){
        margin: 15px auto 0;
    }
    .secPlan .btnTit{
        font-size: var(--spFontSize13);
        letter-spacing: var(--spLetterSpacing0);
    }
    .secPlan .btnItem.member .iconBtnTit{
        transform: rotate(25deg);
        right: -3px;
    }
    .secPlan .viewInner{
        height: 50px;
        margin-top: 12px;
        font-size: var(--spFontSize12);
    }
    .secPlan .viewTxt{
        padding-right: 47px;
    }
    .secPlan .viewTxt::after{
        width: 37px;
        height: 1px;
        top: calc(50% + 0.5px);
        right: 2px;
    }
    .secPlan .viewTxt::before{
        width: 5px;
        height: 5px;
        top: calc(50% - 1.5px);
        right: 2px;
    }
    .secPlan .btnItem.member .viewTxt::after{
        background: #fff;
    }
    .secPlan .btnItem.member .viewTxt::before{
        border-color: #fff #fff transparent transparent;
    }
}
/* secConcept */
.secConcept{
    margin: 150px auto 0;
    width: calc(100% - 120px);
}
.secConcept .mainBox{
    position: relative;
}
.secConcept .mainInner{
    display: block;
    text-decoration: none;
    color: #fff;
    position: relative;
}
.secConcept .mainImg{
    overflow: hidden;
}
.secConcept .mainTxtBox{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.secConcept .mainInTxtBox{
    display: flex;
    align-items: center;
}
.secConcept .leftBox{
    position: relative;
    padding-bottom: 25px;
}
.secConcept .leftBox::after{
    position: absolute;
    content: "";
    width: 45px;
    height: 45px;
    border: solid 1px rgb(255, 255, 255, 0.349);
    border-radius: 50%;
    bottom: -45px;
    left: 0;
    background: rgb(27, 67, 78, 0.349);
}
.secConcept .leftBox::before{
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border: 1px solid;
    transform: rotate(45deg);
    bottom: -26px;
    border-color: #fff #fff transparent transparent;
    left: 19px;
    z-index: 10;
}
.secConcept .mainTit{
    font-size: var(--pcFontSize26);
    line-height: var(--pcLineHeight26_345);
    letter-spacing: var(--pcLetterSpacing26_5);
    color:#222;
}
.secConcept .mainTxt{
    font-size: var(--pcFontSize11);
    line-height: var(--pcLineHeight11_363);
    letter-spacing: var(--pcLetterSpacing11_5);
    margin-top: 30px;
    color:#222;
}
.secConcept .mainEngTit{
    width: 667px;
    margin: 70px 0 0 auto;
    color:#222;
}
.secConcept .spEngTit{
    display: none;
}
@media only screen and (max-width:1660px){
    .secConcept .mainTit{
        letter-spacing: var(--pcLetterSpacing26_2);
        line-height: var(--pcLineHeight26_3);
    }
    .secConcept .mainTxt{
        letter-spacing: var(--pcLetterSpacing11_2);
        margin-top: 20px;
    }
    .secConcept .mainEngTit{
        width: 567px;
    }
}

@media only screen and (max-width:767px){
    .secConcept{
        margin: 60px auto 0;
        width: 89.334%;
    }
    .secConcept .mainInner::after{
        position: absolute;
        content: "";
        width: 32px;
        height: 32px;
        border: solid 1px rgb(255, 255, 255, 0.349);
        border-radius: 50%;
        bottom: 20px;
        right: 20px;
        background: rgb(27, 67, 78, 0.349);
    }
    .secConcept .mainInner::before{
        position: absolute;
        content: "";
        width: 6px;
        height: 6px;
        border: 1px solid;
        transform: rotate(45deg);
        bottom: 33px;
        border-color: #fff #fff transparent transparent;
        right: 34px;
        z-index: 10;
    }
    .secConcept .mainImg{
        overflow: hidden;
    }
    .secConcept .mainInTxtBox{
        display: block;
        padding: 0 20px 10px;
    }
    .secConcept .leftBox{
        padding-bottom: 0;
    }
    .secConcept .leftBox::after{
        display: none;
    }
    .secConcept .leftBox::before{
        display: none;
    }
    .secConcept .mainTit{
        font-size: var(--spFontSize18);
        line-height: var(--spLineHeight18_222);
        letter-spacing: var(--spLetterSpacing18_2);
    }
    .secConcept .mainTxt{
        font-size: var(--spFontSize10);
        line-height: var(--spLineHeight10_25);
        letter-spacing: var(--spLetterSpacing10_05);
        margin-top: 8px;
    }
    .secConcept .mainEngTit{
        width: 248px;
        margin: 60px auto 0 0;
    }
    .secConcept .spEngTit{
        display: block;
        position: absolute;
        top: 48px;
        right: 20px;
        width: 11px;
    }
}
@media only screen and (max-width:374px){
    .secConcept .mainTxt{
        letter-spacing: var(--spLetterSpacing0);
    }
    .secConcept .mainEngTit{
        margin: 40px auto 0 0;
    }
}
@media only screen and (max-width:359px){
    .secConcept .mainInTxtBox{
        padding: 0 15px 5px;
    }
    .secConcept .mainEngTit{
        width: 220px;
        margin: 30px auto 0 0;
    }
    .secConcept .spEngTit{
        right: 15px;
    }
    .secConcept .mainInner::after{
        right: 15px;
    }
    .secConcept .mainInner::before{
        right: 29px;
    }
}
.secConcept .list{
    display: flex;
    margin-top: 30px;
}
.secConcept .item{
    width: 100%;
}
.secConcept .inner{
    display: block;
    text-decoration: none;
    color: #fff;
    position: relative;
}
.secConcept .txtInBox::after{
    position: absolute;
    content: "";
    width: 45px;
    height: 45px;
    border: solid 1px rgb(255, 255, 255, 0.349);
    border-radius: 50%;
    bottom: -100px;
    left: 0;
    background: rgb(27, 67, 78, 0.349);
}
.secConcept .txtInBox::before{
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border: 1px solid;
    transform: rotate(45deg);
    bottom: -81px;
    border-color: #fff #fff transparent transparent;
    left: 19px;
    z-index: 10;
}
.secConcept .img{
    overflow: hidden;
}
.secConcept .txtInBox{
    padding: 0 0 10px;
    position: relative;
}
.secConcept .engTit{
    font-size: var(--pcFontSize50);
    letter-spacing: var(--pcLetterSpacing50_6);
}
.secConcept .jpnTit{
    font-size: var(--pcFontSize20);
    line-height: var(--pcLineHeight20_25);
    letter-spacing: var(--pcLetterSpacing20_9);
    margin-top: 40px;
}
@media only screen and (max-width:1660px){
    .secConcept .jpnTit{
        font-size: var(--pcFontSize17);
        letter-spacing: var(--pcLetterSpacing0);
    }
}
@media only screen and (max-width:767px){
    .secConcept .list{
        display: block;
        margin-top: 30px;
    }
    .secConcept .item{
        width: 100%;
    }
    .secConcept .txtInBox::after{
        width: 32px;
        height: 32px;
        bottom: -25px;
        left: auto;
        right: 20px;
        border: solid 1px rgb(106, 134, 142);
        background: rgb(27, 67, 78);
    }
    .secConcept .txtInBox::before{
        bottom: -12px;
        right: 34px;
        left: auto;
    }
    .secConcept .txtBox{
        align-items: center;
    }
    .secConcept .txtInBox{
        padding: 0 20px 30px;
    }
    .secConcept .engTit{
        font-size: var(--spFontSize20);
        letter-spacing: var(--spLetterSpacing20_3);
    }
    .secConcept .jpnTit{
        font-size: var(--spFontSize13);
        line-height: var(--spLineHeight13_276);
        letter-spacing: var(--spLetterSpacing0);
        margin-top: 15px;
    }
}
@media only screen and (max-width:359px){
    .secConcept .txtInBox{
        padding: 0 20px 5px;
    }
}
/* secBlog */
.secBlog{
    margin-top: 140px;
}
.secBlog .wrapper{
    position: relative;
}
.secBlog .secCmnTit{
    color: #fdeeef;
}
.secBlog .boxSlider{
    position: relative;
    margin-top: 50px;
    width: 1740px;
    overflow: visible;
}
.secBlog .swiperCover{
    overflow: hidden;
}
.secBlog .swiper{
    max-width: calc(100% - 50px);
    width: 1560px;
    margin-left: 0;
    overflow: visible;
}
.secBlog .swiper-slide{
    height: auto;
}
.secBlog .inner{
    display: block;
    text-decoration: none;
    color: #000000;
    height: 100%;
    border: solid 1px rgb(202, 209, 202, 0.6);
    padding: 19px 19px 14px;
}
.secBlog .img{
    padding-top: 100%;
    overflow: hidden;
}
.secBlog .txtBox{
    margin-top: 12px;
}
.secBlog .engTit{
    font-size: var(--pcFontSize10);
    line-height: var(--pcLineHeight10_15);
    letter-spacing: var(--pcLetterSpacing10_05);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #a3a3a3;
}
.secBlog .tit{
    font-size: var(--pcFontSize14);
    line-height: var(--pcLineHeight14_185);
    font-weight: bold;
    margin-top: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: 78px;
    height: 78px;
}
.secBlog .deyTit{
    font-size: var(--pcFontSize12);
    line-height: var(--pcLineHeight12_15);
    letter-spacing: var(--pcLetterSpacing12_1);
    margin-top: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.secBlog .swiper-button-prev,
.secBlog .swiper-button-next,
.secBlog .swiper-button-prev::after,
.secBlog .swiper-button-next::after{
    display: none;
}
.secBlog .swiper-horizontal>.swiper-scrollbar,
.secBlog .swiper-scrollbar.swiper-scrollbar-horizontal{
    position: absolute;
    left: 0;
    bottom: 7px;
    width: calc(100% - 200px);
    height: 1px;
    border-radius: 0;
    background: rgb(27, 67, 78, 0.149);
}
.secBlog .swiper-scrollbar-drag{
    background: rgb(27, 67, 78);
    border-radius: 0;
}
.secBlog .boxSlider.disabled{
    width: 100%;
}
.secBlog .boxSlider.disabled .swiper{
    width: calc(100% + 30px);
}
.secBlog .boxSlider.disabled .swiper-slide{
    width: 15.095%;
    margin-right: 1.886%;
}
.secBlog .boxSlider.disabled .swiper-slide:last-child{
    margin-right: 0;
}
.secBlog .secCmnViewBox{
    text-align: right;
    display: block;
    margin-top: 95px;
}
@media only screen and (max-width:1690px){
    .secBlog .boxSlider{
        width: calc(100% + 50px);
    }
    .secBlog .boxSlider.disabled .swiper{
        width: 100%;
    }
}
@media only screen and (max-width:767px){
    .secBlog{
        margin-top: 48px;
    }
    .secBlog .boxSlider{
        margin-top: 28px;
        width: calc(100% - 5.333%);
        margin-left: auto;
        padding-right: 5.333%;
    }
    .secBlog .swiper{
        width: 100%;
        margin: 0 auto 0 0;
        overflow: visible;
    }
    .secBlog .inner{
        padding: 19px 19px 14px;
    }
    .secBlog .txtBox{
        margin-top: 10px;
    }
    .secBlog .engTit{
        font-size: var(--spFontSize10);
        line-height: var(--spLineHeight10_15);
        letter-spacing: var(--spLetterSpacing10_05);
    }
    .secBlog .tit{
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_185);
        margin-top: 5px;
    }
    .secBlog .deyTit{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_15);
        letter-spacing: var(--spLetterSpacing12_1);
        margin-top: 10px;
    }
    .secBlog .swiper-horizontal>.swiper-scrollbar,
    .secBlog .swiper-scrollbar.swiper-scrollbar-horizontal{
        position: static;
        left: 0;
        bottom: 0;
        width: 89.334%;
        height: 1px;
        border-radius: 0;
        background: rgb(27, 67, 78, 0.149);
        margin: 41px auto 0;
    }
    .secBlog .swiper-scrollbar-drag{
        background: rgb(27, 67, 78);
        border-radius: 0;
    }
    .secBlog .boxSlider.disabled{
        width: calc(100% - 5.333%);
    }
    .secBlog .boxSlider.disabled .swiper{
        width: 100%;
    }
    .secBlog .boxSlider.disabled .swiper-slide,
    .secBlog .boxSlider.disabled .swiper-slide:last-child{
        width: calc(100% - 95px);
        margin: 0 auto 0 0;
    }
    .secBlog .secCmnViewBox{
        text-align: center;
        width: 78.667%;
        margin: 40px auto 0;
    }
}
/* secInstagramBnr */
.secInstagramBnr{
    margin-top: 140px;
}
.secInstagramBnr .inner{
    position: relative;
    text-decoration: none;
    color: #fff;
    display: block;
}
.secInstagramBnr .img{
    overflow: hidden;
}
.secInstagramBnr .engImg{
    position: absolute;
    top: calc(50% - 56px);
    left: calc(50% - 529.5px);
    z-index: 10;
}
.secInstagramBnr .txtBox{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 20;
}
.secInstagramBnr .engTit{
    font-size: var(--pcFontSize50);
    letter-spacing: var(--pcLetterSpacing50_1);
    font-weight: 300;
    margin-top: 2px;
}
.secInstagramBnr .txt{
    font-size: var(--pcFontSize11);
    letter-spacing: var(--pcLetterSpacing11_2);
    margin-top: 14px;
}
@media only screen and (max-width:767px){
    .secInstagramBnr{
        margin-top: 50px;
    }
    .secInstagramBnr .engImg{
        display: none;
    }
    .secInstagramBnr .icon{
        width: 38px;
        margin: 0 auto;
    }
    .secInstagramBnr .engTit{
        font-size: var(--spFontSize30);
        letter-spacing: var(--spLetterSpacing30_1);
        margin-top: 13px;
    }
    .secInstagramBnr .txt{
        font-size: var(--spFontSize10);
        letter-spacing: var(--spLetterSpacing10_1);
        margin-top: 22px;
    }
}
/* secCompanyBnr */
.secCompanyBnr{
    margin-top: 150px;
}
.secCompanyBnr .inner{
    position: relative;
    text-decoration: none;
    color: #fff;
    display: block;
}
.secCompanyBnr .img{
    overflow: hidden;
}
.secCompanyBnr .txtBox{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    z-index: 10;
}
.secCompanyBnr .wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.secCompanyBnr .titBox{
    padding-bottom: 70px;
    position: relative;
}

.secCompanyBnr .titBox .txt{
    color:#fff;
}
.secCompanyBnr .titBox::after{
    position: absolute;
    content: "";
    width: 45px;
    height: 45px;
    border: solid 1px rgb(255, 255, 255, 0.349);
    border-radius: 50%;
    bottom: 0;
    left: 0;
}
.secCompanyBnr .titBox::before{
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border: 1px solid;
    transform: rotate(45deg);
    bottom: 19px;
    border-color: #fff #fff transparent transparent;
    left: 19px;
    z-index: 10;
}
.secCompanyBnr .engTit{
    font-size: var(--pcFontSize40);
    letter-spacing: var(--pcLetterSpacing40_5);
}
.secCompanyBnr .tit{
    font-size: var(--pcFontSize26);
    line-height: var(--pcLineHeight26_192);
    letter-spacing: var(--pcLetterSpacing26_8);
}
.secCompanyBnr .txt{
    font-size: var(--pcFontSize11);
    line-height: var(--pcLineHeight11_363);
    letter-spacing: var(--pcLetterSpacing11_5);
    margin-top: 10px;
}
.secCompanyBnr .rightTxt{
    text-align: right;
    font-size: var(--pcFontSize45);
    line-height: var(--pcLineHeight45_2);
    letter-spacing: var(--pcLetterSpacing45_2);
}
@media only screen and (max-width:767px){
    .secCompanyBnr{
        margin-top: 40px;
    }
    .secCompanyBnr .wrapper{
        display: block;
        padding: 0 0 4px;
    }
    .secCompanyBnr .titBox{
        padding: 0 20px;
        position: relative;
    }
    .secCompanyBnr .titBox::after,
    .secCompanyBnr .titBox::before{
        display: none;
    }
    .secCompanyBnr .engTit{
        font-size: var(--spFontSize25);
        letter-spacing: var(--spLetterSpacing25_3);
    }
    .secCompanyBnr .tit{
        font-size: var(--spFontSize20);
        line-height: var(--spLineHeight20_25);
        letter-spacing: var(--spLetterSpacing20_2);
    }
    .secCompanyBnr .txt{
        font-size: var(--spFontSize10);
        line-height: var(--spLineHeight10_3);
        letter-spacing: var(--spLetterSpacing10_2);
        margin-top: 12px;
    }
    .secCompanyBnr .rightTxt{
        text-align: left;
        font-size: var(--spFontSize20);
        line-height: var(--spLineHeight20_225);
        letter-spacing: var(--spLetterSpacing20_2);
        margin-top: 135px;
        padding: 0 20px;
        position: relative;
    }
    .secCompanyBnr .rightTxt::after{
        position: absolute;
        content: "";
        width: 32px;
        height: 32px;
        border: solid 1px rgb(255, 255, 255);
        border-radius: 50%;
        bottom: -50px;
        left: 20px;
    }
    .secCompanyBnr .rightTxt::before{
        position: absolute;
        content: "";
        width: 6px;
        height: 6px;
        border: 1px solid;
        transform: rotate(45deg);
        bottom: -37px;
        border-color: #fff #fff transparent transparent;
        left: 32px;
        z-index: 10;
    }
}
@media only screen and (max-width:359px){
    .secCompanyBnr .wrapper{
        padding-top: 0;
    }
    .secCompanyBnr .titBox{
        padding: 0 15px;
    }
    .secCompanyBnr .tit{
        letter-spacing: var(--spLetterSpacing0);
    }
    .secCompanyBnr .txt{
        letter-spacing: var(--spLetterSpacing0);
        margin-top: 5px;
    }
    .secCompanyBnr .rightTxt{
        letter-spacing: var(--spLetterSpacing0);
        padding: 0 15px;
        margin-top: 110px;
    }
    .secCompanyBnr .rightTxt::after{
        left: 15px;
    }
    .secCompanyBnr .rightTxt::before{
        left: 27px;
    }
}
/* secLineup */
.secLineup{
    padding-top: 95px;
}
.secLineup .wrapper{
    position: relative;
}
.secLineup .swiper-horizontal>.swiper-scrollbar,
.secLineup .swiper-scrollbar.swiper-scrollbar-horizontal{
    display: none;
}
.secLineup .boxSlider{
    margin-top: 50px;
}
.secLineup .swiper-wrapper{
    flex-wrap: wrap;
}
.secLineup .swiper-slide{
    width: calc(50% - 1px);
    margin-right: 2px;
    height: auto;
}
.secLineup .swiper-slide:nth-child(2),
.secLineup .swiper-slide:last-child{
    margin-right: 0;
}
.secLineup .swiper-slide:nth-child(n+3){
    margin-top: 2px;
    width: calc(100% / 3 - 1.3333px);
}
.secLineup .inner{
    position: relative;
    text-decoration: none;
    display: block;
    color: #302c32;
    padding: 0 0 45px;
    background: #dfdfe4;
    height: 100%;
}
.secLineup .inner::after{
    position: absolute;
    content: "";
    width: 45px;
    height: 45px;
    border: solid 1px rgb(160, 158, 151);
    border-radius: 50%;
    bottom: 50px;
    right: 80px;
}
.secLineup .inner::before{
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border: 1px solid;
    transform: rotate(45deg);
    bottom: 69px;
    border-color: rgb(160, 158, 151) rgb(160, 158, 151) transparent transparent;
    right: 100px;
    z-index: 10;
}
.secLineup .topBox{
    position: relative;
    background: #dfdfe4;
}
.secLineup .topTitBox{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 60px 80px 0;
}
.secLineup .tit{
    font-size: var(--pcFontSize34);
    line-height: var(--pcLineHeight34_15);
    letter-spacing: var(--pcLetterSpacing34_2);
    position: relative;
    z-index: 10;
}
.secLineup .txt{
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_175);
    letter-spacing: var(--pcLetterSpacing16_4);
    margin-top: 12px;
    position: relative;
    z-index: 10;
}
.secLineup .inner:hover .tit,.secLineup .inner:hover .txt{
    color: #fff;
}
.secLineup .imgBox{
    position: relative;
    width: 100%;
}
.secLineup .img{
    transition: all 0.8s;
    transition: .5s filter 0s cubic-bezier(.23,1,.32,1), .5s opacity 0s cubic-bezier(.23,1,.32,1);
}
.secLineup .imgHover{
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.8s;
    transition: .5s filter 0s cubic-bezier(.23,1,.32,1), .5s opacity 0s cubic-bezier(.23,1,.32,1);
}
.secLineup .imgHover{
    opacity: 0;
    filter: brightness(1.2);
}
.secLineup .img{
    opacity: 1;
    filter: brightness(1);
    transition: 1s filter 0s cubic-bezier(.23,1,.32,1), 1s opacity 0s cubic-bezier(.23,1,.32,1);
}
.secLineup .inner:hover .imgHover{
    opacity: 1;
    filter: brightness(1);
    transition: 1s filter 0s cubic-bezier(.23,1,.32,1), 1s opacity 0s cubic-bezier(.23,1,.32,1);
}
.secLineup .inner:hover .img{
    opacity: 0;
    filter: brightness(1.2);
}
.secLineup .txtBox{
    margin-top: 18px;
    padding: 0 80px;
}
.secLineup .txtFlex{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.secLineup .txtPrice{
    font-size: var(--pcFontSize14);
    letter-spacing: var(--pcLetterSpacing14_2);
}
.secLineup .spanNum{
    font-size: var(--pcFontSize50);
    letter-spacing: var(--pcLetterSpacing50_3);
    margin-right: 5px;
}
.secLineup .priceSub{
    font-size: var(--pcFontSize12);
    letter-spacing: var(--pcLetterSpacing12_25);
}
.secLineup .tagBox{
    border-top: solid 1px #a09e97;
    margin-top: 20px;
    padding-top: 16px;
    position: relative;
}
.secLineup .tagList{
    display: flex;
    max-width: 350px;
    width: calc(100% - 50px);
    flex-wrap: wrap;
    margin: 0 -5px;
}
.secLineup .tagItem{
    margin: 5px;
    display: flex;
    align-items: flex-start;
}
.secLineup .tagIcon{
    font-size: var(--pcFontSize11);
    color: #fff;
    background: #52a4a1;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.secLineup .tagTxt{
    font-size: var(--pcFontSize11);
    line-height: var(--pcLineHeight11_181);
    margin-left: 5px;
}
.secLineup .swiper-slide:nth-child(n+3) .topTitBox{
    padding: 65px 50.33px 0;
}
.secLineup .swiper-slide:nth-child(n+3) .inner::after{
    right: 50px;
}
.secLineup .swiper-slide:nth-child(n+3) .inner::before{
    right: 70px;
}
.secLineup .swiper-slide:nth-child(n+3) .tit{
    font-size: var(--pcFontSize28);
    line-height: var(--pcLineHeight30_15);
    letter-spacing: var(--pcLetterSpacing30_1);
}
.secLineup .swiper-slide:nth-child(5) .tit{
    letter-spacing: var(--pcLetterSpacing01);
}
.secLineup .swiper-slide:nth-child(n+3) .txt{
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_175);
    letter-spacing: var(--pcLetterSpacing16_4);
    margin-top: 12px;
}
.secLineup .swiper-slide:nth-child(n+3) .txtBox{
    margin-top: 38px;
    padding: 0 50.33px;
}
.secLineup .swiper-slide:nth-child(n+3) .txtPrice{
    font-size: var(--pcFontSize12);
    letter-spacing: var(--pcLetterSpacing12_2);
}
.secLineup .swiper-slide:nth-child(n+3) .spanNum{
    font-size: var(--pcFontSize35);
    letter-spacing: var(--pcLetterSpacing35_2);
    margin-right: 3px;
}
.secLineup .swiper-slide:nth-child(n+3) .priceSub{
    letter-spacing: var(--pcLetterSpacing12_1);
}
.secLineup .txtRunk{
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--pcFontSize16);
    color: #fff;
    position: absolute;
    right: 30px;
    top: 25px;
    background: #c8c8c8;
    border-radius: 50%;
    padding-bottom: 4px;
    z-index: 10;
}
.secLineup .txtRunk::after{
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: #c8c8c8;
    clip-path: polygon(0 0,100% 0,100% 100%,50% 6px,0 100%);
    left: calc(50% - 5px);
    bottom: -8px;
}
.secLineup .txtRunk.rank01,.secLineup .txtRunk.rank01::after{
    background: #968155;
}
.secLineup .txtRunk.rank02,.secLineup .txtRunk.rank02::after{
    background: #b1b5bf;
}
.secLineup .txtRunk.rank03,.secLineup .txtRunk.rank03::after{
    background: #6f493c;
}
@media only screen and (max-width:1660px){
    .secLineup .tit{
        font-size: var(--pcFontSize30);
        line-height: var(--pcLineHeight30_15);
        letter-spacing: var(--pcLetterSpacing0);
    }
    .secLineup .swiper-slide:nth-child(n+3) .tit,
    .secLineup .swiper-slide:nth-child(5) .tit{
        font-size: var(--pcFontSize24);
        line-height: var(--pcLineHeight24_15);
        letter-spacing: var(--pcLetterSpacing0);
    }
    .secLineup .swiper-slide:nth-child(n+3) .txt {
        letter-spacing: var(--pcLetterSpacing16_2);
    }
    .secLineup .swiper-slide:nth-child(n+3) .txtPrice{
        font-size: var(--pcFontSize12);
        letter-spacing: var(--pcLetterSpacing0);
    }
    .secLineup .swiper-slide:nth-child(n+3) .spanNum{
        font-size: var(--pcFontSize35);
        letter-spacing: var(--pcLetterSpacing0);
    }
    .secLineup .swiper-slide:nth-child(n+3) .priceSub{
        letter-spacing: var(--pcLetterSpacing0);
    }
}
@media only screen and (max-width:1560px){
    .secLineup .topTitBox{
        padding: 60px 60px 0;
    }
    .secLineup .swiper-slide:nth-child(n+3) .topTitBox{
        padding: 65px 40.33px 0;
    }
    .secLineup .txtBox{
        padding: 0 60px;
    }
    .secLineup .swiper-slide:nth-child(n+3) .txtBox{
        padding: 0 40.33px;
    }
    .secLineup .inner::after{
        right: 55px;
    }
    .secLineup .inner::before{
        right: 75px;
    }
    .secLineup .swiper-slide:nth-child(n+3) .inner::after{
        right: 35px;
    }
    .secLineup .swiper-slide:nth-child(n+3) .inner::before{
        right: 55px;
    }
    .secLineup .swiper-slide:nth-child(n+3) .tit,
    .secLineup .swiper-slide:nth-child(5) .tit{
        font-size: var(--pcFontSize22);
    }
    .secLineup .swiper-slide:nth-child(n+3) .txt {
        letter-spacing: var(--pcLetterSpacing0);
    }
    .secLineup .swiper-slide:nth-child(n+3) .spanNum {
        font-size: var(--pcFontSize24);
    }
}
@media only screen and (max-width:767px){
    .secLineup{
        padding-top: 45px;
    }
    .secLineup .wrapper{
        position: relative;
    }
    .secLineup .swiper-horizontal>.swiper-scrollbar,
    .secLineup .swiper-scrollbar.swiper-scrollbar-horizontal{
        display: block;
        position: static;
        margin: 30px auto 0;
        width: 89.334%;
        height: 1px;
        border-radius: 0;
        background: rgb(255, 255, 255, 0.149);
    }
    .secLineup .swiper-scrollbar-drag{
        background: #ffffff;
        border-radius: 0;
    }
    .secLineup .boxSlider{
        margin-top: 0;
        padding-top: 30px;
        width: calc(100% - 5.333%);
        margin-left: auto;
        padding-right: 5.333%;
        overflow: hidden;
    }
    .secLineup .swiper{
        width: 100%;
        margin: 0 auto 0 0;
        overflow: visible;
    }
    .secLineup .swiper-wrapper{
        flex-wrap: nowrap;
    }
    .secLineup .swiper-slide,
    .secLineup .swiper-slide:nth-child(2),
    .secLineup .swiper-slide:nth-child(n+3),
    .secLineup .swiper-slide:last-child{
        width: 100%;
        margin: 0;
    }
    .secLineup .boxSlider.disabled .swiper-slide,
    .secLineup .boxSlider.disabled .swiper-slide:nth-child(2),
    .secLineup .boxSlider.disabled .swiper-slide:nth-child(n+3),
    .secLineup .boxSlider.disabled .swiper-slide:last-child{
        width: calc(100% - 30px);
        margin: 0 auto 0 0;
    }
    .secLineup .inner,
    .secLineup .swiper-slide:nth-child(n+3) .inner{
        padding: 0 0 25px;
    }
    .secLineup .topTitBox,.secLineup .swiper-slide:nth-child(n+3) .topTitBox{
        padding: 6.667vw 5.334vw 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }
    .secLineup .topBox{
        padding: 0;
    }
    .secLineup .inner::after,
    .secLineup .inner::before{
        display: none;
    }
    .secLineup .swiper-slide:nth-child(n+3) .titBox,
    .secLineup .swiper-slide:nth-child(5) .titBox{
        margin: 0;
    }
    .secLineup .tit,
    .secLineup .swiper-slide:nth-child(n+3) .tit,
    .secLineup .swiper-slide:nth-child(5) .tit{
        font-size: var(--spFontSize16);
        line-height: var(--spLineHeight17_15);
        letter-spacing: var(--spLetterSpacing0);
        color: #fff;
    }
    .secLineup .txt,
    .secLineup .swiper-slide:nth-child(n+3) .txt{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_233);
        letter-spacing: var(--spLetterSpacing0);
        margin-top: 9px;
        color: #fff;
    }
    .secLineup .imgBox,
    .secLineup .swiper-slide:nth-child(n+3) .imgBox{
        padding-top: 0;
        margin: 0 auto;
        width: 100%;
    }
    .secLineup .img{
        position: static;
    }
    .secLineup .inner:hover .img{
        opacity: 1;
        filter: brightness(1);
    }
    .secLineup .imgHover{
        display: none;
    }
    .secLineup .img img{
        width: 100%;
        height: auto;
    }
    .secLineup .txtBox,
    .secLineup .swiper-slide:nth-child(n+3) .txtBox{
        margin-top: 21px;
        padding: 0 5.334vw;
    }
    .secLineup .txtFlex{
        display: block;
    }
    .secLineup .txtPrice,
    .secLineup .swiper-slide:nth-child(n+3) .txtPrice{
        font-size: var(--spFontSize12);
        letter-spacing: var(--spLetterSpacing12_2);
    }
    .secLineup .spanNum,
    .secLineup .swiper-slide:nth-child(n+3) .spanNum{
        font-size: var(--spFontSize20);
        letter-spacing: var(--spLetterSpacing20_3);
        margin-right: 2px;
    }
    .secLineup .priceSub,
    .secLineup .swiper-slide:nth-child(n+3) .priceSub{
        font-size: var(--spFontSize11);
        letter-spacing: var(--spLetterSpacing11_1);
        margin-top: 8px;
    }
    .secLineup .tagBox{
        margin-top: 20px;
        padding-top: 15px;
    }
    .secLineup .tagList{
        max-width: 100%;
        width: 100%;
        margin: 0 -5px;
    }
    .secLineup .tagIcon{
        font-size: var(--spFontSize11);
    }
    .secLineup .tagTxt{
        font-size: var(--spFontSize11);
        line-height: var(--spLineHeight11_181);
        margin-left: 5px;
    }
    .secLineup .txtRunk{
        right: 10px;
        top: -10px;
    }
}

/* secCatarogBnr */
.secCatarogBnr{
    margin: 100px auto 0;
    width: calc(100% - 120px);
}
.secCatarogBnr .inner{
    display: block;
    text-decoration: none;
    color: #fdeeef;
    position: relative;
}
.secCatarogBnr .img{
    overflow: hidden;
}
.secCatarogBnr .txtBox{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.secCatarogBnr .txtFlex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
}
.secCatarogBnr .engTit{
    font-size: var(--pcFontSize20);
    letter-spacing: var(--pcLetterSpacing20_3);
}
.secCatarogBnr .tit{
    font-size: var(--pcFontSize25);
    line-height: var(--pcLineHeight25_2);
    letter-spacing: var(--pcLetterSpacing25_4);
    margin-top: 15px;
    font-weight: bold;
}
.secCatarogBnr .txt{
    font-size: var(--pcFontSize15);
    line-height: var(--pcLineHeight15_226);
    letter-spacing: var(--pcLetterSpacing15_2);
    margin-top: 12px;
}
.secCatarogBnr .catalogImg{
    width: 604px;
    position: absolute;
    left: calc(50% - 270px);
    top: calc(50% - 360px);
}
.secCatarogBnr .btnBox{
    margin-top: 52px;
    position: relative;
    display: inline-block;
color:#222;
}
.secCatarogBnr .btnBox::after{
    position: absolute;
    content: "";
    width: 45px;
    height: 45px;
    border: solid 1px #fdeeef;
    border-radius: 50%;
    right: -20px;
    bottom: -16px;
}
.secCatarogBnr .btnTxt{
    font-size: var(--pcFontSize15);
    letter-spacing: var(--pcLetterSpacing15_2);
    display: inline-block;
    position: relative;
    padding-right: 323px;
    z-index: 30;
    font-weight: bold;
}
.secCatarogBnr .btnTxt::after,
.secCatarogBnr .btnTxt::before{
    position: absolute;
    content: "";
}
.secCatarogBnr .btnTxt::after{
    width: 303px;
    height: 1px;
    top: calc(50% + 0.5px);
    right: 0;
    background: #fdeeef;
}
.secCatarogBnr .btnTxt::before{
    width: 7px;
    height: 7px;
    border: 1px solid;
    transform: rotate(45deg);
    top: calc(50% - 2.5px);
    right: 0;
    border-color: #1b434e #1b434e transparent transparent;
}
.secCatarogBnr .rightBox{
    text-align: right;
}
.secCatarogBnr .rightTit{
    font-size: var(--pcFontSize24);
    line-height: var(--pcLineHeight24_37);
    letter-spacing: var(--pcLetterSpacing24_2);
    color:#222;
}
.secCatarogBnr .rightTxt{
    font-size: var(--pcFontSize11);
    line-height: var(--pcLineHeight11_363);
    letter-spacing: var(--pcLetterSpacing11_3);
    margin-top: 16px;
}
@media only screen and (max-width:1780px){
    .secCatarogBnr .tit{
        letter-spacing: var(--pcLetterSpacing25_1);
    }
    .secCatarogBnr .txt{
        letter-spacing: var(--pcLetterSpacing0);
    }
    .secCatarogBnr .catalogImg{
        width: 500px;
        left: calc(50% - 210px);
        top: calc(50% - 300px);
    }
}
@media only screen and (max-width:1660px){
    .secCatarogBnr .rightTit{
        letter-spacing: var(--pcLetterSpacing0);
    }
    .secCatarogBnr .rightTxt{
        letter-spacing: var(--pcLetterSpacing11_2);
    }
    .secCatarogBnr .catalogImg{
        width: 450px;
        left: calc(50% - 175px);
        top: calc(50% - 275px);
    }
}
@media only screen and (max-width:1560px){
    .secCatarogBnr .tit{
        font-size: var(--pcFontSize24);
        letter-spacing: var(--pcLetterSpacing0);
    }
    .secCatarogBnr .txt{
        font-size: var(--pcFontSize13);
    }
    .secCatarogBnr .rightTit{
        font-size: var(--pcFontSize20);
        letter-spacing: var(--pcLetterSpacing0);
    }
    .secCatarogBnr .rightTxt{
        letter-spacing: var(--pcLetterSpacing11_1);
    }
    .secCatarogBnr .btnTxt{
        padding-right: 253px;
    }
    .secCatarogBnr .btnTxt::after{
        width: 233px;
    }
}
@media only screen and (max-width:767px){
    .secCatarogBnr{
        margin: 50px auto 0;
        width: 89.334%;
    }
    .secCatarogBnr .txtFlex{
        display: block;
        padding: 0 30px 10px;
    }
    .secCatarogBnr .engTit{
        font-size: var(--spFontSize11);
        letter-spacing: var(--spLetterSpacing11_2);
    }
    .secCatarogBnr .tit{
        font-size: var(--spFontSize19);
        line-height: var(--spLineHeight19_189);
        letter-spacing: var(--spLetterSpacing0);
        margin-top: 20px;
    }
    .secCatarogBnr .txt{
        font-size: var(--spFontSize11);
        line-height: var(--spLineHeight11_218);
        letter-spacing: var(--spLetterSpacing07);
        margin-top: 5px;
    }
    .secCatarogBnr .catalogImg{
        width: calc(100% + 40px);
        position: static;
        left: 0;
        top: 0;
        margin: 10px -20px 0;
    }
    .secCatarogBnr .btnBox{
        margin-top: 15px;
        display: block;
    }
    .secCatarogBnr .btnBox::after{
        width: 25px;
        height: 25px;
        border: solid 1px #fdeeef;
        background: rgb(255, 255, 255, 0.6);
        right: 0;
        bottom: -6px;
    }
    .secCatarogBnr .btnTxt{
        font-size: var(--spFontSize15);
        letter-spacing: var(--spLetterSpacing15_2);
        display: block;
        padding-right: 0;
    }
    .secCatarogBnr .btnTxt::after{
        width: calc(100% - 152px);
        top: calc(50% + 0.5px);
        right: 10px;
    }
    .secCatarogBnr .btnTxt::before{
        width: 5px;
        height: 5px;
        top: calc(50% - 2px);
        right: 11px;
    }
    .secCatarogBnr .rightBox{
        display: none;
    }
}
@media only screen and (max-width:374px){
    .secCatarogBnr .txtFlex{
        padding: 0 15px 10px;
    }
    .secCatarogBnr .tit{
        margin-top: 15px;
    }
    .secCatarogBnr .catalogImg{
        width: 100%;
        margin: 10px auto 0;
    }
    .secCatarogBnr .btnTxt::before{
        top: calc(50% - 1.5px);
    }
}
@media only screen and (max-width:359px){
    .secCatarogBnr .tit{
        font-size: var(--spFontSize16);
        line-height: var(--spLineHeight16_175);
    }
    .secCatarogBnr .txt{
        font-size: var(--spFontSize10);
    }
}
/* secAbout */
.secAbout{
    background: #fdeeef;
    position: relative;
}
.secAbout .engTitImg{
    position: absolute;
    top: 50px;
    left: 30px;
}
.secAbout .wrapper{
    padding-top: 202px;
}
.secAbout .flexBox{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    color: #333;
}
.secAbout .tit{
    font-size: var(--pcFontSize40);
    line-height: var(--pcLineHeight40_225);
    letter-spacing: var(--pcLetterSpacing40_7);
}
.secAbout .txt{
    font-size: var(--pcFontSize11);
    line-height: var(--pcLineHeight11_363);
    letter-spacing: var(--pcLetterSpacing11_5);
    margin-top: 34px;
}
.secAbout .rightBox{
    position: relative;
}
.secAbout .txtImg{
    position: absolute;
    right: -15px;
    top: -260px;
}
.secAbout .numberImg{
    position: relative;
    top: 5px;
}
@media only screen and (max-width:1800px){
    .secAbout .engTitImg{
        left: 5px;
    }
}
@media only screen and (max-width:1660px){
    .secAbout .tit{
        letter-spacing: var(--pcLetterSpacing40_5);
    }
}
@media only screen and (max-width:1560px){
    .secAbout .tit{
        letter-spacing: var(--pcLetterSpacing0);
    }
    .secAbout .txtImg{
        right: -25px;
    }
}
@media only screen and (max-width:767px){
    .secAbout .engTitImg{
        width: 11px;
        top: 50px;
        left: auto;
        right: 38px;
    }
    .secAbout .wrapper{
        padding-top: 40px;
    }
    .secAbout .flexBox{
        display: block;
    }
    .secAbout .leftBox{
        padding: 0 20px;
    }
    .secAbout .tit{
        font-size: var(--spFontSize18);
        line-height: var(--spLineHeight18_222);
        letter-spacing: var(--spLetterSpacing18_2);
    }
    .secAbout .txt{
        font-size: var(--spFontSize10);
        line-height: var(--spLineHeight10_25);
        letter-spacing: var(--spLetterSpacing10_05);
        margin-top: 8px;
    }
    .secAbout .rightBox{
        margin-top: 122px;
    }
    .secAbout .txtImg{
        width: 248px;
        right: calc(50% - 124px);
        top: -60px;
    }
    .secAbout .numberImg{
        max-width: 312px;
        width: 100%;
        margin: 0 auto;
        top: 0;
    }
}
@media only screen and (max-width:359px){
    .secAbout .engTitImg{
        right: 30px;
    }
    .secAbout .leftBox{
        padding: 0 15px;
    }
    .secAbout .txt{
        letter-spacing: var(--spLetterSpacing0);
    }
}
.secAbout .btnBox{
    width: 660px;
    margin: 130px auto 0;
}
.secAbout .btnInner{
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: rgb(255, 255, 255, 0.051);
    text-decoration: none;
    color: #222;
}
.secAbout .btnTxt{
    position: relative;
    font-size: var(--pcFontSize16);
    letter-spacing: var(--pcLetterSpacing16_15);
    padding-left: 25px;
}
.secAbout .btnTxt::after{
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    top: 0;
    right: -5px;
}
.secAbout .btnTxt.lazyloaded::after{
    background: url(https://f-products.info/img/index/iconAboutBtn.png) center top / cover;
}
@media only screen and (max-width:767px){
    .secAbout .btnBox{
        width: 100%;
        text-align: center;
        margin: 16px auto 0;
    }
    .secAbout .btnInner{
        height: auto;
        display: inline-block;
        background: none;
    }
    .secAbout .btnTxt{
        font-size: var(--spFontSize11);
        letter-spacing: var(--spLetterSpacing11_5);
        padding-left: 5px;
    }
    .secAbout .btnTxt::after{
        right: -10px;
    }
}

/* secEventCover */
.secEventCover{
    margin-top: 138px;
}
.secEventCover .secCmnTit{
    color: #fdeeef;
}
@media only screen and (max-width:767px){
    .secEventCover{
        margin-top: 43px;
    }
}
@media only screen and (max-width:359px){
    .secEventCover .secCmnTit .engCmnTit{
        letter-spacing: var(--spLetterSpacing22_1);
    }
}
/* secTabList */
.secTabList{
    display: flex;
    margin: 0 auto;
    margin-top: 50px;
}
.secTabList .tabItem{
    width: calc((100% - 120px) / 4);
    height: auto;
    margin-right: 40px;
}
.secTabList .tabItem:last-child{
    margin-right: 0;
}
.secTabList .tabInner{
    border: solid 1px #fdeeef;
    text-decoration: none;
    background: #fff;
    color: #fdeeef;
    min-height: 90px;
    height: 100%;
    padding: 20px 150px 20px 20px;
    position: relative;
}
@media only screen and (min-width:768px){
    .secTabList .tabInner{
        display: flex;
        align-items: center;
    }
    .secTabList .txtIn{
        display: inline-block;
    }
}
.secTabList .tabInner.active{
    background: #fdeeef;
    color: #fff;
}
.secTabList .tabInner.active::after,
.secTabList .tabInner.active::before{
    position: absolute;
    content: "";
    background: #fdeeef;
}
.secTabList .tabInner.active::after{
    width: 1px;
    height: 90px;
    right: 20px;
    bottom: -30px;
    background: linear-gradient(to bottom, #fff 0px, #fff 60px, #1b434e 60px, #1b434e 100%);
}
.secTabList .tabInner.active::before{
    width: 5px;
    height: 5px;
    right: 15px;
    bottom: -30px;
    clip-path: polygon(100% 0, 0 0, 0 100%);
}
.secTabList .tabTit{
    font-size: var(--pcFontSize26);
    line-height: var(--pcLineHeight26_15);
}
.secTabList .tabTxt{
    font-size: var(--pcFontSize11);
    line-height: var(--pcLineHeight11_15);
    letter-spacing: var(--pcLetterSpacing11_15);
    margin: 5px 0 0 5px;
}
.secTabList .boxImg{
    position: absolute;
    width: 160px;
    bottom: 0;
    right: 10px;
}
@media only screen and (max-width:1680px){
    .secTabList .tabInner{
        padding: 13.5px 15px 13.5px 15px;
    }
    .secTabList .tabTxt{
        letter-spacing: var(--pcLetterSpacing11_1);
    }
    .secTabList .boxImg{
        width: 140px;
    }
    .secTabList .tabInner.active::after{
        right: 20px;
    }
    .secTabList .tabInner.active::before{
        right: 15px;
    }
    .secTabList .tabTit{
        font-size: var(--pcFontSize22);
    }
}
@media only screen and (max-width:767px){
    .secTabList{
        margin-top: 30px;
    }
    .secTabList .tabItem{
        width: calc((100% - 15px) / 4);
        margin-right: 0;
    }
    .secTabList .tabItem:nth-child(n+2){
        margin-left: 5px;
    }
    .secTabList .tabInner{
        border-bottom: none;
        flex-flow: column;
        justify-content: center;
        text-align: center;
        padding: 15px 3px 12px;
    }
    .secTabList .tabItem:first-child .tabInner{
        padding-right: 3px;
    }
    .secTabList .tabInner.active::after{
        width: 1px;
        height: 50px;
        right: 8px;
        bottom: -20px;
        background: linear-gradient(to bottom, #fff 0px, #fff 30px, #1b434e 30px, #1b434e 100%);
    }
    .secTabList .tabInner.active::before{
        width: 5px;
        height: 5px;
        right: 3px;
        bottom: -20px;
    }
    .secTabList .tabTit{
        font-size: var(--spFontSize15);
        line-height: var(--spLineHeight15_15);
        letter-spacing: var(--spLetterSpacing15_2);
    }
    .secTabList .tabTxt{
        font-size: var(--spFontSize10);
        line-height: var(--spLineHeight10_15);
        letter-spacing: var(--spLetterSpacing10_15);
        margin: 4px auto 0;
    }
    .secTabList .boxImg{
        display: none;
    }
}
@media only screen and (max-width:420px){
    .secTabList .tabTit{
        letter-spacing: var(--spLetterSpacing0);
    }
}
@media only screen and (max-width:359px){
    .secTabList .tabTit{
        font-size: var(--spFontSize13);
    }
    .secTabList .tabTit,.secTabList .tabTxt{
        letter-spacing: var(--spLetterSpacing0);
    }
}
/* secEvent */
.secEvent{
    margin-top: 60px;
    position: relative;
}
.secEvent .boxContents{
    position: relative;
}
.secEvent .swiper-horizontal>.swiper-scrollbar,
.secEvent .swiper-scrollbar.swiper-scrollbar-horizontal{
    display: none;
}
.secEvent .boxSlider:nth-child(n+2){
    display: none;
}
.secEvent .swiper{
    overflow: visible;
    position: relative;
}
.secEvent .swiper-wrapper{
    display: flex;
    flex-wrap: wrap;
}
.secEvent .swiper-slide{
    width: 30.77%;
    margin-right: 3.845%;
    height: auto;
}
.secEvent .swiper-slide:last-child{
    margin-right: 0;
}
.secEvent .inner{
    display: block;
    height: 100%;
    text-decoration: none;
    color: var(--textColor);
    position: relative;
    overflow: visible;
}
.secEvent .inner::before,
.secEvent .inner::after{
    position: absolute;
    content: "";
}
.secEvent .inner::before{
    width: 5px;
    height: 5px;
    border: 1px solid;
    border-color: #8da1a6 #8da1a6 transparent transparent;
    transform: rotate(45deg);
    right: 20px;
    bottom: -2px;
}
.secEvent .inner::after{
    width: calc(100% - 20px);
    height: 1px;
    bottom: 0;
    left: 0;
    background: #8da1a6;
}
.secEvent .innerBox{
    position: relative;
    padding-bottom: 40px;
    height: 100%;
}
.secEvent .innerBox::after{
    position: absolute;
    content: "";
    width: 45px;
    height: 45px;
    border-radius: 50%;
    right: 0;
    bottom: -22.5px;
    border: solid 1px #8da1a6;
}
.secEvent .imgBox{
    position: relative;
}
.secEvent .img{
    padding-top: 100%;
    overflow: hidden;
}
.secEvent .txtBox{
    padding: 20px 0 0;
}
.secEvent .tagList{
    display: flex;
    flex-wrap: wrap;
    margin: -1px;
}
.secEvent .tagItem{
    font-size: var(--pcFontSize11);
    line-height: var(--pcLineHeight11_16);
    letter-spacing: var(--pcLetterSpacing11_1);
    padding: 5px 9px;
    color: #fff;
    margin: 1px;
    min-width: 54px;
    text-align: center;
}
.secEvent .tag01{
    background: #000000;
}
.secEvent .tag02{
    background: #fdeeef;
}
.secEvent .tag03{
    background: #666666;
}
.secEvent .tit{
    font-size: var(--pcFontSize22);
    line-height: var(--pcLineHeight22_15);
    letter-spacing: var(--pcLetterSpacing22_4);
    margin-top: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.secEvent .deyFlex{
    display: flex;
    align-items: flex-end;
    margin-top: 10px;
}
.secEvent .deyBox + .deyBox{
    margin: 0 0 0 10px;
}
.secEvent .deyTit{
    font-size: var(--pcFontSize13);
    letter-spacing: var(--pcLetterSpacing13_2);
}
.secEvent .deyTxt{
    font-size: var(--pcFontSize26);
    letter-spacing: var(--pcLetterSpacing26_4);
    margin-top: 7px;
}
.secEvent .txt{
    font-size: var(--pcFontSize12);
    line-height: var(--pcLineHeight12_167);
    letter-spacing: var(--pcLetterSpacing12_3);
    position: relative;
    padding-left: 30px;
    margin-top: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.secEvent .txt::after{
    position: absolute;
    content: "";
    left: 0;
    width: 16px;
    height: 20px;
    top: calc(50% - 10px);
}
.secEvent.lazyloaded .txt::after{
    background: url(https://f-products.info/img/event/iconEventTxt.png) center top / cover;
}
.secEvent .secCmnViewBox{
    position: absolute;
    top: -260px;
    right: 0;
    z-index: 20;
}
@media only screen and (max-width:767px){
    .secEvent{
        margin-top: 40px;
    }
    .secEvent .swiper-horizontal>.swiper-scrollbar,
    .secEvent .swiper-scrollbar.swiper-scrollbar-horizontal{
        display: block;
        position: static;
        margin: 50px auto 0;
        width: 100%;
        height: 1px;
        border-radius: 0;
        background: rgb(27, 67, 78, 0.149);
    }
    .secEvent .swiper-scrollbar-drag{
        background: #fdeeef;
        border-radius: 0;
    }
    .secEvent .boxSlider{
        margin-top: 0;
        padding-bottom: 15px;
        width: calc(100% - 5.333%);
        margin-left: auto;
        padding-right: 5.333%;
        overflow: hidden;
        position: relative;
    }
    .secEvent .swiper{
        width: 100%;
        margin: 0 auto 0 0;
        overflow: visible;
    }
    .secEvent .swiper-slide,
    .secEvent .swiper-slide:last-child{
        width: 100%;
        margin: 0;
    }
    .secEvent .inner::before{
        width: 5px;
        height: 5px;
        right: 11px;
        bottom: -2px;
    }
    .secEvent .inner::after{
        width: calc(100% - 11px);
    }
    .secEvent .innerBox{
        padding-bottom: 26px;
    }
    .secEvent .innerBox::after{
        width: 25px;
        height: 25px;
        bottom: -12px;
    }
    .secEvent .txtBox{
        padding: 20px 0 0;
    }
    .secEvent .tagItem{
        font-size: var(--spFontSize11);
        line-height: var(--spLineHeight11_16);
        letter-spacing: var(--spLetterSpacing0);
        padding: 5px 11px;
    }
    .secEvent .tit{
        font-size: var(--spFontSize15);
        line-height: var(--spLineHeight15_15);
        letter-spacing: var(--spLetterSpacing15_2);
        margin-top: 10px;
    }
    .secEvent .deyFlex{
        margin-top: 12px;
    }
    .secEvent .deyBox + .deyBox{
        margin: 0 0 0 7px;
    }
    .secEvent .deyTit{
        font-size: var(--spFontSize11);
        letter-spacing: var(--spLetterSpacing11_1);
    }
    .secEvent .deyTxt{
        font-size: var(--spFontSize20);
        letter-spacing: var(--spLetterSpacing20_1);
        margin-top: 7px;
    }
    .secEvent .txt{
        font-size: var(--spFontSize11);
        line-height: var(--spLineHeight11_181);
        letter-spacing: var(--spLetterSpacing11_1);
        padding-left: 25px;
        margin-top: 10px;
    }
    .secEvent .secCmnViewBox{
        display: block;
        position: static;
        bottom: 0;
        right: 0;
        margin: 25px auto 0;
        width: 78.667%;
    }

    .secEvent .swiper-slide:nth-child(n+2){
        width: calc(50% - 5px);
        margin-top: 30px;
    }
    .secEvent .swiper-slide:nth-child(2){
        margin-right: 10px;
    }
    .secEvent .swiper-slide:nth-child(n+2) .tagItem{
        min-width: 40px;
        font-size: var(--spFontSize10);
        padding: 4px 7px;
    }
    .secEvent .swiper-slide:nth-child(n+2) .tit{
        font-size: var(--spFontSize13);
        line-height: var(--spLineHeight13_15);
        letter-spacing: var(--spLetterSpacing13_1);
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        max-height: calc(var(--spFontSize13) * var(--spLineHeight13_15) * 2);
        margin-top: 10px;
        white-space: wrap;
    }
    .secEvent .swiper-slide:nth-child(n+2) .deyTxt {
        font-size: var(--spFontSize14);
        letter-spacing: var(--spLetterSpacing14_1);
    }
    .secEvent .swiper-slide:nth-child(n+2) .txt {
        font-size: var(--spFontSize10);
        letter-spacing: var(--spLetterSpacing0);
    }
}
/* secModel */
.secModel{
    margin-top: 150px;
    position: relative;
}
.secModel .boxContents{
    position: relative;
}
.secModel .boxSlider{
    position: relative;
}
.secModel .boxSliderInBox{
    position: relative;
    width: 1740px;
    overflow: hidden;
}
.secModel .swiper{
    width: calc(100% - 50px);
    max-width: 900px;
    margin-left: 0;
    overflow: visible;
    position: relative;
    padding-bottom: 80px;
}
.secModel .swiper-slide{
    height: auto;
}
.secModel .inner{
    display: block;
    text-decoration: none;
    color: #fff;
    background: #fdeeef;
    height: 100%;
    padding-bottom: 62px;
    padding-left: 120px;
}
.secModel .inner:not(:has(.txt)){
    padding-bottom: 80px;
}
.secModel .inner::after{
    position: absolute;
    content: "";
    width: 45px;
    height: 45px;
    border: solid 1px var(--colorWhite);
    border-radius: 50%;
    bottom: 28px;
    right: 25px;
}
.secModel .inner::before{
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border: 1px solid;
    transform: rotate(45deg);
    bottom: 47px;
    border-color: #fff #fff transparent transparent;
    right: 46px;
    z-index: 10;
}
.secModel .imgBox{
    width: 100%;
}
.secModel .img{
    padding-top: 64.103%;
    overflow: hidden;
}
.secModel .titBox{
    position: relative;
    z-index: 10;
    margin-top: 30px;
    max-width: 780px;
    width: 100%;
}
.secModel .tit{
    font-size: var(--pcFontSize30);
    line-height: var(--pcLineHeight30_15);
    text-shadow: 0px 0px 15.36px rgba(0, 0, 0, 0.25);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: calc(var(--pcFontSize30) * var(--pcLineHeight30_15) * 2);
    padding-right: 20px;
}
.secModel .engTit{
    font-size: var(--pcFontSize18);
    line-height: var(--pcLineHeight18_15);
    letter-spacing: var(--pcLetterSpacing18_3);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 13px;
}
.secModel .subTit{
    font-size: var(--pcFontSize12);
    line-height: var(--pcLineHeight12_15);
    letter-spacing: var(--pcLetterSpacing12_2);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 20px;
}
.secModel .txtBox{
    margin-top: 30px;
    padding-right: 100px;
}
.secModel .txt{
    font-size: var(--pcFontSize13);
    line-height: var(--pcLineHeight13_23);
    letter-spacing: var(--pcLetterSpacing13_2);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: calc(var(--pcFontSize13) * var(--pcLineHeight13_23) * 2);
}
.secModel .swiper-horizontal>.swiper-scrollbar,
.secModel .swiper-scrollbar.swiper-scrollbar-horizontal{
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(100% + 302px);
    height: 1px;
    border-radius: 0;
    background: rgb(27, 67, 78, 0.149);
}
@media only screen and (max-width:1660px){
    .secModel .swiper-horizontal>.swiper-scrollbar,
    .secModel .swiper-scrollbar.swiper-scrollbar-horizontal{
    width: calc(100% + 100px);
}
}
.secModel .swiper-scrollbar-drag{
    background: rgb(27, 67, 78);
    border-radius: 0;
}
.secModel .secCmnViewBox{
    text-align: right;
    display: block;
    position: absolute;
    bottom: -8px;
    right: 0;
}
.secModel .swiper-button-prev,
.secModel .swiper-button-next{
    position: absolute;
    margin-top: 0;
    width: 45px;
    height: 45px;
    top: calc(50% - 88px);
    left: auto;
    right: auto;
    border-radius: 50%;
    display: block;
    background: #fdeeef;
}
.secModel .swiper-button-prev{
    left: -22.5px;
}
.secModel .swiper-button-next{
    right: -22.5px;
}
.secModel .swiper-button-prev::after,
.secModel .swiper-button-next::after{
    display: none;
}
.secModel .swiper-button-prev::before,
.secModel .swiper-button-next::before{
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border: 1px solid;
    transform: rotate(45deg);
    top: calc(50% - 2.5px);
    left: calc(50% - 3px);
}
.secModel .swiper-button-prev::before{
    border-color: transparent transparent #fff #fff;
    left: calc(50% - 1px);
}
.secModel .swiper-button-next::before{
    border-color: #fff #fff transparent transparent;
    left: calc(50% - 5px);
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
    opacity: 0;
}
.secModel .boxSlider:nth-child(2){
    display: none;
}
.secModel .boxSlider.disabled .boxSliderInBox{
    width: 100%;
}
.secModel .boxSlider.disabled .swiper{
    width: 100%;
    max-width: 1560px;
}
.secModel .boxSlider.disabled  .swiper-slide{
    width: 67.821%;
}
.secModel .modelEngImg{
    position: absolute;
    z-index: 30;
    top: -95px;
    left: -60px;
}
@media only screen and (max-width:1750px){
    .secModel .modelEngImg{
        left: -35px;
    }
}
@media only screen and (max-width:1660px){
    .secModel .boxSliderInBox{
        width: calc(100% + 50px);
    }
}
@media only screen and (max-width:767px){
    .secModel{
        margin-top: 50px;
    }
    .secModel .boxSliderInBox{
        width: calc(100% - 5.333%);
        margin-left: auto;
        padding-right: 5.333%;
    }
    .secModel .swiper{
        width: 100%;
        margin: 0 auto 0 0;
        overflow: visible;
        padding-bottom: 0;
    }
    .secModel .inner{
        padding: 0 0 58px 20px;
    }
    .secModel .inner::after{
        position: absolute;
        content: "";
        width: 25px;
        height: 25px;
        border: solid 1px rgb(255, 255, 255, 0.349);
        border-radius: 50%;
        bottom: 20px;
        left: 20px;
    }
    .secModel .inner::before{
        position: absolute;
        content: "";
        width: 5px;
        height: 5px;
        border: 1px solid;
        transform: rotate(45deg);
        bottom: 30px;
        border-color: #fff #fff transparent transparent;
        left: 29px;
        z-index: 10;
    }
    .secModel .img{
        padding-top: 68.071%;
    }
    .secModel .titBox{
        margin: 19px auto 0;
        height: auto;
    }
    .secModel .titBox::after{
        display: none;
    }
    .secModel .titBox::before{
        display: none;
    }
    .secModel .tit{
        font-size: var(--spFontSize18);
        line-height: var(--spLineHeight18_16);
        text-shadow: none;
        -webkit-line-clamp: 3;
        max-height: calc(var(--spFontSize18) * var(--spLineHeight18_16) * 3);
    }
    .secModel .engTit{
        font-size: var(--spFontSize10);
        line-height: var(--spLineHeight10_15);
        letter-spacing: var(--spLetterSpacing10_15);
        margin-top: 10px;
    }
    .secModel .subTit{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_15);
        letter-spacing: var(--spLetterSpacing12_2);
        margin-top: 15px;
    }
    .secModel .txtBox{
        margin: 20px 20px 0 0;
        padding: 14px 0 0;
        border-top: solid 1px rgb(255, 255, 255, 0.251);
    }
    .secModel .txt{
        font-size: var(--spFontSize11);
        line-height: var(--spLineHeight11_2);
        letter-spacing: var(--spLetterSpacing11_1);
        max-height: 66px;
    }
    .secModel .swiper-horizontal>.swiper-scrollbar,
    .secModel .swiper-scrollbar.swiper-scrollbar-horizontal{
        position: static;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        margin: 40px auto 0;
        border-radius: 0;
        background: rgb(27, 67, 78, 0.149);
    }
    .secModel .swiper-scrollbar-drag{
        background: rgb(27, 67, 78);
        border-radius: 0;
    }
    .secModel .secCmnViewBox{
        text-align: right;
        display: block;
        position: static;
        bottom: 0;
        right: 0;
        margin: 40px auto 0;
        width: 78.667%;
    }
    .secModel .swiper-button-prev,
    .secModel .swiper-button-next{
        display: none;
    }
    .secModel .boxSlider.disabled .boxSliderInBox{
        width: calc(100% - 5.333%);
    }
    .secModel .boxSlider.disabled .swiper{
        width: 100%;
        max-width: 100%;
    }
    .secModel .boxSlider.disabled  .swiper-slide{
        width: 91.045%;
    }
    .secModel .modelEngImg{
        width: 258px;
        top: -30px;
        left: 30px;
    }
}
@media only screen and (max-width:359px){
    .secModel .modelEngImg{
        width: 240px;
        left: 25px;
    }
}

/* secLandStaffBnr */
.secLandStaffBnr{
    margin-top: 150px;
    height: 500px;
    position: relative;
}
.secLandStaffBnr .bnrWrapper{
    display: flex;
    position: absolute;
    left: calc(50% - 960px);
    top: 0;
    width: 1920px;
}
.secLandStaffBnr .inner{
    display: block;
    width: 50%;
}
@media only screen and (max-width:1900px){
    .secLandStaffBnr{
        height: auto;
    }
    .secLandStaffBnr .bnrWrapper{
        position: static;
        width: 100%;
    }
    .secLandStaffBnr .inner{
        width: 100%;
    }
}
@media only screen and (max-width:767px){
    .secLandStaffBnr{
        margin-top: 50px;
    }
    .secLandStaffBnr .bnrWrapper{
        display: block;
    }
    .secLandStaffBnr .inner{
        width: 100%;
    }
    .secLandStaffBnr .inner:nth-child(2){
        margin-top: 20px;
    }
}

/* secCompany */
.secCompany{
    margin-top: 80px;
}
.secCompany .inner{
    position: relative;
    display: block;
}
.secCompany .txtBox{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding-left: 100px;
}
.secCompany .engTit{
    font-size: var(--pcFontSize40);
    letter-spacing: var(--pcLetterSpacing40_5);
    color: var(--colorWhite);
}
.secCompany .txt{
    font-size: var(--pcFontSize17);
    letter-spacing: var(--pcLetterSpacing17_3);
    color: var(--colorWhite);
    margin-top: 23px;
}
.secCompany .btn{
    margin-top: 39px;
}
@media only screen and (max-width:767px){
    .secCompany{
        margin-top: 40px;
    }
    .secCompany .inner{
        position: relative;
        display: block;
    }
    .secCompany .txtBox{
        padding: 0 5.971%;
    }
    .secCompany .engTit{
        font-size: var(--spFontSize22);
        letter-spacing: var(--spLetterSpacing22_3);
    }
    .secCompany .txt{
        font-size: var(--spFontSize12);
        letter-spacing: var(--spLetterSpacing12_2);
        margin-top: 14px;
    }
    .secCompany .btn{
        position: absolute;
        margin-top: 0;
        width: 32px;
        height: 32px;
        right: 5.971%;
        bottom: 12.5%;
    }
}

/* secSpBnr */
.secSpBnr{
    display: none;
}
@media only screen and (max-width:767px){
    .secSpBnr{
        display: block;
        background: #fdeeef;
    }
    .secSpBnr .bnrWrapper{
        display: flex;
        flex-wrap: wrap;
    }
    .secSpBnr .bnrIner{
        display: block;
        width: calc(50% - 0.5px);
    }
    .secSpBnr .bnrIner:nth-child(2){
        margin-left: 1px;
    }
    .secSpBnr .bnrIner:nth-child(3){
        width: 100%;
        margin-top: 1px;
    }
}

.secBlog .swiper-button-prev,
.secBlog .swiper-button-next{
    position: absolute;
    top: 50%;
    width: 45px;
    height: 45px;
    top: calc(50% - 22.5px);
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fdeeef;
    border-radius: 50%;
}
.secBlog .swiper-button-prev{
    left: -25px;
}
.secBlog .swiper-button-next{
    right: -25px;
}
.secBlog .swiper-button-prev::after,
.secBlog .swiper-button-next::after{
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border: 1px solid;
    border-color: #fff #fff transparent transparent;
    transform: rotate(45deg);
    top: calc(50% - 2.5px);
    display: block;
}
.secBlog .swiper-button-prev::after{
    transform: rotate(-135deg);
    margin-left: 5px;
}

.secBlog .swiper-button-next::after{
    transform: rotate(45deg);
    margin-right: 5px;
}

@media only screen and (max-width:767px){
    .secBlog .swiper-button-prev,
    .secBlog .swiper-button-next{
        display: none;
    }
}

/* swiper-pagination */
.secTopics .swiper-pagination{
    width: 100%;
    margin: 0 auto;
    position: static;
    margin-top: 77px;
    display: flex;
    height: 1.5px;
}
.secTopics .swiper-pagination-bullet{
    flex: 1;
    height: 1.5px;
    margin: 0 !important;
    background: rgb(255, 255, 255, 0.149);
}
.secTopics .swiper-pagination-bullet-active{
    background: #ffffff;
}
@media only screen and (max-width:767px){
    .secTopics .swiper-pagination{
        margin-top: 33px;
    }
}

.secModel .swiper-pagination{
    width: 100%;
    margin: 0 auto;
    position: absolute;
    width: calc(100% + 302px);
    left: 0;
    bottom: 0;
    display: flex;
    height: 1.5px;
    background: rgb(27, 67, 78, 0.149);
}
.secModel .swiper-pagination-bullet{
    flex: 1;
    height: 1.5px;
    margin: 0 !important;
    background: rgb(27, 67, 78, 0.149);
}
.secModel .swiper-pagination-bullet-active{
    background: rgb(27, 67, 78);
}
@media only screen and (max-width:1660px){
    .secModel .swiper-pagination{
       width: calc(100% + 100px);
    }
}
@media only screen and (max-width:767px){
    .secModel .swiper-pagination{
        width: 100%;
        margin: 40px auto 0;
        position: static;
    }
}

.secBlog .swiper-pagination{
    position: absolute;
    left: 0;
    bottom: 7px;
    width: calc(100% - 200px);
    height: 1px;
    border-radius: 0;
    background: rgb(27, 67, 78, 0.149);
    display: flex;
}
.secBlog .swiper-pagination-bullet{
    flex: 1;
    height: 1.5px;
    margin: 0 !important;
    background: rgb(27, 67, 78, 0.149);
}
.secBlog .swiper-pagination-bullet-active{
    background: rgb(27, 67, 78);
    border-radius: 0;
}
@media only screen and (max-width:767px){
    .secBlog .swiper-pagination{
        position: static;
        left: 0;
        bottom: 0;
        width: 89.334%;
        height: 1px;
        border-radius: 0;
        background: rgb(27, 67, 78, 0.149);
        margin: 41px auto 0;
    }
}