/*-----------------------------------------------
    共通
-----------------------------------------------*/
/* cmnTitBox */
.cmnTitBox{
    color: #262828;
}
.cmnTitBox .titEng{
    font-size: 90px;
}
.cmnTitBox .titJpn{
    font-size: 14px;
    margin-top: 10px;
    letter-spacing: 1.5px;
}
@media only screen and (max-width:767px){
    .cmnTitBox .titEng{
        font-size: 40px;
    }
    .cmnTitBox .titJpn{
        font-size: 12px;
        margin-top: 7px;
        letter-spacing: 1px;
    }
}
/* cmnTitBtn */
.cmnTitBtn{
    width: 645px;
    position: absolute;
    right: 0;
    top: -9px;
}
.cmnTitBtn .btnInner{
    font-size: 12px;
    letter-spacing: 2.5px;
    width: 100%;
    height: 88px;
    border: solid 1px #262828;
    display: flex;
    align-items: center;
    padding-left: 48px;
    text-decoration: none;
    color: #000;
}
.cmnTitBtn .spanIcon{
    position: relative;
}
.cmnTitBtn .spanIcon::after{
    content: "";
    position: absolute;
    width: 150px;
    height: 11px;
    right: -157px;
    top: 1px;
}
.cmnTitBtn .spanIcon.lazyloaded::after{
    background: url(../img/index/iconBtnArrow01.png) center top no-repeat;
}
@media only screen and (max-width:767px){
    .cmnTitBtn{
        width: 93.334%;
        position: static;
        margin: 30px 0 0 auto;
    }
    .cmnTitBtn .btnInner{
        font-size: 11px;
        letter-spacing: 1.5px;
        height: 50px;
        padding-left: 28px;
        border-right: none;
    }
    .cmnTitBtn .spanIcon::after{
        width: 80px;
        height: 11px;
        right: -91px;
        top: 0;
    }
    .cmnTitBtn .spanIcon.lazyloaded::after{
        background: url(../img/index/iconBtnArrow01_sp.png) center top / cover;
    }
}
/* cmnBtnMore */
.cmnBtnMore{
    width: 645px;
    position: absolute;
    right: calc(50% - 960px);
    top: 2px;
}
.cmnBtnMore .btnInner{
    width: 100%;
    height: 88px;
    border: solid 1px #262828;
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding-left: 49px;
    text-decoration: none;
    color: #000;
    font-size: 12px;
}
.cmnBtnMore .moreTxt{
    letter-spacing: 2.5px;
}
.cmnBtnMore .spanIcon{
    position: relative;
}
.cmnBtnMore .spanIcon::after{
    content: "";
    position: absolute;
    width: 150px;
    height: 11px;
    right: -155px;
    top: 3px;
}
.cmnBtnMore .spanIcon.lazyloaded::after{
    background: url(../img/index/iconBtnArrow01.png) center top no-repeat;
}
.cmnBtnMore .btnTxt{
    margin-top: 13px;
    letter-spacing: 0.5px;
}
@media only screen and (max-width:767px){
    .cmnBtnMore{
        width: 93.334%;
        position: static;
        margin: 30px 0 0 auto;
    }
    .cmnBtnMore .btnInner{
        font-size: 11px;
        height: 66px;
        padding-left: 27px;
        border-right: none;
    }
    .cmnBtnMore .moreTxt{
        letter-spacing: 1px;
    }
    .cmnBtnMore .btnTxt{
        margin-top: 8px;
    }
    .cmnBtnMore .spanIcon::after{
        width: 80px;
        height: 11px;
        right: -90px;
        top: 3px;
    }
    .cmnBtnMore .spanIcon.lazyloaded::after{
        background: url(../img/index/iconBtnArrow01_sp.png) center top / cover;
    }
}
/* hero */
.contentCover{
    background: #dadada;
    color: #000;
}
.mainContent.index{
    padding-bottom: 200px;
}
@media only screen and (max-width:767px){
    .contentCover{
        display: flex;
        flex-direction: column;
    }
    .mainContent{
        order: 2;
    }
    .mainContent.index{
        padding-bottom: 51px;
    }
}
.secCmnTit{
    background: url(../img/area/area-hero.jpg) center top no-repeat;
}
@media only screen and (max-width:767px){
    .secCmnTit{
        background: url(../img/area/area-hero_sp.jpg) center top no-repeat;
        background-size: contain;
    }
}
/* secHeadArea */
.secHeadArea {
    text-align: center;
    padding: 20px 0;
}
.secHeadArea-txt {
    font-size: 18px;
    line-height: 1.5;
}
@media only screen and (max-width:767px){
    .secHeadArea-txt {
        font-size: 13px;
    }
}

/* secEvent */
.secEvent{
    margin-top: 150px;
    overflow: hidden;
}
.secEvent .boxSliderHead{
    display: flex;
}
.secEvent .boxSlider{
    position: relative;
}
/* pagerBox */
.secEvent .pagerBox{
    display: flex;
    margin: 48px 0 0 13px;
}
.secEvent .swiper-button-prev,.secEvent .swiper-button-next{
    position: static;
    margin-top: 0;
    width: 25px;
    height: 25px;
    flex-shrink: 0;
    border-radius: 50%;
}
.secEvent .swiper-button-prev::after, .secEvent .swiper-button-next::after{
    display: none;
}
.secEvent .swiper-button-prev.lazyloaded{
    background: url(../img/index/iconSliderPrev.gif) center center / 5px auto no-repeat #333333;
}
.secEvent .swiper-button-next.lazyloaded{
    background: url(../img/index/iconSliderNext.gif) center center / 5px auto no-repeat #333333;
}
/* pagination */
.secEvent .swiper-pagination{
    position: static;
    font-size: 13px;
    margin: 1px 11px;
}
.secEvent .customPagenation{
    display: flex;
}
.secEvent .swiper-pagination-total,.secEvent .swiper-pagination-current{
    display: block;
}
.secEvent .swiper-pagination-total{
    margin: 10px 0 0 11px;
    position: relative;
}
.secEvent .swiper-pagination-total::after{
    position: absolute;
    content: "";
    width: 1px;
    height: 20px;
    transform: rotate(30deg);
    font-size: 13px;
    left: -5px;
    top: -9px;
    background: #33373d;
}
/* swiper */
.secEvent .swiper-container{
    margin: 22px auto 0;
    padding-top: 28px;
}
.secEvent .swiper-slide{
    height: auto;
}
/* inner */
.secEvent .slideLink{
    display: block;
    text-decoration: none;
    color: #000;
    height: 100%;
    position: relative;
}
.secEvent .slideLink::after{
    position: absolute;
    content: "";
    width: 35px;
    height: 35px;
    right: 0;
    bottom: 2px;
}
.secEvent .slideLink.lazyloaded::after{
    background: url(../img/index/iconArrow03.gif) center top / cover;
}
.secEvent .img{
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
    position: relative;
}
.secEvent .img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #262828;
    top: 0;
    left: 0;
    z-index: 1;
}
.secEvent .txtBox{
    padding-right: 45px;
}
.secEvent .sliderTit,.secEvent .dateTxt,.secEvent .placeTxt{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
}
.secEvent .sliderTit{
    font-size: 18px;
    margin-top: 23px;
}
.secEvent .dateTxt{
    font-size: 11px;
    margin-top: 21px;
    letter-spacing: 0.5px;
}
.secEvent .placeTxt{
    font-size: 11px;
    margin-top: 13px;
    letter-spacing: 0.5px;
}
.secEvent .iconHold{
    font-size: 12px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #262828;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 1px;
    position: absolute;
    right: 20px;
    top: -25px;
    box-shadow: 0px 0px 7.76px 0.24px rgba(0, 0, 0, 0.15);
    z-index: 5;
}
/* anime */
.secEvent .slideLink{
    opacity: 0;
    transform: translate(0px, 50px);
    transition: opacity 0.5s cubic-bezier(0.18, 1.00, 0.29, 1.00), transform 2s cubic-bezier(0.18, 1.00, 0.29, 1.00);
}
.secEvent .boxSlider.jsShow .slideLink{
    transform: none;
    opacity: 1;
}
.secEvent .swiper-slide[data-swiper-slide-index="1"] .slideLink{
    transition-delay: 0.5s;
}
.secEvent .swiper-slide[data-swiper-slide-index="2"] .slideLink{
    transition-delay: 1s;
}
.secEvent .swiper-slide[data-swiper-slide-index="3"] .slideLink{
    transition-delay: 1.5s;
}
/* disabled */
.secEvent .disabled .swiper-slide{
    width: 22.389%;
    margin-right: 3.481%;
}
.secEvent .disabled .swiper-slide:last-child{
    margin-right: 0;
}
@media only screen and (max-width:767px){
    .secEvent{
        margin-top: 40px;
    }
    .secEvent .boxSliderHead{
        justify-content: space-between;
    }
    /* pagerBox */
    .secEvent .pagerBox{
        display: flex;
        margin: 8px 0 0;
    }
    /* swiper */
    .secEvent .swiper-container{
        width: 80%;
        margin: 12px auto 0;
        overflow: visible;
    }
    /* inner */
    .secEvent .slideLink::after{
        width: 35px;
        height: 35px;
        bottom: 0;
    }
    .secEvent .img{
        width: 100%;
        padding-top: 100%;
    }
    .secEvent .sliderTit{
        font-size: 13px;
        margin-top: 17px;
    }
    .secEvent .dateTxt{
        margin-top: 13px;
    }
    .secEvent .placeTxt{
        margin-top: 5px;
    }
    .secEvent .cmnBtnMore{
        margin: 47px 0 0 auto;
    }
    /* disabled */
    .secEvent .disabled .swiper-slide{
        width: 100%;
        margin-right: 0;
    }
}
/* works */
.secWorks {
    margin-top: 150px;
}
.secWorks .boxSlider{
    position: relative;
}
.secIndexList{
    margin-top: 50px;
}
.secIndexList .item{
    position: relative;
}
.secIndexList .boxList .item:nth-child(n+2){
    margin-top: 150px;
    width: 1630px;
}
.secIndexList .link{
    display: block;
    position: relative;
    text-decoration: none;
    width: 1630px;
}
.secIndexList .iconBox{
    position: absolute;
    top: -25px;
    left: 20px;
    display: flex;
}
.secIndexList .iconNew{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #262828;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 1.3;
    z-index: 5;
}
.secIndexList .iconBox .iconNew:nth-child(2){
    margin-left: 10px;
    font-size: 11px;
}
.secIndexList .txtBox{
    width: calc(100% - 330px);
    margin-left: 330px;
}
.secIndexList .innerBox{
    position: relative;
    width: 100%;
    display: block;
    text-decoration: none;
    background: #262828;
}
.secIndexList .innerCover{
    width: calc(100% - 290px);
    padding: 45px 60px 52px 80px;
    position: relative;
}
.secIndexList .innerCover::after{
    position: absolute;
    content: "";
    width: 35px;
    height: 35px;
    top: calc(50% - 17.5px);
    right: 0;
}
.secIndexList .innerCover.lazyloaded::after{
    background: url(../img/works/iconLink.png) center top no-repeat;
    background-size: contain;
}
.secIndexList .boxTit{
    font-size: 18px;
    letter-spacing: 1px;
    color: #fff;
    line-height: 1.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.secIndexList .innerFlex{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 8px;
    overflow: hidden;
}
.secIndexList .nameTxt{
    max-width: 100%;
    font-size: 13px;
    color: #fff;
    letter-spacing: 1px;
    margin-right: 29px;
    flex-shrink: 0;
    margin-top: 10px;
    line-height: 1.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.secIndexList .tabBox{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.secIndexList .tab{
    max-width: 100%;
    min-width: 95px;
    min-height: 26px;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    border-radius: 13px;
    border: 1px solid #929393;
    margin-right: 5px;
    padding: 2px 19px;
    flex-shrink: 0;
    margin-top: 10px;
    line-height: 1.5;
}
.secIndexList .tabBox .tab:last-child{
    margin-right: 0;
}
.secIndexList .boxList .item:nth-child(2n) .txtBox{
    width: 1300px;
    margin-left: 0;
    position: relative;
    left: -290px;
}
.secIndexList .boxList .item:nth-child(2n) .innerBox{
    position: relative;
    width: 100%;
    margin: 0 auto;
    display: block;
}
.secIndexList .boxList .item:nth-child(2n) .innerCover{
    width: 100%;
    padding: 45px 110px 52px 290px;
}
.secIndexList .boxList .item:nth-child(2n) .innerCover::after{
    right: 50px;
}
.secIndexList .boxList .item:nth-child(2n) .innerBox::after{
    right: 50px;
}
.secIndexList .boxList .item:nth-child(2n) .link{
    width: 100%;
    left: 0;
}
@media only screen and (max-width:767px){
    .secWorks {
        margin-top: 103px;
    }
    .secIndexList{
        margin-top: 40px;
    }
    .secIndexList .boxList .item:nth-child(n+2){
        margin-top: 62px;
        width: 100%;
    }
    .secIndexList .link{
        width: 100%;
    }
    .secIndexList .iconBox{
        left: 26px;
    }
    .secIndexList .iconBox .iconNew:nth-child(2){
        margin-left: 5px;
    }
    .secIndexList .txtBox{
        width: 100%;
        margin-left: 0;
        margin-top: -44vw;
        padding-top: 46.067vw;
        background: #262828;
    }
    .secIndexList .innerBox{
        width: 100%;
    }
    .secIndexList .innerCover{
        width: 100%;
        padding: 0 5.66% 60px;
    }
    .secIndexList .innerCover::after{
        width: 25px;
        height: 25px;
        top: auto;
        bottom: 20px;
        right: 26px;
    }
    .secIndexList .boxTit{
        font-size: 13px;
        letter-spacing: 0.5px;
        line-height: 2.3;
        white-space: normal;
        text-overflow: inherit;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2; /*表示マックスの行*/
        overflow: hidden;
        max-height: 60px;/*任意の値*/
    }
    .secIndexList .innerFlex{
        display: block;
        margin-top: 12px;
    }
    .secIndexList .nameTxt{
        font-size: 10px;
        letter-spacing: 0.3px;
        margin-right: 0;
        line-height: 1.5;
        margin-top: 0;
    }
    .secIndexList .tabBox{
        margin-top: 14px;
        overflow: hidden;
    }
    .secIndexList .tab{
        min-width: 70px;
        min-height: 20px;
        font-size: 10px;
        font-weight: 500;
        border-radius: 10px;
        margin-right: 10px;
        padding: 1px 13px;
        margin-top: 5px;
    }
    .secIndexList .boxList .item:nth-child(2n) .txtBox{
        width: 100%;
        left: 0;
        padding-left: 0;
    }
    .secIndexList .boxList .item:nth-child(2n) .innerCover{
        padding: 0 5.66% 60px;
    }
    .secIndexList .boxList .item:nth-child(2n) .innerCover::after{
        right: 26px;
    }
}
.secIndexList .boxSlider{
    border: 1px solid #262828;
    border-right: none;
    overflow: hidden;
    position: relative;
}
.secIndexList .boxSliderInner{
    display: flex;
}
.secIndexList .boxSliderInner:not(.noAnimation){
    transition-duration: 1000ms;
}
.secIndexList .itemSlide:not(:last-child){
    margin-right: 1px;
}
.secIndexList .itemSlide img{
    width: auto;
    height: 448px;
}
.secIndexList .boxSliderPager{
    position: absolute;
    z-index: 10;
    bottom: 32px;
    left: 36.7%;
    transform: translate3d(-50%, 0, 0);
}
.secIndexList .boxSliderPager button {
    display: inline-block;
    position: relative;
    width: 18px;
    height: 18px;
    background-color: transparent;
    border: 0px;
    cursor: pointer;
    transition: 400ms ease;
    margin-right: 8px;
    padding: 0;
}
.secIndexList .boxSliderPager button:last-child {
    margin-right: 0;
}
.secIndexList .boxSliderPager button svg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none;
}
.secIndexList .boxSliderPager button svg circle {
    opacity: 0;
    fill: transparent;
    stroke: #fff;
    stroke-width: 1;
    stroke-dasharray: 0 78.5;
    will-change: stroke-dasharray;
    transition: all 0.2s ease-out;
}
.secIndexList .boxSliderPager button[aria-selected="true"] {
    opacity: 1;
}
.secIndexList .boxSliderPager button[aria-selected="true"] svg circle {
    opacity: 1;
    stroke-dasharray: 78.5 78.5;
}
.secIndexList .boxSliderPager button span {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
    pointer-events: none;
}
.secIndexList .btnSliderPrev,
.secIndexList .btnSliderNext{
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0.588px 0.809px 7.68px 0.32px rgba(0, 0, 0, 0.2);
    background: #fff;
    position: absolute;
    top: calc(50% - 26px);
    left: 50px;
    transition: all 0.2s ease-out;
    cursor: pointer;
}
.secIndexList .btnSliderPrev:hover,
.secIndexList .btnSliderNext:hover{
    -webkit-filter: brightness(1.1);filter: brightness(1.1);
}
.secIndexList .btnSliderNext{
    left: 1236px;
}
.secIndexList .btnSliderPrev img,
.secIndexList .btnSliderNext img{
    outline: none;
}
@media only screen and (max-width:767px){
    .secIndexList .boxList{
        width: 100%;
        margin: 0 auto 0 0;
    }
    .secIndexList .boxSlider{
        border: none;
        width: 100%;
        z-index: 3;
    }
    .secIndexList .boxSliderInnerCover{
        border: 1px solid #262828;
        border-left: none;
        width: 93.334%;
        overflow: hidden;
        background: #fff;
    }
    .secIndexList .boxList .item:nth-child(2n) .boxSliderInnerCover{
        margin: 0 0 0 auto;
    }
    .secIndexList .itemSlide img{
        width: auto;
        height: 62.4vw;
    }
    .secIndexList .btnSlider{
        position: relative;
    }
    .secIndexList .boxSliderPager{
        left: 45px;
        bottom: 12px;
        transform: translate3d(0, 0, 0);
    }
    .secIndexList .boxList .item:nth-child(2n+1) .boxSliderPager{
        left: auto;
        right: 32px;
    }
    .secIndexList .btnSliderPrev,
    .secIndexList .btnSliderNext{
        width: 30px;
        height: 30px;
        top: calc(50% - 15px);
    }
    .secIndexList .btnSliderPrev{
        left: 2.667%;
    }
    .secIndexList .btnSliderNext{
        left: auto;
        right: calc(6.667% - 15px);
    }
}
.secCmnNextLoadScrol{
    width: 300px;
    height: 88px;
    margin: 100px auto 0;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}
@media only screen and (max-width:767px){
    .secCmnNextLoadScrol{
        width: 100%;
        height: 49px;
        margin: 50px auto 0;
    }
}
/* secVoice */
.secVoice{
    margin-top: 150px;
    overflow: hidden;
}
.secVoice .boxSliderHead{
    display: flex;
}
.secVoice .boxSlider{
    position: relative;
}
/* pagerBox */
.secVoice .pagerBox{
    display: flex;
    margin: 48px 0 0 13px;
}
.secVoice .swiper-button-prev,.secVoice .swiper-button-next{
    position: static;
    margin-top: 0;
    width: 25px;
    height: 25px;
    flex-shrink: 0;
    border-radius: 50%;
}
.secVoice .swiper-button-prev::after, .secVoice .swiper-button-next::after{
    display: none;
}
.secVoice .swiper-button-prev.lazyloaded{
    background: url(../img/index/iconSliderPrev.gif) center center / 5px auto no-repeat #333333;
}
.secVoice .swiper-button-next.lazyloaded{
    background: url(../img/index/iconSliderNext.gif) center center / 5px auto no-repeat #333333;
}
/* pagination */
.secVoice .swiper-pagination{
    position: static;
    font-size: 13px;
    margin: 1px 11px;
}
.secVoice .customPagenation{
    display: flex;
}
.secVoice .swiper-pagination-total,.secVoice .swiper-pagination-current{
    display: block;
}
.secVoice .swiper-pagination-total{
    margin: 10px 0 0 11px;
    position: relative;
}
.secVoice .swiper-pagination-total::after{
    position: absolute;
    content: "";
    width: 1px;
    height: 20px;
    transform: rotate(30deg);
    font-size: 13px;
    left: -5px;
    top: -9px;
    background: #33373d;
}
/* swiper */
.secVoice .swiper-container{
    width: 648px;
    margin: 50px auto 0;
    overflow: visible;
}
.secVoice .swiper-slide{
    height: auto;
}
/* inner */
.secVoice .slideLink{
    display: block;
    text-decoration: none;
    color: #000;
    height: 100%;
    position: relative;
}
.secVoice .slideLink::after{
    position: absolute;
    content: "";
    width: 35px;
    height: 35px;
    right: 0;
    bottom: 2px;
}
.secVoice .slideLink.lazyloaded::after{
    background: url(../img/index/iconArrow03.gif) center top / cover;
}
.secVoice .iconNew{
    position: absolute;
    right: 20px;
    top: -25px;
    z-index: 1;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    background: #262828;
    line-height: 50px;
    font-size: 14px;
    letter-spacing: 1px;
    box-shadow: 0px 0px 7.76px 0.24px rgba(0, 0, 0, 0.15);
}
.secVoice .img{
    width: 100%;
    padding-top: 66.359%;
    border-radius: 10px;
    box-shadow: 0px 0px 9.4px 0.6px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}
.secVoice .txtBox{
    padding-right: 45px;
}
.secVoice .sliderTit,.secVoice .sliderTxt{
    font-size: 18px;
    line-height: 1.3;
    margin-top: 37px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.secVoice .sliderTxt{
    font-size: 13px;
    margin-top: 14px;
}
/* anime */
.secVoice .slideLink{
    opacity: 0;
    transform: translate(0px, 50px);
    transition: opacity 0.5s cubic-bezier(0.18, 1.00, 0.29, 1.00), transform 2s cubic-bezier(0.18, 1.00, 0.29, 1.00);
}
.secVoice .boxSlider.jsShow .slideLink{
    transform: none;
    opacity: 1;
}
.secVoice .swiper-slide-active .slideLink{
    transition-delay: 0.5s;
}
.secVoice .swiper-slide-next .slideLink{
    transition-delay: 1s;
}
@media only screen and (max-width:767px){
    .secVoice{
        margin-top: 103px;
    }
    .secVoice .boxSliderHead{
        justify-content: space-between;
    }
    /* pagerBox */
    .secVoice .pagerBox{
        display: flex;
        margin: 8px 0 0;
    }
    /* swiper */
    .secVoice .swiper-container{
        width: 80%;
        margin: 40px auto 0;
    }
    /* inner */
    .secVoice .slideLink::after{
        width: 25px;
        height: 25px;
        bottom: 0;
    }
    .secVoice .img{
        width: 100%;
        padding-top: 66.667%;
        border-radius: 6px;
    }
    .secVoice .sliderTit{
        font-size: 13px;
        line-height: 1.84;
        white-space: normal;
        margin-top: 14px;
    }
    .secVoice .sliderTxt{
        font-size: 11px;
        margin-top: 4px;
    }
}
/* secLineup */
.secLineup{
    margin: 150px 0;
}
.secLineup .boxSliderHead{
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}
.secLineup .boxSlider{
    position: relative;
    overflow: hidden;
}
.secLineup .topWrapper{
    position: relative;
}
.secLineup .minTxt{
    font-size: 12px;
}
/* pagerBox */
.secLineup .pagerBox{
    display: flex;
    margin: 48px 0 0 13px;
}
.secLineup .swiper-button-prev,.secLineup .swiper-button-next{
    position: static;
    margin-top: 0;
    width: 25px;
    height: 25px;
    flex-shrink: 0;
    border-radius: 50%;
}
.secLineup .swiper-button-prev::after, .secLineup .swiper-button-next::after{
    display: none;
}
.secLineup .swiper-button-prev.lazyloaded{
    background: url(../img/index/iconSliderPrev.gif) center center / 5px auto no-repeat #333333;
}
.secLineup .swiper-button-next.lazyloaded{
    background: url(../img/index/iconSliderNext.gif) center center / 5px auto no-repeat #333333;
}
/* pagination */
.secLineup .swiper-pagination{
    position: static;
    font-size: 13px;
    margin: 1px 11px;
}
.secLineup .customPagenation{
    display: flex;
}
.secLineup .swiper-pagination-total,.secLineup .swiper-pagination-current{
    display: block;
}
.secLineup .swiper-pagination-total{
    margin: 10px 0 0 11px;
    position: relative;
}
.secLineup .swiper-pagination-total::after{
    position: absolute;
    content: "";
    width: 1px;
    height: 20px;
    transform: rotate(30deg);
    font-size: 13px;
    left: -5px;
    top: -9px;
    background: #33373d;
}
/* swiper */
.secLineup .swiper-container{
    overflow: visible;
}
.secLineup .swiper-slide{
    position: relative;
    padding-top: 147px;
    height: 676px;
    background: #dadada;
}
.secLineup .topTxt{
    font-size: 15px;
    line-height: 2.66;
}
.secLineup .titName{
    margin-top: 34px;
}
.secLineup .priceBox{
    display: flex;
    align-items: flex-start;
    margin-top: 42px;
}
.secLineup .boxFloor{
    font-size: 14px;
    background: #262828;
    color: #fff;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    padding-top: 20px;
    font-weight: 500;
    line-height: 1.13;
}
.secLineup .spanYen{
    position: relative;
    right: -6px;
    vertical-align: -3px;
}
.secLineup .spanNum{
    font-size: 40px;
}
.secLineup .priceTxt{
    font-size: 50px;
    margin-top: 23px;
}
.secLineup .spanSub{
    font-size: 12px;
    vertical-align: 3px;
    padding-left: 6px;
}
.secLineup .txtSub{
    font-size: 12px;
    margin-top: 40px;
    letter-spacing: 1px;
}
.secLineup .img01{
    position: absolute;
    top: 0;
    right: calc(50% - 960px);
}
.secLineup .img01 img,.secLineup .img02 img,.secLineup .titName img{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.secLineup .img02{
    margin-top: 210px;
    z-index: 5;
    position: relative;
}
.secLineup .cmnBtnMore{
    width: 745px;
    right: auto;
    left: calc(50% - 960px);
    top: 588px;
}
.secLineup .btnInner {
    padding-left: 290px;
    position: relative;
}
/* アニメーション */
.secLineup .jsHideSlide{
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
.secLineup .boxSlider.jsShow .swiper-slide-active .jsHideSlide{
    opacity: 1;
}
.secLineup .jsHideSlide01{
    transition-delay: 0.5s;
}
.secLineup .jsHideSlide02{
    transition-delay: 0.75s;
}
.secLineup .jsHideSlide03{
    transition-delay: 1s;
}
.secLineup .jsHideSlide04{
    transition-delay: 1.25s;
}
.secLineup .jsHideSlide05{
    transition-delay: 1.5s;
}
.secLineup .jsHideSlide06{
    transition-delay: 1.2s;
}
.secLineup .jsHideSlide07{
    transition-delay: 2s;
}
.secLineup .boxPriceList{
    width: 620px;
    margin-top: 45px;
}
.secLineup .boxPriceListIn{
    display: flex;
    justify-content: space-between;
}
.secLineup .txtPriceListSub{
    margin-top: 10px;
}
.secLineup .itemPriceList{
    width: 150px;
    background: #262828;
    color: #fff;
    text-align: center;
    padding: 22px 0 16px;
}
.secLineup .numPriceList{
    font-size: 19px;
    letter-spacing: 1px;
}
.secLineup .txtPriceList{
    font-size: 21px;
    margin-top: 11px;
}
.secLineup .topTxt.retouch {
    line-height: 1.5;
}
.secLineup .price-txt{
    margin-top: 20px;
    font-size: 15px;
    line-height: 2;
}
@media only screen and (max-width:767px){
    .secLineup{
        margin: 103px 0 30px;
    }
    .secLineup .boxSliderHead{
        justify-content: space-between;
        position: relative;
    }
    /* pagerBox */
    .secLineup .pagerBox{
        display: flex;
        margin: 8px 0 0;
    }
    .secLineup .swiper-slide{
        padding-top: 0;
        overflow: hidden;
        height: auto;
    }
    .secLineup .txtBox{
        display: flex;
        flex-flow: column;
        margin-top: 30px;
    }
    .secLineup .topTxt{
        font-size: 11px;
        line-height: 2;
        order: 2;
        margin-top: 15px;
    }
    .secLineup .titName{
        margin-top: 0;
        order: 1;
    }
    .secLineup .titName img{
        width: auto;
        height: 28px;
    }
    .secLineup .priceBox{
        order: 3;
        margin-top: 20px;
    }
    .secLineup .boxFloor{
        font-size: 10px;
        width: 56px;
        height: 56px;
        padding-top: 8px;
        line-height: 1.08;
    }
    .secLineup .spanNum{
        font-size: 24px;
    }
    .secLineup .priceTxt{
        font-size: 20px;
        margin: 7px 0 0 4px;
    }
    .secLineup .spanSub{
        font-size: 11px;
        padding: 8px 0 0 6px;
        display: block;
    }
    .secLineup .spanYen {
        right: -2px;
        vertical-align: -1px;
    }
    .secLineup .txtSub{
        order: 4;
        font-size: 11px;
        line-height: 1.81;
        margin-top: 17px;
    }
    .secLineup .cmnBtnMore{
        width: 93.334%;
        margin: 35px 0 0 auto;
    }
    .secLineup .cmnBtnMore .btnInner{
        padding-left: 27px;
    }
    .secLineup .img01,.secLineup .img02{
        width: 64%;
        top: 147px;
        right: -30.13vw;
    }
    .secLineup .img02{
        width: 75.734%;
        position: absolute;
        left: 0;
        top: 164px;
        margin: 0;
    }

    .secLineup .jsHideSlide02{
        transition-delay: 0.5s;
    }
    .secLineup .jsHideSlide01{
        transition-delay: 0.75s;
    }
    .secLineup .jsHideSlide07{
        transition-delay: 1s;
    }
    .secLineup .jsHideSlide06{
        transition-delay: 1.25s;
    }
    .secLineup .jsHideSlide03{
        transition-delay: 1.5s;
    }
    .secLineup .jsHideSlide04{
        transition-delay: 1.75s;
    }
    .secLineup .jsHideSlide05{
        transition-delay: 2s;
    }

    .secLineup .boxPriceList{
        width: 100%;
        margin-top: 20px;
        order: 3;
    }
    .secLineup .itemPriceList{
        width: calc(33.333% - 0.667px);
        padding: 10px;
        font-size: 10px;
        border-right: 1px solid #dadada;
    }
    .secLineup .itemPriceList:last-child{
        border: none;
    }
    .secLineup .numPriceList{
        font-size: 12px;
        letter-spacing: 0;
        margin-left: 0;
    }
    .secLineup .txtPriceList{
        font-size: 13px;
        margin-top: 6px;
    }
    .secLineup .txtPriceListSub{
        font-size: 11px;
    }

    /* comingSoon */
    .secLineup .img01{
        position: static;
        width: 86.667vw;
        order: 2;
        margin-top: 14.5px;
    }
    .secLineup .price-txt{
        font-size: 11px;
    }
}
@media only screen and (max-width:374px){
    .secLineup .itemPriceList{
        padding: 10px 3px;
        font-size: 10px;
    }
}
/* secAbout */
.secAbout .bgBox{
    height: 700px;
    padding-top: 71px;
}
.secAbout .bgBox.lazyloaded{
    background: url(../img/index/bgAbout.jpg) center top no-repeat;
}
.secAbout .jsHide {
    transition: opacity 4s cubic-bezier(0.18, 1.00, 0.29, 1.00), transform 2s cubic-bezier(0.18, 1.00, 0.29, 1.00);
}
.secAbout .aboutTit{
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 30px;
    /* ▼20250718 本番環境で異なるかも */
    letter-spacing: -8px;
    /* letter-spacing: 6px; */
    /* ▲20250718 本番環境で異なるかも */
    color: #fff;
    position: relative;
    text-align: center;
    margin: 0 auto;
}
::-webkit-full-page-media, :future, :root .secAbout .aboutTit{
    letter-spacing: normal;
}
.secAbout .aboutList{
    display: flex;
    justify-content: center;
    width: 1150px;
    margin: 55px auto 0;
}
.secAbout .aboutItem{
    width: 30.435%;
    border: solid 1px #fff;
    margin-right: 4.3475%;
}
.secAbout .aboutItem:last-child{
    margin-right: 0;
}
.secAbout .innerLink{
    width: 100%;
    height: 228px;
    padding-top: 125px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    display: block;
    position: relative;
}
.secAbout .innerLink.lazyloaded{
    background: url(../img/index/iconAbout01.png) center top 45px / 48px auto no-repeat rgba(0, 0, 0, 0.5);
}
.secAbout .aboutItem:nth-child(2) .innerLink.lazyloaded{
    background: url(../img/index/iconAbout02.png) center top 47px / 49px auto no-repeat rgba(0, 0, 0, 0.5);
}
.secAbout .aboutItem:nth-child(3) .innerLink.lazyloaded{
    background: url(../img/index/iconAbout03.png) center top 46px / 35px auto no-repeat rgba(0, 0, 0, 0.5);
}
.secAbout .itemTitJpn{
    font-size: 18px;
    letter-spacing: 0.5px;
}
.secAbout .itemTitEng{
    font-size: 30px;
    opacity: 0.5;
    margin-top: 17px;
}
/* animetion */
.secAbout .aboutItem{
    transition-delay: 0.5s;
}
.secAbout .aboutItem:nth-child(2){
    transition-delay: 1s;
}
.secAbout .aboutItem:nth-child(3){
    transition-delay: 1.5s;
}
/* fireFox */
@-moz-document url-prefix() {
    .secAbout .bgBox{
        display: flex;
        flex-flow: column;
    }
    .secAbout .aboutTit{
        letter-spacing: normal;
    }
}
/* mac */
::-webkit-full-page-media, :future, :root .secAbout .aboutTit{
    letter-spacing: 6px;
}
@media only screen and (max-width:767px){
    .secAbout .bgBox{
        height: auto;
        padding: 53px 0 90px;
    }
    .secAbout .bgBox.lazyloaded{
        background: url(../img/index/bgAbout_sp.jpg) center top / cover;
    }
    .secAbout .aboutTit{
        font-size: 22px;
        /* ▼20250718 本番環境で異なるかも */
        /* letter-spacing: 4px; */
        /* ▲20250718 本番環境で異なるかも */
    }
    .secAbout .aboutList{
        display: block;
        width: 65.334%;
        margin: 37px auto 0;
    }
    .secAbout .aboutItem{
        width: 100%;
        border: solid 1px rgba(255, 255, 255, 0.22);
        margin-right: 0;
    }
    .secAbout .aboutItem:nth-child(n+2){
        margin-top: 15px;
    }
    .secAbout .innerLink{
        height: 98px;
        padding: 29px 0 0 26.667vw;
        text-align: left;
    }
    .secAbout .innerLink.lazyloaded{
        background: url(../img/index/iconAbout01.png) left 11.2vw center / 38px auto no-repeat rgba(0, 0, 0, 0.22);
    }
    .secAbout .aboutItem:nth-child(2) .innerLink.lazyloaded{
        background: url(../img/index/iconAbout02.png) left 11.467vw center / 37px auto no-repeat rgba(0, 0, 0, 0.22);
    }
    .secAbout .aboutItem:nth-child(3) .innerLink.lazyloaded{
        background: url(../img/index/iconAbout03.png) left 12.534vw center / 28px auto no-repeat rgba(0, 0, 0, 0.22);
    }
    .secAbout .itemTitJpn{
        font-size: 16px;
        letter-spacing: normal;
    }
    .secAbout .itemTitEng{
        font-size: 20px;
        opacity: 0.5;
        margin-top: 9px;
    }
    /* animetion */
    .secAbout .aboutItem,.secAbout .aboutItem:nth-child(2),.secAbout .aboutItem:nth-child(3){
        transition-delay: 0.2s;
    }
}
@media only screen and (max-width:359px){
    .secAbout .itemTitJpn{
        font-size: 14px;
    }
    .secAbout .itemTitEng{
        font-size: 18px;
    }
}
/* secBnrRecruit */
.secBnrRecruit{
    background: #dadada;
    width: 100%;
}
.bnrBox{
    padding-top: 150px;
    padding-bottom: 150px;
    
}
@media only screen and (max-width:767px){
    .bnrBox{
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
/* secAreaAbout */
.secAreaAbout {
    position: relative;
    margin: 0 auto;
}
.secAreaAboutInner {
    margin-top: 50px;
}
.secAreaAbout-map {
    aspect-ratio: 10/3;
}
.secAreaAbout-map iframe {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.secAreaAbout-list {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    margin-top: 34px;
}
.secAreaAbout-list-ttl {
    font-size: 18px;
    line-height: 1.3;
    font-weight: bold;
    padding-left: 18px;
}
.secAreaAbout-list-ttl::before {
    content: "■";
    margin-left: -18px;
}
.secAreaAbout-list-txt {
    font-size: 15px;
    line-height: 1.86;
    letter-spacing: 0.5px;
}
@media only screen and (max-width: 767px) {
    .secAreaAbout {
        padding: 0;
        max-width: none;
        margin-top: 103px;
    }
    .secAreaAboutInner {
        margin-top: 40px;
    }
    .secAreaAbout-list {
        margin-top: 20px;
        row-gap: 10px;
    }
    .secAreaAbout-map {
        aspect-ratio: 8/5;
    }
    .secAreaAbout-list-ttl {
        font-size: 12px;
        line-height: 1.66;
        padding-left: 12px;
    }
    .secAreaAbout-list-ttl::before {
        margin-left: -12px;
    }
    .secAreaAbout-list-txt {
        font-size: 12px;
        line-height: 1.83;
    }
}
/* secFaq */
.index-secFaqDesign .secFaq{
    margin: 50px auto 50px;
}
.index-secFaqDesign .secFaq .faqBox:nth-child(n+2){
    margin-top: 30px;
}
.index-secFaqDesign .secFaq .titCategory{
    position: relative;
    height: 100px;
    display: flex;
    align-items: center;
    padding: 0 30px;
    font-size: 25px;
    color: #fff;
    font-weight: bold;
    background: #262828;
}
.index-secFaqDesign .secFaq .titCategory::before{
    position: absolute;
    content: "";
    width: 18px;
    height: 2px;
    background: #fff;
    right: 30px;
    top: calc(50% - 1px);
}
.index-secFaqDesign .secFaq .titCategory::after{
    position: absolute;
    content: "";
    width: 2px;
    height: 18px;
    background: #fff;
    right: 38px;
    top: calc(50% - 9px);
}
.index-secFaqDesign .secFaq .titCategory.opened::after{
    display: none;
}
.index-secFaqDesign .secFaq .boxList{
    display: none;
}
.index-secFaqDesign .secFaq .boxItem{
    border: 1px solid #262828;
    padding: 38px 30px;
    position: relative;
}
.index-secFaqDesign .secFaq .boxAnswer{
    display: none;
}
.index-secFaqDesign .secFaq .queBox{
    display: flex;
    position: relative;
    cursor: pointer;
}
.index-secFaqDesign .secFaq .queBox::before{
    position: absolute;
    content: "";
    width: 18px;
    height: 2px;
    background: #000;
    right: 0;
    top: calc(50% - 1px);
}
.index-secFaqDesign .secFaq .queBox::after{
    position: absolute;
    content: "";
    width: 2px;
    height: 18px;
    background: #000;
    right: 8px;
    top: calc(50% - 9px);
}
.index-secFaqDesign .secFaq .queBox.opened::after{
    display: none;
}
.index-secFaqDesign .secFaq .icon{
    flex-shrink: 0;
}
.index-secFaqDesign .secFaq .titQuestion{
    font-size: 18px;
    line-height: 1.3;
    margin-left: 8px;
    padding-top: 2px;
    font-weight: bold;
}
.index-secFaqDesign .secFaq .innerBox{
    display: flex;
    margin-top: 18px;
    margin-left: -3px;
}
.index-secFaqDesign .secFaq .txtAnswer{
    margin-left: 8px;
    font-size: 15px;
    line-height: 1.86;
    padding-top: 4px;
    letter-spacing: 0.5px;
}
.index-secFaqDesign .secFaq .boxItem + .boxItem{
    border-top: 1px solid #dadada;
}
.index-secFaqDesign .secFaq a{
    display: inline-block;
    color: #0078ff;
}
@media only screen and (max-width:767px){
    .index-secFaqDesign .secFaq{
        margin: 40px auto 30px;
    }
    .index-secFaqDesign .wrapperSp325 {
        width: 100%;
    }
    .index-secFaqDesign .secFaq .faqBox:nth-child(n+2){
        margin-top: 20px;
    }
    .index-secFaqDesign .secFaq .titCategory{
        height: 60px;
        padding: 0 15px;
        font-size: 16px;
        letter-spacing: 0.5px;
    }
    .index-secFaqDesign .secFaq .titCategory::before{
        width: 14px;
        right: 15px;
    }
    .index-secFaqDesign .secFaq .titCategory::after{
        height: 14px;
        right: 21px;
        top: calc(50% - 7px);
    }
    .index-secFaqDesign .secFaq .boxItem{
        padding: 21px 15px 16px;
    }
    .index-secFaqDesign .secFaq .queBox::before{
        width: 14px;
        top: 12px;
    }
    .index-secFaqDesign .secFaq .queBox::after{
        height: 14px;
        right: 6px;
        top: 6px;
    }
    .index-secFaqDesign .secFaq .icon{
        width: 26px;
    }
    .index-secFaqDesign .secFaq .boxAnswer .icon{
        width: 32px;
    }
    .index-secFaqDesign .secFaq .titQuestion{
        font-size: 12px;
        line-height: 1.66;
        padding-top: 2px;
        padding-right: 25px;
    }
    .index-secFaqDesign .secFaq .innerBox{
        margin-top: 5px;
    }
    .index-secFaqDesign .secFaq .txtAnswer{
        font-size: 12px;
        line-height: 1.83;
        padding-top: 6px;
        margin-left: 4px;
    }
}
@media only screen and (max-width:374px){
    .index-secFaqDesign .secFaq .titQuestion{
        font-size: 14px;
    }
}

/*headline*/
.index-secFaqDesign {
  position: relative;
  background: #dadada;
  padding-bottom: 150px;
  margin: 150px auto 0;
}
.index-secFaqDesignInner{
  position: relative;
  margin: 0 auto;
}
.index-secFaqDesign .cmnTitBox {
  color: #262828;
}
.index-secFaqDesign .cmnTitBox .titEng {
  font-size: 90px;
}
.index-secFaqDesign .cmnTitBox .titJpn {
  font-size: 14px;
  margin-top: 10px;
  letter-spacing: 1.5px;
}
.index-secFaqDesign .cmnBtnMore {
  width: 645px;
  position: absolute;
  right: calc(50% - 960px);
  top: 2px;
}
.index-secFaqDesign .cmnBtnMore .btnInner {
  width: 100%;
  height: 88px;
  border: solid 1px #262828;
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding-left: 49px;
  text-decoration: none;
  color: #000;
  font-size: 12px;
}
.index-secFaqDesign .cmnBtnMore .moreTxt {
  letter-spacing: 2.5px;
}
.index-secFaqDesign .cmnBtnMore .spanIcon {
  position: relative;
}

.index-secFaqDesign .cmnBtnMore .spanIcon.lazyloaded::after {
  background: url(../img/index/iconBtnArrow01.png) center top no-repeat;
}
.index-secFaqDesign .cmnBtnMore .spanIcon::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 11px;
  right: -155px;
  top: 3px;
}
.index-secFaqDesign .cmnBtnMore .btnTxt {
  margin-top: 13px;
  letter-spacing: 0.5px;
}

@media only screen and (max-width: 767px){
    .index-secFaqDesign {
        margin-top: 103px;
    }
    .index-secFaqDesignInner{
        padding: 0;
        width: 86.667%;
        max-width: none;
    }
    .index-secFaqDesign .cmnTitBox .titEng {
    font-size: 40px;
    }
    .index-secFaqDesign .cmnTitBox .titJpn {
    font-size: 12px;
    margin-top: 7px;
    letter-spacing: 1px;
    }
    .index-secFaqDesign .cmnBtnMore {
    width: 93.334%;
    position: static;
    margin: 30px 0 0 auto;
    }
    .index-secFaqDesign .cmnBtnMore .btnInner {
    font-size: 11px;
    height: 66px;
    padding-left: 27px;
    border-right: none;
    }
    .index-secFaqDesign .cmnBtnMore .moreTxt {
    letter-spacing: 1px;
    }
    .index-secFaqDesign .cmnBtnMore .spanIcon.lazyloaded::after {
    background: url(../img/index/iconBtnArrow01_sp.png) center top / cover;
    }
    .index-secFaqDesign .cmnBtnMore .spanIcon::after {
    width: 80px;
    height: 11px;
    right: -90px;
    top: 3px;
    }
    .index-secFaqDesign .cmnBtnMore .btnTxt {
    margin-top: 8px;
    }
}
/* secSns */
.secSns{
    background: #9fa19c;
    padding: 153px 0 100px;
}
.secSns .innerWrapper{
    position: relative;
}
.secSns .snsMain{
    width: 1040px;
    margin: 68px auto 0;
}
.secSns .linkList{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.secSns .item{
    width: 33.27%;
}
.secSns .snsBox{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}
.secSns .snsTxt{
    font-size: 14px;
    color: #1d1d1d;
    letter-spacing: 1.5px;
}
.secSns .snsList{
    display: flex;
    margin-left: 26px;
}
.secSns .snsItem{
    margin-right: 20px;
}
.secSns .snsItem:last-child{
    margin-right: 0;
}
.secSns .snsLink{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #555853;
    display: flex;
    justify-content: center;
    align-items: center;
}
.secSns .imgBox{
    width: 100%;
    position: relative;
    height: 0;
    padding-top: 100%;
}
/* animetion */
.secSns .item{
    transition-delay: 0.5s;
    opacity: 0;
    transform: translate(0px, 40px);
    transition: opacity 5s cubic-bezier(0.18, 1.00, 0.29, 1.00), transform 2s cubic-bezier(0.18, 1.00, 0.29, 1.00);
}
.secSns .snsMain.jsShow .item{
    transform: none;
    opacity: 1;
}
.secSns .item{
    transition-delay: 0.5s;
}
.secSns .item:nth-child(2){
    transition-delay: 1s;
}
.secSns .item:nth-child(3){
    transition-delay: 1.5s;
}
.secSns .item:nth-child(4){
    transition-delay: 2s;
}
.secSns .item:nth-child(5){
    transition-delay: 2.5s;
}
.secSns .item:nth-child(6){
    transition-delay: 3s;
}
@media only screen and (max-width:767px){
    .secSns{
        padding: 58px 0 50px;
    }
    .secSns .snsMain{
        width: 100%;
        margin: 31px auto 0;
    }
    .secSns .linkList{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .secSns .item{
        width: calc(100% / 3);
    }
    .secSns .snsBox{
        display: block;
        margin-top: 30px;
    }
    .secSns .snsTxt{
        font-size: 12px;
        letter-spacing: normal;
        text-align: center;
    }
    .secSns .snsList{
        margin: 19px 0 0;
        justify-content: center;
    }
    .secSns .snsItem{
        margin-right: 14px;
    }
    .secSns .snsLink{
        width: 42px;
        height: 42px;
    }
    .secSns .snsItem img{
        width: 7px;
        height: auto;
    }
    .secSns .snsItem:nth-child(2) img{
        width: 20px;
    }
    .secSns .snsItem:nth-child(3) img{
        width: 18px;
    }
    .secSns .snsItem:nth-child(4) img{
        width: 17px;
    }
    .secSns .snsItem:nth-child(5) img{
        width: 15px;
    }
    /* anime */
    .secSns .item{
        transition-delay: 0.25s;
    }
    .secSns .item:nth-child(2){
        transition-delay: 0.5s;
    }
    .secSns .item:nth-child(3){
        transition-delay: 0.75s;
    }
    .secSns .item:nth-child(4){
        transition-delay: 1s;
    }
    .secSns .item:nth-child(5){
        transition-delay: 1.25s;
    }
    .secSns .item:nth-child(6){
        transition-delay: 1.5s;
    }
}