@charset "utf-8";

/*-----------------------------------------------
    index
-----------------------------------------------*/
/* secHero */
.secHero{
    background: url(../img/index/bgHero_new.jpg) center top no-repeat var(--grayColor_f0);
    width: 100%;
    overflow: hidden;
}
.secHero .fvArea{
    width: 100%;
    position: relative;
    color: var(--whiteColor);
}
.secHero .Inner{
    max-width: 166rem;
    width: calc(100% - 10rem);
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
}
.secHero .titleIn{
    display: inline-block;
    width: 100%;
    text-align: left;
    position: relative;
    padding-top: 2rem;
    padding-left: 14rem;
}
.secHero .title{
    max-width: 67rem;
    width: calc(670 / 1920 * 100vw);
}
.secHero .imgIcon{
    position: absolute;
    max-width: 24.8rem;
    width: calc(248 / 1920 * 100vw);
    top: 15.3rem;
    right: calc(170 / 1920 * 100vw);
}
.secHero .scrollBox{
    width: 1px;
    position: absolute;
    height: 15rem;
    left: calc(5rem + 5rem);
    top: calc(50% - 7rem);
    overflow: hidden;
}
.secHero .scrollBox .scroolLine01{
    position: absolute;
    z-index: 0;
    width: 1px;
    height: 15rem;
    background: var(--whiteColor_20);
}
.secHero .scrollBox .scroolLine02{
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: block;
    background: linear-gradient(to bottom, var(--whiteColor) 50%, var(--whiteColor_50) 50%);
    background-position: 0 -15rem;
    background-size: 100% 200%;
    animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
}
@keyframes scrolldown{
    0%{
        background-position: 0 100%;
    }
    75%{
        background-position: 0 0;
    }
    100%{
        background-position: 0 -100%;
    }
}
/* secHero */
.secHero .slideArea{
    width: 100%;
    overflow: visible;
    padding-bottom:10rem;
}
.secHero .slideInner{
    display: block;
}
.secHero #sliderHero{
    position: relative;
    width: 100%;
}
.secHero #sliderHero .swiper{
    width: 118rem;
    margin: 0 auto;
    overflow: visible;
}
.secHero #sliderHero .swiper-slide{
    transform: scale(1);
    transform-origin: center center;
    transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
    backface-visibility: hidden;
    position: relative;
}
.secHero #sliderHero .swiper-slide-active{
    transform: scale(calc(480 / 380));
    z-index: 5;
}
.secHero #sliderHero .linkBnr{
    display: block;
    width: 100%;
}
.secHero #sliderHero .swiper-slide-active .linkBnr{
    box-shadow: 0 0 1.5rem 0 var(--textColor_25);
}
.secHero #sliderHero .imgBox{
    width: 100%;
    height: 0;
    padding-top: calc(480 / 480 * 100%);
    overflow: hidden;
}
.secHero #sliderHero .swiper-pagination{
    position: static;
    width: 100%;
    padding-top: 7.7rem;
}
.secHero #sliderHero .swiper-pagination-bullet{
    width: 1rem;
    height: 1rem;
    opacity: 1;
    background-color: var(--textColor_10);
    margin: 0.3rem 0.5rem!important;
}
.secHero #sliderHero .swiper-pagination-bullet-active{
    background-color: var(--textColor);
}
@media only screen and (min-width:1216px){
    .secHero #sliderHero.disabled .swiper{
        width: 48rem;
    }
    .secHero .fvArea{
        height: 120rem;
        padding-bottom: 15rem;
    }
    .secHero .scrollBox{
        bottom: calc(13rem + 15rem);
    }
    .secHero:has(.slideArea) .fvArea{
        height: calc(120rem - 15rem);
        padding-bottom: 0;
    }
    .secHero .imgtxt{
        position: absolute;
        right: calc(0% + 2rem);
        top: calc(50% + 0.6rem);
    }
    .secHero .img_ambassador{
        display: none;
    }
    @media only screen and (max-width:1500px){
        .secHero{
            background-size: auto 120rem;
        }
    }
}
@media only screen and (max-width:1215px){
    .secHero{
        background-image:none;
        background-color: var(--grayColor_f0);
    }
    .secHero:has(.slideArea){
        background-size: auto calc(100% - (4.6rem + 3.7rem + 1rem + 15rem));
    }
    .secHero .fvArea{
        background: url(../img/index/bgHero_sp_new.jpg) center center no-repeat;
        background-size: cover;
        height: auto;
        padding-top: calc(6rem + 4.7rem);
        padding-bottom: calc(3.9rem + 8rem + 10.8rem);
        overflow: hidden;
    }
    .secHero .img_ambassador{
        position: absolute;
        width: 22.7rem;
        height: 35.4rem;
        bottom: calc(0% - 5.6rem);
        right: 1rem;
    }
    .secHero .Inner{
        max-width: 100%;
        width: calc(100% - 2rem);
        height: auto;
        display: block;
    }
    .secHero .titleIn{
        display:block;
        text-align: center;
        padding: 0;
    }
    .secHero .title{
        max-width: 31.3rem;
        width: 100%;
        margin: 0 auto;
    }
    .secHero .titNum{
        font-size: var(--spFontSize36);
        line-height: calc(40 / 36);
    }
    .secHero .subtit{
        font-size: var(--spFontSize16);
        line-height: var(--spLineHeight16_32);
        letter-spacing: 0.05em;
        margin-top: 0.8rem;
    }
    .secHero .imgtxt{
        max-width: 29.4rem;
        width: calc(100% - 2rem);
        margin: 0 auto;
        margin-top: 2.6rem;
    }
    .secHero .imgIcon{
        width: 13.7rem;
        top: auto;
        bottom: 8.6rem;
        right: auto;
        left: 31px;
    }
    .secHero .scrollBox{
        display: none;
        height: 8rem;
        bottom: 10.7rem;
    }
    .secHero .scrollBox .scroolLine01{
        height: 8rem;
    }
    /* secHero */
    .secHero .slideArea{
        width: 100%;
        overflow: visible;
        padding-bottom: 4.6rem;
        padding-top: 1.5rem;
    }
    .secHero .slideInner{
        display: block;
    }
    .secHero #sliderHero{
        position: relative;
        width: 100%;
    }
    .secHero #sliderHero .swiper{
        width: 30rem;
    }
    .secHero #sliderHero .swiper-slide-active{
        transform: scale(calc(265 / 195));
    }
    .secHero #sliderHero .swiper-slide-active .linkBnr{
        box-shadow: 0 0 1rem 0 var(--textColor_25);
    }
    .secHero #sliderHero .swiper-pagination{
        padding-top: calc(3.7rem + 1.5rem);
    }
    .secHero #sliderHero .swiper-pagination-bullet{
        width: 0.9rem;
        height: 0.9rem;
        margin: 0.3rem 0.45rem!important;
    }
}
@media only screen and (max-width:767px){
    .secHero .fvArea{
        height: auto;
        padding-top: calc(6rem + 5.8rem);
        padding-bottom: calc(1.3rem + 25.7rem);
        overflow: hidden;
    }
    .secHero #sliderHero .swiper{
        width: calc(195 / 375 * 100%);
    }
}
@media only screen and (max-width:374px){
    .secHero .fvArea{
        background-size: 37.5rem auto;
        background-position: center top;
    }
    .secHero .img_ambassador{
        width: calc(227 / 375 * 100vw);
        height: calc(354 / 375 * 100vw);
        bottom: calc(0% - (56 / 375 * 100vw));
        right: calc(0% + (10 / 375 * 100vw));
    }
    .secHero .imgIcon{
        width: calc(137 / 375 * 100vw);
        bottom: calc(86 / 375 * 100vw);
        left: calc(31 / 375 * 100vw);
    }
    .secHero .title{
        width: calc(313 / 355 * 100%);
    }
}

/* secConcept */
.secConcept{
    width: 100%;
    margin-top: 10rem;
    overflow: hidden;
}
.secConcept .Inner{
    position: relative;
    padding-right: 7rem;
    padding-top: 4.4rem;
    padding-bottom: calc(258 / 1920 * 100vw);
}
.secConcept .txtArea{
    width: 100%;
}
.secConcept .titengbox{
    width: 100%;
    text-align: left;
}
.secConcept .titEng{
    display: inline-block;
    position: relative;
    padding-left: calc(3rem + 1rem);
    font-size: var(--pcFontSize14);
    line-height: var(--pcLineHeight14_20);
    font-weight: 300;
    letter-spacing: var(--pcLetterSpacing14_100);
}
.secConcept .titEng::after{
    content: "";
    position: absolute;
    width: 3rem;
    height: 1px;
    background-color: var(--textColor);
    left: 0;
    top: calc(50% - 0.5px);
}
.secConcept .areaflex{
    display: flex;
    justify-content: space-between;
    margin-top: 4.8rem;
}
.secConcept .titArea{
    display: inline-block;
    padding-left: 5rem;
}
.secConcept .tit{
    font-size: var(--pcFontSize34);
    line-height: var(--pcLineHeight34_70);
    font-weight: bold;
    letter-spacing: var(--pcLetterSpacing34_300);
}
.secConcept .contentArea{
    display: inline-block;
    padding-left: 5rem;
    padding-right: calc((600 / 1920 * 100vw) + 5.4rem);
}
.secConcept .txtbox{
    width: 100%;
    text-align: left;
}
.secConcept .txt{
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_52);
}
.secConcept .txt + .txt{
    margin-top: 5rem;
}
.secConcept .boxCmnBtn{
    max-width: 40rem;
    margin-left: 0;
    margin-top: 4.3rem;
}
.secConcept .boxCmnBtn .cmnBtn{
    width: 100%;
    padding: 0 2.5rem;
}
@media only screen and (min-width:1216px){
    .secConcept .txt{
        font-weight: bold;
        letter-spacing: var(--pcLetterSpacing16_100);
    }
    .secConcept .Inner::after{
        content: "";
        position: absolute;
        max-width: 55rem;
        max-height: 40rem;
        width: calc(550 / 1920 * 100vw);
        height: calc(400 / 1920 * 100vw);
        left: calc(0% - ((100vw - 172rem) / 2));
        bottom: calc(0% + (141 / 1920 * 100vw));
    }
    .secConcept.lazyloaded .Inner::after{
        background: url(../img/index/imgConceptItem02.jpg) center top no-repeat;
        background-size: 100% auto;
    }
    .secConcept .rightImg{
        position: absolute;
        top: 0;
        right: 7rem;
        width: calc(600 / 1920 * 100vw);
        max-width: 60rem;
    }
    @media only screen and (max-width:1820px){
        .secConcept .Inner::after{
            left: calc(0% - 5rem);
        }
    }
    @media only screen and (max-width:1640px){
        .secConcept .titArea{
            padding-left: 3rem;
        }
        .secConcept .txt{
            letter-spacing: var(--spLetterSpacing0);
        }
        .secConcept .contentArea{
            padding-right: calc((600 / 1920 * 100vw) + 3rem);
        }
    }
}
@media only screen and (max-width:1215px){
    .secConcept{
        margin-top: 0;
        overflow: hidden;
    }
    .secConcept .Inner{
        padding: 0;
        width: 100%;
        padding-top: 6.4rem;
    }
    .secConcept .txtArea{
        width: 100%;
    }
    .secConcept .titengbox{
        padding: 0 2rem;
    }
    .secConcept .titEng{
        padding-left: calc(1.5rem + 1rem);
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_20);
        letter-spacing: 0.075em;
    }
    .secConcept .titEng::after{
        width: 1.5rem;
    }
    .secConcept .areaflex{
        display: block;
        margin-top: 1.5rem;
    }
    .secConcept .titArea{
        display: block;
        padding: 0 2rem;
    }
    .secConcept .tit{
        font-size: var(--spFontSize18);
        line-height: var(--spLineHeight18_38);
    }
    .secConcept .contentArea{
        display: block;
        padding: 0 2rem;
        margin-top: 0.7rem;
    }
    .secConcept .txt{
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_36);
    }
    .secConcept .txt + .txt{
        margin-top: 1.7rem;
    }
    .secConcept .boxCmnBtn{
        max-width: 26.5rem;
        width: 100%;
        margin-top: 2rem;
    }
    .secConcept .boxCmnBtn .cmnBtn{
        padding: 0 1.8rem;
    }
    .secConcept .rightImg{
        display: block;
        width: 100%;
        padding-right: 2rem;
        margin-top: 4rem;
    }
    .secConcept .boxCmnBtn .txtBtn{
        letter-spacing: var(--spLetterSpacing0);
    }
    .secConcept .Inner::after{
        content: "";
        position: absolute;
        width:13.2rem;
        height: 25.9rem;
        top: 0;
        right: 0;
    }
    .secConcept.lazyloaded .Inner::after{
        background: url(../img/index/imgConceptItem02_sp.png) center top no-repeat;
        background-size: 100% auto;
    }
}
/* secIndexTitle */
.secIndexTitle{
    width: 100%;
    text-align: left;
}
.secIndexTitle .i_Inner{
    display: flex;
    align-items: flex-end;
}
.secIndexTitle .engtit{
    display: inline-block;
    font-size: var(--pcFontSize80);
    line-height: var(--pcLineHeight80_90);
    font-weight: 300;
    letter-spacing: var(--pcLetterSpacing80_50);
}
.secIndexTitle .titJpn{
    display: inline-block;
    padding-left: 3rem;
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_32);
    padding-bottom: calc(var(--pcFontSize80) * (11 / 80));
}
.secIndexTitle .titJpn .titInner{
    display: inline-block;
    padding-bottom: calc(var(--pcFontSize16) * (8 / 16));
    border-bottom: 1px solid;
    border-color: var(--textColor);
}
@media only screen and (max-width:1215px){
    .secIndexTitle .i_Inner{
        display: block;
    }
    .secIndexTitle .engtit{
        display: block;
        font-size: var(--spFontSize40);
        line-height: var(--spLineHeight40_50);
    }
    .secIndexTitle .titJpn{
        display: block;
        padding: 0;
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_20);
        margin-top: 0.6rem;
    }
    .secIndexTitle .titJpn .titInner{
        padding-bottom: calc(var(--spFontSize12) * (3 / 12));
    }
}

/* secModelhouse */
.secModelhouse{
    margin-top: 7.9rem;
}
.secModelhouse .list{
    display: flex;
    flex-wrap: wrap;
    margin-top: 5rem;
}
.secModelhouse .Item{
    width: calc((100% - 7rem) / 3);
    margin-right: 3.5rem;
}
.secModelhouse .itemLink{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    padding-bottom: 6.4rem;
}
.secModelhouse .imgArea{
    width: 100%;
}
.secModelhouse .imgBox{
    width: 100%;
    height: 0;
    padding-top: calc(470 / 860 * 100%);
    overflow: hidden;
    z-index: 1;
}
.secModelhouse .txtArea{
    padding-top: 2rem;
    width: 100%;
}
.secModelhouse .boxTaglist{
    display: block;
    width: 100%;
}
.secModelhouse .taglist{
    display: flex;
    flex-wrap: wrap;
}
.secModelhouse .itemTag{
    display: inline-block;
}
.secModelhouse .tagInner{
    display: flex;
    align-items: center;
    min-width: 15rem;
    min-height: 4.5rem;
    background-color: var(--catalogColor);
    color: var(--whiteColor);
    padding: 1rem 2rem;
}
.secModelhouse .tagNew .tagInner{
    background-color: var(--NewColor);
    color: var(--textColor);
    min-width: 8rem;
}
.secModelhouse .tagInner .tagtxt{
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: var(--pcFontSize14);
    line-height: var(--pcLineHeight14_20);
}
.secModelhouse .txtbox{
    margin-top: 2.2rem;
}
.secModelhouse .tit{
    font-size: var(--pcFontSize28);
    line-height: var(--pcLineHeight28_34);
    font-weight: bold;
    letter-spacing: var(--pcLetterSpacing28_50);
}
.secModelhouse .txtAbout{
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_32);
    margin-top: 1.5rem;
}
.secModelhouse .addtxt{
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_32);
    letter-spacing: var(--pcLetterSpacing16_50);
    color: var(--catalogColor);
    margin-top: 1.5rem;
}
.secModelhouse .txtAbout + .addtxt{
    margin-top: 0.8rem;
}
.secModelhouse .boxCmnMore{
    position: absolute;
    bottom: 0;
    right: 0;
    padding-bottom: 1rem;
}
@media only screen and (min-width:1216px){
    .secModelhouse .Item:nth-child(3n){
        margin-right: 0;
    }
    .secModelhouse .Item:nth-child(n + 4){
        margin-top: 6rem;
    }
    .secModelhouse .tit,
    .secModelhouse .txtAbout,
    .secModelhouse .addtxt{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .secModelhouse .tagInner .tagtxt{
        letter-spacing: var(--pcLetterSpacing14_50);
    }
}
@media only screen and (max-width:1215px){
    .secModelhouse{
        margin-top: 5.7rem;
    }
    .secModelhouse .list{
        display: block;
        margin-top: 2.5rem;
    }
    .secModelhouse .Item{
        width: 100%;
        margin-right: 0;
    }
    .secModelhouse .Item + .Item{
        margin-top: 3rem;
    }
    .secModelhouse .Item:nth-child(n + 5){
        display: none;
    }
    .secModelhouse .itemLink{
        height: auto;
        padding-bottom: 4.1rem;
    }
    .secModelhouse .imgArea{
        width: 100%;
    }
    .secModelhouse .txtArea{
        padding-top: 1.5rem;
    }
    .secModelhouse .tagInner{
        min-width: 12rem;
        min-height: 3rem;
        padding: 0.5rem 1rem;
    }
    .secModelhouse .tagNew .tagInner{
        min-width: 6rem;
    }
    .secModelhouse .tagInner .tagtxt{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_20);
    }
    .secModelhouse .txtbox{
        margin-top: 1rem;
    }
    .secModelhouse .tit{
        font-size: var(--spFontSize18);
        line-height: var(--spLineHeight18_26);
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        max-height: calc((var(--spFontSize18) * var(--spLineHeight18_26)) * 2);
    }
    .secModelhouse .txtAbout{
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_22);
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        max-height: calc((var(--spFontSize14) * var(--spLineHeight14_22)) * 2);
        margin-top: 0.8rem;
    }
    .secModelhouse .addtxt{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_20);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-top: 0.8rem;
    }
    .secModelhouse .txtAbout + .addtxt{
        margin-top: 0.8rem;
    }
    .secModelhouse .boxCmnMore{
        padding-bottom: 1.1rem;
        width: 100%;
        max-width: 100%;
    }
    .secIndexMore.boxCmnBtn{
        max-width:26.5rem;
        width: calc(100% - 4rem);
        margin: 0 auto;
        margin-top: 3rem;
    }
}
/* secReserveBnr */
.secReserveBnr{
    margin-top:10rem;
}
.secReserveBnr .bnrLink{
    display: block;
    border-radius: 1rem;
    overflow: hidden;
    position: relative;
    z-index: 1;
    width: 100%;
}
.secReserveBnr .bnrImg{
    width: 100%;
}
@media only screen and (max-width:1215px){
    .secReserveBnr{
        margin-top:5rem;
    }
    .secReserveBnr .bnrLink{
        border-radius: 0.5rem;
    }
}
/* secEvent */
.secEvent{
    width: 100%;
    overflow: hidden;
    margin-top: 10.6rem;
}
.secEvent .inner{
    display: flex;
    flex-wrap: wrap;
}
.secEvent .secIndexTitle{
    flex: 1;
}
.secEvent .secEventTab{
    width: 38rem;
    padding-top: 2rem;
}
.secEventTab .tablist{
    display: flex;
}
.secEventTab .tab{
    width: calc((100% - 2rem) / 2);
    margin-right: 2rem;
    pointer-events: all;
    cursor: pointer;
}
.secEventTab .tab:last-child{
    margin-right: 0;
}
.secEventTab .tabbox{
    display: flex;
    align-items: center;
    width: 100%;
    height: 6rem;
    border-radius: 3rem;
    overflow: hidden;
    background-color: var(--textColor_15);
    color: var(--whiteColor);
}
.secEventTab .tab.on .tabbox{
    background-color: var(--textColor);
}
.secEventTab .tabInner{
    display: inline-block;
    width: 100%;
    text-align: center;
}
.secEventTab .tabtxt{
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_32);
    letter-spacing: var(--pcLetterSpacing16_50);
    font-weight: bold;
}
.secEvantContent{
    width: 100%;
    overflow: visible;
    margin-top: 5rem;
}
.secEvantContent .contentbox{
    display: none;
}
.secEvantContent .contentbox.active{
    display: block;
}
.secEvantContent .boxSlider{
    width: 100%;
    overflow: visible;
}
.secEvantContent .boxSlider .swiper{
    max-width: 78rem;
    width: calc(780 / 1720 * 100%);
    overflow: visible;
    margin-left: 0;
}
.secEvantContent .boxSlider .itemLink{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    padding-bottom: 6.5rem;
}
.secEvantContent .boxSlider .itemInner{
    width: 100%;
    height: 100%;
}
.secEvantContent .boxSlider .imgArea{
    width: 100%;
}
.secEvantContent .boxSlider .imgBox{
    width: 100%;
    height: 0;
    padding-top: calc(720 / 1080 * 100%);
    overflow: hidden;
    z-index: 1;
}
.secEvantContent .txtArea{
    width: 100%;
    margin-top: 2rem;
}
.secEvantContent .boxTaglist{
    display: block;
    width: 100%;
}
.secEvantContent .taglist{
    display: flex;
    flex-wrap: wrap;
}
.secEvantContent .itemTag{
    display: inline-block;
}
.secEvantContent .tagInner{
    display: flex;
    align-items: center;
    min-width: 15rem;
    min-height: 4.4rem;
    background-color: var(--catalogColor);
    color: var(--whiteColor);
    padding: 1rem 2rem;
}
.secEvantContent .tagNew .tagInner{
    background-color: var(--NewColor);
    color: var(--textColor);
    min-width: 8rem;
}
.secEvantContent .tagInner .tagtxt{
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: var(--pcFontSize14);
    line-height: var(--pcLineHeight14_20);
}
.secEvantContent .tit{
    font-size: var(--pcFontSize34);
    line-height: var(--pcLineHeight34_50);
    font-weight: bold;
    letter-spacing: var(--pcLetterSpacing34_50);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: calc((var(--pcFontSize34) * var(--pcLineHeight34_50)) * 2);
    margin-top: 1.5rem;
}
.secEvantContent .daysBox{
    width: 100%;
    margin-top: 1.3rem;
}
.secEvantContent .dayslist{
    display: flex;
    align-items: flex-end;
}
.secEvantContent .daysItem{
    display: inline-block;
    position: relative;
}
.secEvantContent .daysItem + .daysItem{
    padding-left: 2rem;
}
.secEvantContent .daysItem + .daysItem::before{
    content: "";
    position: absolute;
    width: 0.6rem;
    height: calc(var(--pcFontSize36) * (2 / 36));
    background-color: var(--keyColor);
    left: calc(0% + 0.7rem);
    bottom: calc(0% + ((var(--pcFontSize36) * (32 / 36)) / 2));
}
.secEvantContent .itemIn{
    text-align: left;
    color: var(--keyColor);
}
.secEvantContent .itemIn .year{
    font-size: var(--pcFontSize18);
    line-height: var(--pcLineHeight18_26);
    font-weight: bold;
    letter-spacing: var(--pcLetterSpacing18_50);
}
.secEvantContent .itemIn .daytxt{
    font-size: var(--pcFontSize36);
    line-height: var(--pcLineHeight36_40);
    font-weight: bold;
    letter-spacing: var(--pcLetterSpacing36_50);
}
.secEvantContent .itemIn .year + .daytxt{
    margin-top: 0;
}
.secEvantContent .itemIn .week{
    font-size: var(--pcFontSize22);
    line-height: var(--pcLineHeight22_30);
}
.secEvantContent .addtxt{
    width: 100%;
    margin-top: 1rem;
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_32);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--catalogColor);
}
.secEvantContent .addtxt .intxt{
    display: inline;
}
.secEvantContent .addtxt .intxt + .intxt{
    padding-left: 1em;
}
.secEvantContent .boxCmnMore{
    position: absolute;
    bottom: 0;
    right: 0;
    padding-bottom: 1rem;
}
.secEvantContent .swiper-pagination{
    position: static;
    width: 100%;
    padding-top: 5.9rem;
}
.secEvantContent .swiper-pagination .swiper-pagination-bullet{
    width: 1rem;
    height: 1rem;
    background-color: var(--textColor_15);
    opacity: 1;
    margin: 0 0.5rem!important;
}
.secEvantContent .swiper-pagination .swiper-pagination-bullet-active{
    background-color: var(--textColor);
}
@media only screen and (min-width:1216px){
    .secEvantContent .boxSlider.disabled .swiper{
        max-width: 159.5rem;
        width: calc(100% - 10rem);
        margin-left: 0;
    }
    .secEvantContent .boxSlider.disabled .swiper-slide{
        width: calc((100% - 3.5rem) / 2);
    }
    .secEvantContent .tagInner .tagtxt{
        letter-spacing: var(--pcLetterSpacing14_50);
    }
}
@media only screen and (max-width:1215px){
    .secEvent{
        margin-top: 5.9rem;
    }
    .secEvent .inner{
        display: block;
    }
    .secEvent .secIndexTitle{
        width: 100%;
    }
    .secEvent .secEventTab{
        width: calc(100% - 1rem);
        padding: 0;
        margin-top:2.5rem;
    }
    .secEventTab .tab{
        width: calc((100% - 0.5rem) / 2);
        margin-right: 0.5rem;
    }
    .secEventTab .tab:last-child{
        margin-right: 0;
    }
    .secEventTab .tabbox{
        height: 4rem;
        border-radius: 2rem;
    }
    .secEventTab .tabtxt{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_20);
    }
    .secEvantContent{
        margin-top: 2.5rem;
    }
    .secEvantContent .boxSlider .swiper{
        max-width: 100%;
        width: calc(315 / 335 * 100%);
    }
    .secEvantContent .boxSlider.disabled .swiper{
        margin: 0 auto;
    }
    .secEvantContent .boxSlider .itemLink{
        padding-bottom: 4.1rem;
    }
    .secEvantContent .txtArea{
        margin-top: 1.5rem;
    }
    .secEvantContent .tagInner{
        min-width: 12rem;
        min-height: 3rem;
        padding: 0.5rem 1rem;
    }
    .secEvantContent .tagNew .tagInner{
        min-width: 6rem;
    }
    .secEvantContent .tagInner .tagtxt{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_20);
    }
    .secEvantContent .tit{
        font-size: var(--spFontSize18);
        line-height: var(--spLineHeight18_32);
        max-height: calc((var(--spFontSize18) * var(--spLineHeight18_32)) * 2);
        margin-top: 0.7rem;
    }
    .secEvantContent .daysBox{
        margin-top: 0.5rem;
    }
    .secEvantContent .daysItem + .daysItem{
        padding-left: 1.8rem;
    }
    .secEvantContent .daysItem + .daysItem::before{
        height: calc(var(--spFontSize28) * (2 / 28));
        left: calc(0% + 0.6rem);
        bottom: calc(0% + ((var(--spFontSize28) * (32 / 28)) / 2));
    }
    .secEvantContent .itemIn .year{
        font-size: var(--spFontSize16);
        line-height: var(--spLineHeight16_20);
    }
    .secEvantContent .itemIn .daytxt{
        font-size: var(--spFontSize28);
        line-height: var(--spLineHeight28_34);
    }
    .secEvantContent .itemIn .year + .daytxt{
        margin-top: 0;
    }
    .secEvantContent .itemIn .week{
        font-size: var(--spFontSize16);
        line-height: var(--spLineHeight16_26);
        letter-spacing: var(--spLetterSpacing0);
    }
    .secEvantContent .addtxt{
        margin-top: 0.6rem;
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_20);
    }
    .secEvantContent .addtxt .intxt + .intxt{
        padding-left: 1em;
    }
    .secEvantContent .boxCmnMore{
        max-width: 100%;
        width: 100%;
        padding-bottom: 1rem;
    }
    .secEvantContent .swiper-pagination{
        padding-top: 2.8rem;
    }
    .secEvantContent .swiper-pagination .swiper-pagination-bullet{
        width: 0.9rem;
        height: 0.9rem;
        margin: 0 0.45rem!important;
    }
}
/* secEstate */
.secEstate{
    width: 100%;
    margin-top:13rem;
}
.secEstate .estateLink{
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.secEstate .imgArea{
    width: 100%;
    height: 52rem;
    position: relative;
}
.secEstate .imgArea::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: var(--blackColor_10);
    z-index: 2;
}
.secEstate .imgBox{
    width: 100%;
    height: 100%;
    position: absolute;
}
.secEstate .txtArea{
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 3;
    color: var(--whiteColor);
    display: flex;
    align-items: center;
}
.secEstate .txtInner{
    display: inline-block;
    width: 100%;
    text-align: center;
}
.secEstate .subtit{
    font-size: var(--pcFontSize30);
    line-height: var(--pcLineHeight30_40);
    font-weight: bold;
    letter-spacing: var(--pcLetterSpacing30_350);
}
.secEstate .tit{
    font-size: var(--pcFontSize76);
    line-height: var(--pcLineHeight76_80);
    font-weight: bold;
    letter-spacing: var(--pcLetterSpacing76_150);
    margin-top: 2.1rem;
}
.secEstate .secIndexMore{
    margin-top: 5rem;
}
.secEstate .secIndexMore.boxCmnBtn .cmnBtn{
    background-color: var(--blackColor_0);
    border: 1px solid;
    border-color: var(--whiteColor);
    text-align: left;
}
.secEstate .secIndexMore.boxCmnBtn .cmnBtn::before{
    background-color: var(--catalogColor);
}
@media only screen and (min-width:1216px){
    .secEstate .secIndexMore.boxCmnBtn .cmnBtn::before{
        transform-origin: 100% 50%;
        transform: scaleX(0);
        transition: transform ease .6s;
    }
    .secEstate a:hover .secIndexMore.boxCmnBtn .cmnBtn::before{
        transform-origin: 0% 50%; transform: scaleX(1);
    }
    .secEstate .imgBox img{
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
@media only screen and (max-width:1215px){
    .secEstate{
        margin-top:7rem;
    }
    .secEstate .imgArea{
        height: auto;
    }
    .secEstate .imgArea::after{
        background-color: var(--blackColor_25);
    }
    .secEstate .imgBox{
        height: auto;
        position: relative;
    }
    .secEstate .txtInner{
        display: inline-block;
        padding-bottom: 0.7rem;
    }
    .secEstate .subtit{
        font-size: var(--spFontSize16);
        line-height: var(--spLineHeight16_25);
        letter-spacing: var(--spLetterSpacing16_50); 
    }
    .secEstate .tit{
        font-size: var(--spFontSize30);
        line-height: var(--spLineHeight30_40);
        letter-spacing: var(--spLetterSpacing30_50);
        margin-top: 0.5rem;
    }
    .secEstate .secIndexMore{
        margin-top: 2.6rem;
    }
    .secEstate .secIndexMore.boxCmnBtn .cmnBtn{
        background-color: var(--blackColor_0);
        border: 1px solid;
        border-color: var(--whiteColor);
        text-align: left;
    }
}
/* secLineup */
.secLineup{
    width: 100%;
    margin-top: 10.9rem;
}
.secLineup .lineupFlex{
    width: 100%;
    display: flex;
    margin-top: 6.6rem;
}
.secLineup .tabArea{
    width: 27rem;
    padding-right: 2rem;
    padding-top: 1rem;
}
.secLineup .tabList{
    width: 100%;
}
.secLineup .tabItem{
    width: 100%;
}
.secLineup .tabItem + .tabItem{
    margin-top: 3rem;
}
.secLineup .tabLink{
    display: inline-block;
    position: relative;
    padding-left: 1.5rem;
    color: var(--textColor);
    pointer-events: all;
    cursor: pointer;
}
.secLineup .tabLink.active{
    color: var(--keyColor);
}
.secLineup .tabLink::before{
    content: "";
    position: absolute;
    left: 0;
    width:calc(var(--pcFontSize20) * (6 / 20));
    height:calc(var(--pcFontSize20) * (6 / 20));
    top: calc(var(--pcFontSize20) * (12 / 20));
    background-color: var(--blackColor_0);
    border-radius: 50%;
}
.secLineup .tabLink.active::before{
    background-color: var(--keyColor);
}
.secLineup .tabtxt{
    font-size: var(--pcFontSize20);
    line-height: var(--pcLineHeight20_30);
    font-weight: bold;
    letter-spacing: var(--pcLetterSpacing20_50);
}
.secLineup .sliderArea{
    flex: 1;
    max-width: calc(100% - 27rem);
    padding-right: 5rem;
}
.secLineup .swiper{
    width: 100%;
}
.secLineup .lineupLink{
    display: block;
    width: 100%;
}
.secLineup .lineupInner{
    display: flex;
}
.secLineup .imgArea{
    width: 55rem;
}
.secLineup .imgBox{
    width: 100%;
    height: 0;
    padding-top: calc(680 / 550 * 100%);
    overflow: hidden;
    z-index: 1;
}
.secLineup .txtArea{
    flex: 1;
    padding-left: 8rem;
}
.secLineup .t_areaInner{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.secLineup .txtInner{
    display: inline-block;
    width: 100%;
    text-align: left;
}
.secLineup .boxLogo{
    width: 100%;
    display: block;
    text-align: left;
}
.secLineup .imgLogo{
    display: inline-block;
    height: auto;
    max-width: 100%;
    max-height: 12rem;
}
.secLineup .imgLogo img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 12rem;
}
.secLineup .titbox{
    width: 100%;
}
.secLineup .boxLogo + .titbox{
    margin-top: 2.5rem;
}
.secLineup .title{
    font-size: var(--pcFontSize34);
    line-height: var(--pcLineHeight34_50);
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: calc((var(--pcFontSize34) * var(--pcLineHeight34_50)) * 2);
}
.secLineup .txtbox{
    width: 100%;
    text-align: left;
}
.secLineup div + .txtbox{
    margin-top: 1.5rem;
}
.secLineup .txt{
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_32);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: calc((var(--pcFontSize16) * var(--pcLineHeight16_32)) * 3);
}
.secLineup .priceBox{
    width: 100%;
    margin-top: 1.2rem;
}
.secLineup .boxinner{
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}
.secLineup .tubotxt{
    display: inline-block;
    font-size: var(--pcFontSize18);
    line-height: var(--pcLineHeight18_30);
    font-weight: bold;
    padding-right: 1rem;
}
.secLineup .t_num{
    font-size: var(--pcFontSize30);
    line-height: var(--pcLineHeight30_40);
    padding-right: 0.5rem;
}
.secLineup .pricetxt{
    display: inline-block;
    font-weight: bold;
}
.secLineup .pricein{
    display: flex;
    align-items: flex-end;
}
.secLineup .priceNum{
    font-size: var(--pcFontSize48);
    line-height: var(--pcLineHeight48_56);
    padding-right: 0.5rem;
    letter-spacing: var(--pcLetterSpacing48_25);
}
.secLineup .pricesub{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    text-align: left;
    padding-bottom: 0.3rem;
}
.secLineup .tax{
    font-size: var(--pcFontSize12);
    line-height: var(--pcLineHeight12_16);
}
.secLineup .subtxt{
    font-size: var(--pcFontSize18);
    line-height: var(--pcLineHeight18_26);
}
.secLineup .txttagbox{
    width: 100%;
    margin-top: 1.4rem;
}
.secLineup .txttaglist{
    display: flex;
    flex-wrap: wrap;
}
.secLineup .txttag{
    display: inline-block;
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_32);
    letter-spacing: var(--pcLetterSpacing16_50);
    color: var(--catalogColor);
    padding-right: 1em;
}
.secLineup .boxCmnMore{
    margin-left: 0;
    margin-top: 4rem;
}
@media only screen and (min-width:1216px){
    .secLineup .swiper-pagination{
        display: none;
    }
    .secLineup .underTabbox{
        display: none;
    }
}
@media only screen and (max-width:1215px){
    .secLineup{
        margin-top: 6rem;
    }
    .secLineup .lineupFlex{
        display:block;
        margin-top:2.5rem;
    }
    .secLineup .tabArea{
        display: none;
    }
    .secLineup .sliderArea{
        width: 100%;
        max-width: 100%;
        padding: 0;
    }
    .secLineup .swiper{
        width: 100%;
    }
    .secLineup .lineupLink{
        position: relative;
        height: 100%;
        padding-bottom: 4rem;
    }
    .secLineup .lineupInner{
        display: flex;
    }
    .secLineup .imgArea{
        width: 16rem;
    }
    .secLineup .txtArea{
        flex: 1;
        padding-left: 1.2rem;
        width: calc(100% - 16rem);
    }
    .secLineup .t_areaInner{

    }
    .secLineup .boxLogo{
        width: 100%;
        max-width: 22.8rem;
    }
    .secLineup .imgLogo{
        max-height: 6rem;
    }
    .secLineup .imgLogo img{
        max-height: 4rem;
    }
    .secLineup .boxLogo + .titbox{
        margin-top: 0.7rem;
    }
    .secLineup .title{
        font-size: var(--spFontSize16);
        line-height: var(--spLineHeight16_25);
        max-height: calc((var(--spFontSize16) * var(--spLineHeight16_25)) * 2);
    }
    .secLineup .txtbox{
        display: none;
    }
    .secLineup .priceBox{
        margin-top: 0.2rem;
    }
    .secLineup .tubotxt{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_20);
        padding-right: 0.3rem;
    }
    .secLineup .t_num{
        font-size: var(--spFontSize22);
        line-height: var(--spLineHeight22_26);
        padding-right: 0.1rem;
    }
    .secLineup .priceNum{
        font-size: var(--spFontSize34);
        line-height: var(--spLineHeight34_40);
        padding-right: 0.3rem;
        letter-spacing: var(--spLetterSpacing0);
    }
    .secLineup .pricesub{
        padding-bottom: 0.2rem;
    }
    .secLineup .tax{
        font-size: var(--spFontSize10);
        line-height: var(--spLineHeight10_13);
    }
    .secLineup .subtxt{
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_20);
    }
    .secLineup .txttagbox{
        display: none;
    }
    .secLineup .boxCmnMore{
        position: absolute;
        max-width: 100%;
        width: 100%;
        margin: 0;
        left: 0;
        bottom: 0;
    }
    .secLineup .underTabbox{
        width: 100%;
        margin-top: 1.4rem;
    }
    .secLineup .tagList{
        display: flex;
        flex-wrap: wrap;
    }
    .secLineup .tagItem{
        display: inline-block;
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_20);
        color: var(--catalogColor);
        padding-right: 0.5em;
    }

    .secLineup .swiper-pagination{
        position: static;
        width: 100%;
        padding-top: 2.6rem;
    }
    .secLineup .swiper-pagination .swiper-pagination-bullet{
        width: 0.9rem;
        height: 0.9rem;
        margin: 0.3rem 0.45rem!important;
        background-color: var(--textColor_10);
        opacity: 1;
    }
    .secLineup .swiper-pagination .swiper-pagination-bullet-active{
        background-color: var(--textColor);
    }
}
/* secWorks */
.secWorks{
    margin-top: 13rem;
    width: 100%;
    overflow: hidden;
    background-color: var(--IndexWorksbgColor);
}
.secWorks .Inner{
    padding: 11rem 0 13rem;
}
.secWorks .sliderBox{
    width: 100%;
    margin-top: 4.8rem;
}
.secWorks .swiper{
    width: 114rem;
    max-width: 100%;
    margin-left: 0;
    overflow: visible;
}
.secWorks .worksLink{
    display: block;
    width: 100%;
    position: relative;
}
.secWorks .worksInner{
    width: 100%;
}
.secWorks .imgArea{
    width: 100%;
    position: relative;
}
.secWorks .imgArea::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background-image: -moz-linear-gradient( 90deg, rgba(35,24,21,0.90196) 0%, rgba(35,24,21,0) 70%);
    background-image: -webkit-linear-gradient( 90deg, rgba(35,24,21,0.90196) 0%, rgba(35,24,21,0) 70%);
    background-image: -ms-linear-gradient( 90deg, rgba(35,24,21,0.90196) 0%, rgba(35,24,21,0) 70%);
    z-index: 3;
}
.secWorks .imgBox{
    width: 100%;
    height: 0;
    padding-top: calc(760 / 1140 * 100%);
    overflow: hidden;
    z-index: 1;
}
.secWorks .txtArea{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: flex-end;
    padding: 5rem 5rem;
    padding-bottom: 9.7rem;
    z-index: 5;
    color: var(--whiteColor);
}
.secWorks .txtArea:has(.namebox){
    padding-bottom: 5rem;
}
.secWorks .txtInner{
    display: inline-block;
    width: 100%;
    text-align: left;
}
.secWorks .cmnNewIcon{
    position: absolute;
    top: 0;
    left: 0;
}
.secWorks .txtBox{
    width: 100%;
    text-align: left;
}
.secWorks .tit{
    font-size: var(--pcFontSize34);
    line-height: var(--pcLineHeight34_50);
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: calc((var(--pcFontSize34) * var(--pcLineHeight34_50)) * 3);
}
.secWorks .namebox{
    width: 100%;
    text-align: left;
    margin-top: 2.1rem;
    padding-right: calc(23rem + 1rem);
}
.secWorks .name{
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_24);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.secWorks .boxCmnMore{
    position: absolute;
    right: 3.5rem;
    bottom: 3.5rem;
    z-index: 10;
    color: var(--whiteColor);
}
.secWorks .tagbox{
    width: 100%;
    margin-top: 2.6rem;
}
.secWorks .taglist{
    width: 100%;
    display: block;
    text-align: left;
}
.secWorks .tagItem{
    display: inline;
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_24);
    color: var(--textColor);
    padding-right: 1em;
}
.secWorks .swiper-pagination{
    position: static;
    width: 100%;
    padding-top: 5.5rem;
}
.secWorks .swiper-pagination .swiper-pagination-bullet{
    width: 1rem;
    height: 1rem;
    margin: 0rem 0.5rem!important;
    background-color: var(--textColor_10);
    opacity: 1;
}
.secWorks .swiper-pagination .swiper-pagination-bullet-active{
    background-color: var(--textColor);
}
@media only screen and (min-width:1216px){
    .secWorks .worksInner{
        position: relative;
    }
    .secWorks .boxCmnMore::before{
        background-color: var(--whiteColor_50);
    }
    .secWorks .taglist{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .secWorks .tagItem{
        letter-spacing: var(--pcLetterSpacing16_50);
    }
}
@media only screen and (max-width:1215px){
    .secWorks{
        margin-top: 7rem;
    }
    .secWorks .Inner{
        padding: 5.9rem 0 7rem;
    }
    .secWorks .secIndexTitle{
        padding: 0 2rem;
    }
    .secWorks .sliderBox{
        margin-top: 2.5rem;
    }
    .secWorks .swiper{
        width:100%;
    }
    .secWorks .Onbox{
        position: relative;
        width: 100%;
    }
    .secWorks .worksLink{
        padding-bottom: 4rem;
    }
    .secWorks .imgBox{
        padding-top: calc(330 / 375 * 100%);
    }
    .secWorks .txtArea{
        padding: 2.6rem 2rem;
    }
    .secWorks .txtArea:has(.namebox){
        padding-bottom: 2.6rem;
    }
    .secWorks .tit{
        font-size: var(--spFontSize18);
        line-height: var(--spLineHeight18_32);
        max-height: calc((var(--spFontSize18) * var(--spLineHeight18_32)) * 3);
    }
    .secWorks .namebox{
        margin-top: 0.5rem;
        padding: 0;
        width: 100%;
    }
    .secWorks .name{
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_22);
    }
    .secWorks .boxCmnMore{
        width: calc(100% - 4rem);
        right: 2rem;
        bottom: 0;
        max-width: 100%;
    }
    .secWorks .boxCmnMore .txtMore{
        color: var(--textColor);
    }
    .secWorks .boxCmnMore .txtMore::before,
    .secWorks .boxCmnMore .txtMore::after{
        background-color: var(--textColor);
    }
    .secWorks .tagbox{
        margin-top: 1.4rem;
        padding: 0 2rem;
    }
    .secWorks .taglist{
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        max-height: calc((var(--spFontSize12) * var(--spLineHeight12_22)) * 2);
    }
    .secWorks .tagItem{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_22);
    }
    .secWorks .swiper-pagination{
        padding-top: 2.7rem;
    }
    .secWorks .swiper-pagination .swiper-pagination-bullet{
        width: 0.9rem;
        height: 0.9rem;
        margin: 0.3rem 0.45rem!important;
    }
    .secWorks .cmnNewIcon{
        width: 6rem;
        height: 3rem;
    }
}
/* secColumn */
.secInterview{
    width: 100%;
    margin-top: 13rem;
}
.secInterview.lazyloaded{
    background: url(../img/index/imgbgColumn.jpg) center top no-repeat var(--whiteColor);
}
.secWorks + .secInterview{
    margin-top: 0;
}
.secInterview .Inner{
    padding: 12.8rem 0 9.5rem;
}
.secInterview .interviewtitlebox{
    width: 100%;
    display: flex;
}
.secInterview .imgtitle{
    display: inline-block;
    padding: 0 3rem;
    position: relative;
}
.secInterview .imgtitle::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 4.5rem;
    background-color: var(--NewColor);
    left: 0;
    top: calc(0% + 2.3rem);
}
.secInterview .titImg{
    width: 34rem;
    position: relative;
    z-index: 2;
}
.secInterview .subtxtbox{
    flex: 1;
    padding-left:5rem;
    padding-top: 0.5rem;
    text-align: left;
}
.secInterview .subtit{
    font-size: var(--pcFontSize24);
    line-height: var(--pcLineHeight24_50);
    font-weight: bold;
    letter-spacing: var(--pcLetterSpacing24_400);
}
.secInterview .interviewlist{
    width: 100%;
    position: relative;
    margin-top: 4.7rem;
}
.secInterview .list{
    display: flex;
}
.secInterview .Item{
    width: calc((100% - 6rem) / 2);
}
.secInterview .Item + .Item{
    margin-left: 6rem;
}
.secInterview .interviewLink{
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    padding-bottom: 6.9rem;
}
.secInterview .cmnNewIcon{
    position: absolute;
    width: 6rem;
    height: 3rem;
    top: 1rem;
    left: 0;
}
.secInterview .itemInner{
    width: 100%;
}
.secInterview .imgArea{
    width: 100%;
}
.secInterview .imgBox{
    width: 100%;
    height: 0;
    padding-top: calc(440 / 680 * 100%);
    overflow: hidden;
    z-index: 1;
    border-radius: 8rem 8rem 8rem 2rem;
}
.secInterview .txtArea{
    width: 100%;
    margin-top: 2rem;
}
.secInterview .txtinner{
    width: 100%;
    text-align: left;
}
.secInterview .tit{
    font-size: var(--pcFontSize28);
    line-height: var(--pcLineHeight28_40);
    font-weight: bold;
}
.secInterview .nametxt{
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_24);
    margin-top: 2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.secInterview .boxCmnMore{
    position: absolute;
    bottom: 0;
    right: 4rem;
    width: 18rem;
}
.secInterview .imgtxt{
    position: absolute;
    width: 50.8rem;
    height: 9.8rem;
    top: calc(0% - 8.1rem);
    right: calc(0% - 0.1rem);
}
@media only screen and (min-width:1216px){
    .secInterview .tit{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
@media only screen and (max-width:1215px){
    .secInterview{
        margin-top: 7rem;
        width: 100%;
        overflow: hidden;
    }
    .secInterview.lazyloaded{
        background-image: url(../img/index/imgbgColumn_sp.jpg);
    }
    .secWorks + .secInterview{
        margin-top: 0;
    }
    .secInterview .Inner{
        padding: 5rem 0 0;
    }
    .secInterview .interviewtitlebox{
        display:block;
    }
    .secInterview .imgtitle{
        padding: 0 1.5rem;
    }
    .secInterview .imgtitle::before{
        height: 2.4rem;
        top: calc(0% + 1rem);
    }
    .secInterview .titImg{
        width: 17.6rem;
    }
    .secInterview .subtxtbox{
        width: 100%;
        display: block;
        padding: 0;
        padding-left: 1.6rem;
        margin-top: 1.4rem;
    }
    .secInterview .subtit{
        font-size: var(--spFontSize16);
        line-height: var(--spLineHeight16_30);
        letter-spacing: 0.2em;
    }
    .secInterview .interviewlist{
        margin-top: 2.2rem;
    }
    .secInterview .list{
        display: block;
    }
    .secInterview .Item{
        width: 100%;
    }
    .secInterview .Item + .Item{
        margin-left: 0;
        margin-top: 3rem;
    }
    .secInterview .interviewLink{
        height: auto;
        padding-bottom: 4.2rem;
    }
    .secInterview .cmnNewIcon{
        width: 4.2rem;
        height: 2.2rem;
        top: 0.5rem;
    }
    .secInterview .imgBox{
        border-radius: 4rem 4rem 4rem 1rem;
    }
    .secInterview .txtArea{
        margin-top: 1.4rem;
    }
    .secInterview .tit{
        font-size: var(--spFontSize18);
        line-height: var(--spLineHeight18_26);
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp:2;
        overflow: hidden;
        max-height: calc((var(--spFontSize18) * var(--spLineHeight18_26)) * 2);
    }
    .secInterview .nametxt{
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_20);
        margin-top: 0.9rem;
    }
    .secInterview .boxCmnMore{
        right: 0;
        width: 100%;
        max-width: 100%;
    }
    .secInterview .imgtxt{
        width: 19.5rem;
        height: auto;
        top: calc(0% - 3.8rem);
        right: calc(0% - 2rem);
    }
}
/* secContactBnr */
.secContactBnr{
    width: 100%;
    margin-top: 7rem;
}
.secInterview + .secContactBnr{
    margin-top: 0.5rem;
}
.secContactBnr .bnrLink{
    display: block;
    width: 100%;
}
@media only screen and (max-width:1215px){
    .secContactBnr{
        margin-top: 5rem;
    }
    .secInterview + .secContactBnr{
        margin-top: 5rem;
    }
    .secContactBnr .bnrLink{
        width: 100%;
        overflow: hidden;
        border-radius: 0.5rem;
        z-index: 1;
    }
}

/* secUnderConcept */
.secUnderConcept{
    width: 100%;
    margin-top: 13rem;
    color: var(--whiteColor);
}
.secUnderConcept.lazyloaded{
    background: url(../img/index/imgbgConcept.jpg) center top no-repeat var(--whiteColor);
    background-size: 192rem auto;
}
.secUnderConcept .ConceptOnbox{
    width: 100%;
    min-height: calc(102rem - 32.5rem);
    padding-top: 10.9rem;
}
.secUnderConcept .secIndexTitle{
    width: 100%;
    color: var(--whiteColor);
}
.secUnderConcept .secIndexTitle .titJpn .titInner{
    border-color: var(--whiteColor);
}
.secUnderConcept .conceptArea{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 7.1rem;
}
.secUnderConcept .titbox{
    display: inline-block;
    padding-left: 14.8rem;
}
.secUnderConcept .tit{
    font-size: var(--pcFontSize34);
    line-height: var(--pcLineHeight34_70);
    font-weight: bold;
    letter-spacing: var(--pcLetterSpacing34_300);
}
.secUnderConcept .txtBox{
    display: inline-block;
    padding-right: 14rem;
    padding-left: 2rem;
}
.secUnderConcept .txtInner{
    width: 100%;
    text-align: left;
}
.secUnderConcept .txt{
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_52);
}
.secUnderConcept .conceptLinklist{
    width: 100%;
}
.secUnderConcept .conceptLinklist .list{
    display: flex;
}
.secUnderConcept .conceptLinklist .Item{
    width: calc(100% / 2);
}
.secUnderConcept .conceptLinklist .linkItem{
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}
.secUnderConcept .conceptLinklist .linkInner{
    width: 100%;
    height: 100%;
}
.secUnderConcept .conceptLinklist .imgArea{
    width: 100%;
    position: relative;
}
.secUnderConcept .conceptLinklist .imgArea::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: var(--blackColor_25);
    z-index: 5;
}
.secUnderConcept .conceptLinklist .imgBox{
    width: 100%;
    height: 0;
    padding-top: calc(650 / 860 * 100%);
    overflow: hidden;
    z-index: 1;
}
.secUnderConcept .conceptLinklist .txtArea{
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 5;
    display: flex;
    align-items: center;
}
.secUnderConcept .conceptLinklist .txtInner{
    display: inline-block;
    width: 100%;
    text-align: left;
    padding: 0 10rem;
    padding-bottom: 4rem;
}
.secUnderConcept .conceptLinklist .areatit{
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_24);
    font-weight: bold;
}
.secUnderConcept .conceptLinklist .areaEngtxt{
    font-size: var(--pcFontSize80);
    line-height: var(--pcLineHeight80_100);
    font-weight: 300;
    margin-top: 1.5rem;
    letter-spacing: var(--pcLetterSpacing80_75);
}
.secUnderConcept .conceptLinklist .boxIconCircle{
    position: absolute;
    width: 8rem;
    height: 8rem;
    bottom: 6rem;
    right: 6rem;
}
.secUnderConcept .conceptLinklist .linkCircle{
    width: 100%;
    height: 100%;
    position: relative;
}
.secUnderConcept .conceptLinklist .linkCircle::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid;
    border-color: var(--whiteColor_20);
    left: 0;
    top: 0;
}
.secUnderConcept .conceptLinklist .Arrowbox{
    width: 1.6rem;
    height: 1.6rem;
    position: absolute;
    top: calc(50% - 0.8rem);
    left: calc(50% - 0.8rem);
}
.secUnderConcept .conceptLinklist svg{
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    opacity: 1;
    max-width: 100%;
    height: auto;
    overflow: visible;
}
.secUnderConcept .conceptLinklist .circle{
    stroke-dasharray: 594;
    stroke-dashoffset: 594;
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: 50% 50%;
    stroke: var(--whiteColor);
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
    transition-duration: 1.6s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    stroke: var(--whiteColor);
    stroke-width: 2;
}
@media only screen and (min-width:1216px){
    .btnInCircle:hover .circle {
        stroke-dashoffset: 0;
        transition-duration: 1.6s;
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    }
    .secUnderConcept .txt{
        font-weight: bold;
    }
    .secUnderConcept .txt{
        letter-spacing: var(--pcLetterSpacing16_200);
    }
    .secUnderConcept .titbox{
        padding-left: 10rem;
    }
    .secUnderConcept .txtBox{
        padding-right: 10rem;
    }
}
@media only screen and (max-width: 1215px){
    .secUnderConcept{
        margin-top: 7rem;
    }
    .secUnderConcept.lazyloaded{
        background: none;
        background-color: var(--textColor);
    }
    .secUnderConcept.lazyloaded .inner{
        background: url(../img/index/imgbgConcept_sp.jpg) center top no-repeat;
        background-color: var(--textColor);
        background-size: 100% auto;
    }
    .secUnderConcept .inner{
        padding: 0 2rem;
        padding-bottom: 7rem;
    }
    .secUnderConcept .ConceptOnbox{
        min-height: 0;
        padding-top: 5.8rem;
    }
    .secUnderConcept .conceptArea{
        display:block;
        margin-top:3rem;
    }
    .secUnderConcept .titbox{
        display: block;
        padding-left:0;
    }
    .secUnderConcept .tit{
        font-size: var(--spFontSize18);
        line-height: var(--spLineHeight18_38);
    }
    .secUnderConcept .txtBox{
        display: block;
        padding: 0;
        margin-top: 1.1rem;
    }
    .secUnderConcept .txt{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_26);
    }
    .secUnderConcept .conceptLinklist{
        margin-top: 3.3rem;
    }
    .secUnderConcept .conceptLinklist .list{
        display: block;
    }
    .secUnderConcept .conceptLinklist .Item{
        width: 100%;
    }
    .secUnderConcept .conceptLinklist .Item + .Item{
        margin-top: 2rem;
    }
    .secUnderConcept .conceptLinklist .txtInner{
        padding: 0 2rem;
        padding-bottom: 1rem;
    }
    .secUnderConcept .conceptLinklist .areatit{
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_20);
    }
    .secUnderConcept .conceptLinklist .areaEngtxt{
        font-size: var(--spFontSize32);
        line-height: var(--spLineHeight32_38);
        margin-top: 1rem;
    }
    .secUnderConcept .conceptLinklist .boxIconCircle{
        position: absolute;
        width: 4.6rem;
        height: 4.6rem;
        bottom: 2rem;
        right: 2rem;
    }
    .secUnderConcept .conceptLinklist .linkCircle::after{
        border-color: var(--whiteColor);
    }
    .secUnderConcept .conceptLinklist svg{
        display: none;
    }
}

/* secColumn */
.secColumn{
    width: 100%;
    margin-top:13rem;
}
.secColumn .columnLink{
    display: block;
    width: 100%;
    position: relative;
    overflow: visible;
    color: var(--whiteColor);
}
.secColumn .linkInner{
    position: relative;
    width: 100%;
    height: 52rem;
}
.secColumn .imgArea{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.secColumn .txtArea{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 5rem 10rem;
    display: flex;
    align-items: center;
}
.secColumn .imgItemtxt{
    width: 50rem;
    height: 37.7rem;
    position: absolute;
    top: calc(50% - 18.85rem);
    right: 11rem;
}
.secColumn .txtInner{
    display: inline-block;
    width: 100%;
    text-align: left;
    padding-bottom: 2rem;
}
.secColumn .titeng{
    font-size: var(--pcFontSize80);
    line-height: var(--pcLineHeight80_90);
    font-weight: 300;
    letter-spacing: var(--pcLetterSpacing80_50);
}
.secColumn .txt{
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_36);
    letter-spacing: var(--pcLetterSpacing16_50);
    margin-top: 2.8rem;
}
.secColumn .secIndexMore{
    margin-top: 3rem;
    margin-left: 0;
}
.secColumn .secIndexMore.boxCmnBtn .cmnBtn{
    background-color: var(--blackColor_0);
    border: 1px solid;
    border-color: var(--whiteColor);
    text-align: left;
    margin-left: 0;
}
.secColumn .secIndexMore.boxCmnBtn .cmnBtn::before{
    background-color: var(--catalogColor);
}
@media only screen and (min-width:1216px){
    .secColumn .imgBox{
        width: 172rem;
        height: 52rem;
        position: absolute;
        left: calc(50% - 86rem);
        top: 0;
    }
    .secColumn .columnLink:hover .secIndexMore.boxCmnBtn .cmnBtn::before{
        transform-origin: 0% 50%; transform: scaleX(1);
    }
    @media only screen and (max-width:1600px){
        .secColumn .txtArea{
            padding: 5rem 5rem;
        }
        .secColumn .imgItemtxt{
            right: 6rem;
        }
    }
}
@media only screen and (max-width:1215px){
    .secColumn{
        margin-top: 9rem;
    }
    .secColumn .linkInner{
        position: relative;
        width: 100%;
        height: auto;
    }
    .secColumn .imgArea{
        position: absolute;
        width: 100%;
        height: 100%;
    }
    .secColumn .imgBox{
        width: 100%;
        height: 100%;
        position: relative;
    }
    .secColumn .imgBox img{
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .secColumn .txtArea{
        padding: 4rem 2rem 5rem;
        position: relative;
        display: block;
    }
    .secColumn .imgItemtxt{
        width: 16.8rem;
        height: 15.9rem;
        top: calc(0% - 2.1rem);
        right: 0.7rem;
    }
    .secColumn .txtInner{
        display: inline-block;
        width: 100%;
        text-align: left;
        padding-bottom: 0;
    }
    .secColumn .titeng{
        font-size: var(--spFontSize40);
        line-height: var(--spLineHeight40_45);
    }
    .secColumn .txt{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_22);
        margin-top: 0.9rem;
    }
    .secColumn .secIndexMore{
        margin: 0 auto;
        margin-top: 2.5rem;
    }
    .secColumn .secIndexMore.boxCmnBtn .cmnBtn{
        margin: 0 auto;
    }
}
@media only screen and (max-width:374px){
    .secColumn .imgItemtxt{
        width: calc(168 / 375 * 100vw);
        height: calc(159 / 375 * 100vw);
        top: calc(0% - (21 / 375 * 100vw));
        right: calc(7 / 375 * 100vw);
    }
}
/* secIndexUnder */
.secNews{
    width: 100%;
}
.secNews .newslist{
    width: 100%;
    margin-top: 4.9rem;
}
.secNews .newslist .list{
    width: 100%;
    border-top: 1px solid;
    border-color: var(--borderColorGray);
}
.secNews .newslist .Item{
    width: 100%;
    border-bottom: 1px solid;
    border-color: var(--borderColorGray);
}
.secNews .newslist .linkbox{
    position: relative;
    display: block;
    padding: 2.9rem 0;
    padding-right: calc(1.6rem + 2rem);
}
.secNews .newslist .linkInner{
    display: flex;
    align-items: center;
}
.secNews .newslist .daysbox{
    width: 9rem;
    text-align: left;
    padding-right: 1rem;
}
.secNews .newslist .daytxt{
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_32);
}
.secNews .newslist .txtbox{
    width: calc(100% - 9rem);
    text-align: left;
}
.secNews .newslist .txt{
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_32);
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.secNews .newslist .isArrow{
    width: 1.6rem;
    height: 1.6rem;
    position: absolute;
    top: calc(50% - 0.8rem);
    right: 0;
}
@media only screen and (min-width:1216px){
    .secIndexUnder{
        margin-top: 10.9rem;
        display: flex;
    }
    .secIndexUnder .underLeft{
        width: calc(100% - 60rem);
        padding-right: 12rem;
    }
    .secIndexUnder .underRight{
        width: 60rem;
        margin-left: auto;
    }
    .secIndexUnder .underLeft + .underRight{
        padding-top: 7.7rem;
        margin-left: 0;
    }
    .secNews .secIndexMore{
        margin-right: 0;
        margin-top: 5rem;
    }
    .secNews .secIndexMore .cmnBtn{
        margin-right: 0;
    }
    .secNews .Inner{
        width: 100%;
    }
}
@media only screen and (max-width:1215px){
    .secNews{
        margin-top: 5.9rem;
    }
    .secNews .newslist{
        margin-top: 2.5rem;
    }
    .secNews .newslist .linkbox{
        padding: 1.5rem 0;
        padding-right: calc(1.6rem + 1rem);
    }
    .secNews .newslist .linkInner{
        display: block;
    }
    .secNews .newslist .daysbox{
        width: 100%;
        padding-right: 0;
    }
    .secNews .newslist .daytxt{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_20);
    }
    .secNews .newslist .txtbox{
        width: 100%;
    }
    .secNews .newslist .txt{
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_22);
    }
}

/* secIndexLinkbox */
.secIndexLinkbox .onFlex{
    display: flex;
}
.secIndexLinkbox .indexleft{
    width: 30rem;
}
.secIndexLinkbox .indexright{
    width: calc(100% - 30rem);
    padding-left: 2rem;
}
.secIndexLinkbox .linkCompany{
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 0.5rem;
    z-index: 1;
    color: #fff;
}
.secIndexLinkbox .companyIn{
    width: 100%;
    height: 100%;
    position: relative;
}
.secIndexLinkbox .companyIn .imgBg{
    position: absolute;
    width: 100%;
    height: 100%;
}
.secIndexLinkbox .companyIn .imgBg::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: var(--blackColor_40);
    z-index: 3;
}
.secIndexLinkbox .companyIn .imgBox{
    position: absolute;
    width: 100%;
    height: 100%;
}
.secIndexLinkbox .txtArea{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 6;
}
.secIndexLinkbox .txtIn{
    padding-top: 2.5rem;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding-bottom: 7.4rem;
}
.secIndexLinkbox .conpanttxt_eng{
    font-size: var(--pcFontSize34);
    line-height: var(--pcLineHeight34_50);
    font-weight: 300;
    letter-spacing: var(--pcLetterSpacing34_100);
}
.secIndexLinkbox .conpanttxt{
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_32);
    font-weight: bold;
    margin-top: 0.5rem;
}
.secIndexLinkbox .Iconbox{
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    border: 1px solid;
    border-color: var(--whiteColor);
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}
.secIndexLinkbox .arrowInner{
    width: 1.6rem;
    height: 1.6rem;
}
.secIndexLinkbox .linklist{
    width: 100%;
}
.secIndexLinkbox .linklist .linkItem{
    width: 100%;
}
.secIndexLinkbox .linklist .linkItem + .linkItem{
    margin-top: 2rem;
}
.secIndexLinkbox .linklist .imgBnr{
    display: block;
    border-radius: 0.5rem;
    overflow: hidden;
}
.secIndexLinkbox .clubBnr{
    width: 100%;
    margin-top: 2rem;
}
.secIndexLinkbox .clubBnr .clubLink{
    display: block;
    width: 100%;
}
@media only screen and (min-width:1216px){
    .secIndexLinkbox .companyIn img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .secIndexLinkbox .Iconbox{
        bottom: 0;
        left: calc(50% - 2rem);
    }
    .secIndexLinkbox{
        width: 100%;
    }
    .secIndexLinkbox .txtIn{
        position: relative;
    }
    _::-webkit-full-page-media, _:future, :root .secIndexLinkbox .linkCompany{
        height: calc((15rem * 2) + 2rem);
    }
}
@media only screen and (max-width:1215px){
    .secIndexLinkbox{
        margin-top: 5rem;
    }
    .secIndexLinkbox .onFlex{
        display: block;
    }
    .secIndexLinkbox .indexleft{
        width: 100%;
    }
    .secIndexLinkbox .indexright{
        width: 100%;
        padding-left: 0;
        margin-top: 2rem;
    }
    .secIndexLinkbox .linkCompany{
        height: auto;
    }
    .secIndexLinkbox .companyIn{
        height: auto;
    }
    .secIndexLinkbox .companyIn .imgBg{
        position: relative;
        height: auto;
    }
    .secIndexLinkbox .companyIn .imgBox{
        position: relative;
        height: 0;
        padding-top:calc(150 / 335 * 100%) ;
    }
    .secIndexLinkbox .companyIn .imgBox img{
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .secIndexLinkbox .txtArea{
        position: absolute;
        left: 0;
        top: 0;
        padding: 0 3rem;
    }
    .secIndexLinkbox .txtIn{
        padding: 0;
        display: inline-block;
        width: auto;
        text-align: center;
    }
    .secIndexLinkbox .conpanttxt_eng{
        font-size: var(--spFontSize22);
        line-height: var(--spLineHeight22_30);
    }
    .secIndexLinkbox .conpanttxt{
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_22);
        margin-top: 1rem;
    }
    .secIndexLinkbox .Iconbox{
        top: calc(50% - 2rem);
        right: 2rem;
    }
    .secIndexLinkbox .linklist{
        display: flex;
    }
    .secIndexLinkbox .linklist .linkItem{
        width:calc((100% - 0.5rem) / 2);
    }
    .secIndexLinkbox .linklist .linkItem + .linkItem{
        margin-top: 0;
        margin-left: 0.5rem;
    }
    .secIndexLinkbox .clubBnr{
        margin-top: 2rem;
    }
    .secCmnEndcontent{
        margin-top: 7rem;
        padding-top: 5rem;
    }
}

/* secInstagram */
.secInstagram{
    width: 100%;
    margin-top: 13rem;
}
.secInstagram .Inner{
    max-width: 128rem;
    width: calc(100% - 10rem);
    margin: 0 auto;
}
.secInstagram .linkbox{
    width: 100%;
    display: block;
    border: 1px solid;
    border-color:var(--borderColor);
    border-radius: 1rem;
    padding: 8rem 8rem 7.2rem;
}
.secInstagram .linkInner{
    display: flex;
    position: relative;
    padding-right: 46rem;
}
.secInstagram .txtBox{
    display: inline-block;
    width: 100%;
    text-align: left;
}
.secInstagram .imgLogo{
    width: 31rem;
}
.secInstagram .subtxt{
    font-size: var(--pcFontSize18);
    line-height: var(--pcLineHeight18_26);
    font-weight: bold;
    margin-top: 1.7rem;
}
.secInstagram .imgArea{
    width: 46rem;
}
.secInstagram .imgArea::after{
    content: "";
    position: absolute;
    width: 18.6rem;
    height: 6rem;
    top: calc(0% - 3.3rem);
    left: calc(0% - 5.1rem);
    z-index: 10;
}
.secInstagram.lazyloaded .imgArea::after{
    background: url(../img/index/imgInstagram_txt.png) center top no-repeat;
    background-size: 100% auto;
}
.secInstagram .imglist{
    display: flex;
}
.secInstagram .imglist .imgItem{
    width: calc((100% - 2rem) / 2);
    margin-right: 2rem;
}
.secInstagram .imglist .imgItem:last-child{
    margin-right: 0;
}
.secInstagram .imgBox{
    width: 100%;
    height: 0;
    padding-top: calc(220 / 220 * 100%);
    overflow: hidden;
    z-index: 1;
    border-radius: 1rem;
}
.secInstagram .secIndexMore{
    margin-top: 3rem;
}
.secInstagram .secIndexMore .cmnBtn.isW460{
    margin-left: 0;
}
@media only screen and (min-width:1216px){
    .secInstagram .imglist .imgItem:first-child{
        display: none;
    }
    .secInstagram .linkbox:hover .secIndexMore.boxCmnBtn .cmnBtn::before{
        transform-origin: 0% 50%; transform: scaleX(1);
    }
    .secInstagram .imgArea{
        position: absolute;
        right: 0;
        top: calc(50% - 11.4rem);
    }
}
@media only screen and (max-width:1215px){
    .secInstagram{
        margin-top: 7rem;
    }
    .secInstagram .Inner{
        max-width:40rem;
        width:calc(335 / 375 * 100%);
    }
    .secInstagram .linkbox{
        padding: 4rem 2rem 4rem;
    }
    .secInstagram .linkInner{
        display: block;
        padding: 0;
        width: 100%;
    }
    .secInstagram .txtBox{
        display: block;
        text-align: center;
    }
    .secInstagram .imgLogo{
        max-width: 16rem;
        margin: 0 auto;
        width: 100%;
    }
    .secInstagram .subtxt{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_22);
        margin-top: 0.6rem;
    }
    .secInstagram .imgArea{
        width: 100%;
        position: relative;
        margin-top: 2rem;
    }
    .secInstagram .imgArea::after{
        width: 10.6rem;
        height: 4rem;
        top: calc(0% - 1.9rem);
        left: calc(0% + 0.5rem);
    }
    .secInstagram.lazyloaded .imgArea::after{
        background-image: url(../img/index/imgInstagram_txt_sp.png);
    }
    .secInstagram .imglist .imgItem{
        width: calc((100% - 1rem) / 3);
        margin-right: 0.5rem;
    }
    .secInstagram .imglist .imgItem:last-child{
        margin-right: 0;
    }
    .secInstagram .imgBox{
        border-radius: 0.5rem;
    }
    .secInstagram .secIndexMore{
        margin-top:2rem;
        width: 100%;
        text-align: left;
    }
    .secInstagram .secIndexMore .cmnBtn.isW460{
        margin: 0 auto;
    }
}
@media only screen and (min-width:1216px){
    @media only screen and (max-width:1500px){
        .secEvantContent .boxSlider .swiper{
            width: calc(600 / 1720 * 100%);
        }
        .secWorks .swiper{
            width: 90rem;
        }
    }
}
/* ▼column非表示 */
.secColumn{
    display: none;
}