@charset "utf-8";

/*-----------------------------------------------
    index
-----------------------------------------------*/
.secTop{
    margin-top: 10px;
    position: relative;
}
.secTop .wrapper1200 {
    width: 900px;
}
.secTop .imgSlider{
    width: 100%;
    padding-top: 55%;
    display: block;
}
/* secHeroSlider */
.secHeroSlider .boxSlider{
    overflow: visible;
}
.secHeroSlider .swiper{
    overflow: visible;
}
.secHeroSlider .wrapper{
	height: 100%;
}
.secHeroSlider .swiper-button-prev{
    position: absolute;
    content: '';
    width: 42px;
    height: 96px;
    background:rgba(0,0,0,0.8);
    border-radius:0 5px 5px 0;
    top:calc(50% - 24px);
    left:0;
    transition: all 0.2s;
}
.secHeroSlider .swiper-button-next{
    position: absolute;
    content: '';
    width: 42px;
    height: 96px;
    background:rgba(0,0,0,0.8);
    border-radius: 5px 0 0 5px;
    top:calc(50% - 24px);
    right:0;
    transition: all 0.2s;
}
.secHeroSlider .swiper-button-prev::after{
    width: 9px;
    height: 16px;
    margin-top: 0;
    top: calc(50% - 8px);
    z-index: 10;
    position: absolute;
    transition: all 0.2s;
    content: '';
}
.secHeroSlider .swiper-button-next::after{
    width: 9px;
    height: 16px;
    margin-top: 0;
    top: calc(50% - 8px);
    z-index: 10;
    position: absolute;
    transition: all 0.2s;
    content: '';
}
.secHeroSlider .swiper-button-prev.lazyloaded::after{
    background: url(../img/index/iconArrowPrev.png) center top / cover no-repeat;
}
.secHeroSlider .swiper-button-next.lazyloaded::after{
    background: url(../img/index/iconArrowNext.png) center top / cover no-repeat;
}
.secHeroSlider .swiper-button-prev:hover,
.secHeroSlider .swiper-button-next:hover{
    width: 45px;
    transition: all 0.2s;
}
.secHeroSlider .swiper-button-prev:hover::after{
    margin-left: -10px;
    transition: all 0.2s;
}
.secHeroSlider .swiper-button-next:hover::after{
    margin-right: -10px;
    transition: all 0.2s;
}
.secHeroSlider .swiper-pagination{
    position: absolute;
    bottom: -53px !important;
    right: 40px !important;
    left: auto !important;
    width: auto !important;
}
.secHeroSlider .swiper-pagination-bullet{
    background: #e6e6e6;
    margin: 0 3px !important;
    opacity: 1;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}
.secHeroSlider .swiper-pagination-bullet-active{
    background: #212329;
}
@media only screen and (max-width:767px){
    .secTop{
        margin-top: 0;
        padding-bottom: 18px;
    }
    .secTop .wrapper1200 {
        width: 100%;
    }
    /* secHeroSlider */
    .secHeroSlider .swiper-button-prev{
        display: none;
    }
    .secHeroSlider .swiper-button-next{
        display: none;
    }
    .secHeroSlider .swiper-pagination{
        position: static;
        padding-top: 20px;
    }
}
/* secTab */
.secTab{
    height: 100px;
}
.secTab .tabBox{
    height: 100%;
    display: flex;
    justify-content: center;
}
.secTab .item{
    margin-right: 56px;
}
.secTab .tabBox .item:last-child{
    margin-right: 0;
}
.secTab .tab{
    position: relative;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #212329;
    height: 100%;
    display: flex;
    align-items: center;
}
.isDesktopIpad .secTab .tab{
    font-size: 13px;
}
.secTab .tab::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 3px solid #212329;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform .3s;
}
.secTab .tab:hover::after{
    transform-origin: left top;
    transform: scale(1, 1);
}
@media only screen and (max-width:767px){
    .secTab{
       display: none;
    }
}
/* ssecCmnInnerTit */
.secCmnInnerTit .cmnIcon{
    text-align: center;
}
.secCmnInnerTit .titJpn{
    font-size: 32px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 5px;
    margin-top: 27px;
}
.secCmnInnerTit .titEng{
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    letter-spacing: 1.5px;
    margin-top: 25px;
    color: #2b8bbd;
}
@media only screen and (max-width:767px){
    .secCmnInnerTit .cmnIcon{
        margin: 0 auto;
    }
    .secCmnInnerTit .titJpn{
        font-size: 20px;
        letter-spacing: 2px;
        margin-top: 12px;
        padding-left: 0;
    }
    .secCmnInnerTit .titEng{
        font-size: 14px;
        letter-spacing: 1px;
        margin-top: 15px;
        padding-left: 0;
    }
}
/* secEvent */
.secEvent{
    position: relative;
    padding-top: 100px;
}
.secEvent::after{
    position: absolute;
    content: "";
    background-image: -moz-linear-gradient( 90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 0%, rgba(0,0,0,0.05098) 100%);
    /* background-image: -webkit-linear-gradient( 90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 0%, rgba(0,0,0,0.05098) 100%); */
    background-image: -ms-linear-gradient( 90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 0%, rgba(0,0,0,0.05098) 100%);
    left: 0;
    top: 0;
    width: 100%;
    height: 5px;
    z-index: 10;
} 
.secEvent .tabList{
    display: flex;
    margin-top: 50px;
}
.secEvent .itemTab{
    width: 13.28125%;
    margin-right: 1.171875%;
}
.secEvent .itemTab:last-child{
    margin-right: 0;
}
.secEvent .tab{
    height: 86px;
    border-radius: 4px;
    color: #fff;
    background: #212329;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
}
.secEvent .tab.on{
    background: #2b8bbd;
}
@media only screen and (max-width:767px){
    .secEvent{
        padding-top: 50px;
    }
    .secEvent .cmnIcon{
        width: 29px;
        margin: 0 auto;
    }
    .secEvent .tabList{
        flex-wrap: wrap;
        margin-top: 28px;
    }
    .secEvent .itemTab{
        width: 23.769%;
        margin-right: 1.64133%;
    }
    .secEvent .itemTab:nth-child(4n){
        margin-right: 0;
    }
    .secEvent .itemTab:nth-child(n+5){
        margin-top: 6px;
    }
    .secEvent .tab{
        height: 50px;
        font-size: 11px;
        font-weight: 500;
        line-height: 1.45;
        letter-spacing: normal;
        text-align: center;
    }
}
@media only screen and (max-width:359px){
    .secEvent .tab{
        font-size: 10px;
    }
}

/* secContent */
.secEvent .secContent{
    margin-top: 52px;
}
.secEvent .content{
    display: none;
}
.secEvent .content.show{
    display: block;
}
.secEvent .secContent .linkBox{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.secEvent .secContent .item{
    width: 31.25%;
    margin-right: 3.125%;
    height: auto;
}
.secEvent .secContent .linkBox .item:nth-child(3n){
    margin-right: 0;
}
.secEvent .secContent .linkBox .item:nth-child(n+4){
    margin-top: 51px;
}
.secEvent .secContent .linkBox .item:last-child{
    margin-right: 0;
}
.secEvent .secContent .link{
    position: relative;
    text-decoration: none;
    display: block;
    padding-bottom: 84px;
    color: #212329;
    overflow: visible;
    height: 100%;
}
.secEvent .secContent .imgBox{
    position: relative;
}
.secEvent .secContent .img{
    width: 100%;
    padding-top: 67.5%;
    overflow: hidden;
}
.secEvent .secContent .iconNew{
    position: absolute;
    top: -16px;
    left: 15px;
    width: 42px;
    height: 42px;
    background: #ff4200;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    letter-spacing: 1px;
}
.secEvent .secContent .dayTxt{
    font-size: 20px;
    line-height: 1.6;
    color: #12a4f0;
    font-weight: 500;
    margin-top: 19px;
    letter-spacing: 1px;
}
.secEvent .secContent .mainTxt{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.66;
    margin-top: 5px;
    letter-spacing: 1.5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; 
    overflow: hidden;
    max-height: 60px;
}
.secEvent .secContent .placeBox{
    display: flex;
    align-items: center;
    margin-top: 13px;
}
.secEvent .secContent .icon{
    flex-shrink: 0;
}
.secEvent .secContent .placeTxt{
    font-size: 13px;
    margin-left: 10px;
    letter-spacing: 0.6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
}
.secEvent .secContent .btn{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: bold;
    width: 200px;
    height: 52px;
    border-radius: 26px;
    border: 1px solid #212329;
    box-shadow: inset 0px -4px 0px 0px rgba(1, 1, 1, 0.08);
    position: absolute;
    bottom: 0;
    left: calc(50% - 100px);
    padding-top: 2px;
}
.secEvent .swiper{
    overflow: visible;
}
.secEvent .cmnBtn{
    margin-top: 50px;
    background: #212329;
}
.secEvent .bnrCover{
    text-align: center;
    margin-top: 50px;
}
@media only screen and (max-width:767px){
    .secEvent .secContent{
        margin-top: 19px;
    }
    .secEvent .secContent .linkBox{
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .secEvent .secContent .item{
        width: 100%;
        margin-right: 0;
    }
    .secEvent .secContent .linkBox .item:nth-child(n+4){
        margin-top: 0;
    }
    .secEvent .secContent .link{
        padding-bottom: 0;
    }
    .secContent .link::after{
        position: absolute;
        content: "";
        width: 6px;
        height: 6px;
        border-right: 1px solid #696b6f;
        border-top: 1px solid #696b6f;
        transform: rotate(45deg);
        bottom: 4px;
        right: 2px;
    }
    .secEvent .secContent .img{
        padding-top: 67.537%;
    }
    .secEvent .secContent .iconNew{
        top: auto;
        bottom: -12px;
        left: auto;
        right: 12px;
        width: 25px;
        height: 25px;
        font-size: 10px;
        font-weight: 400;
    }
    .iconNew .sp09 {
        transform: scale(0.9);
    }
    .secEvent .secContent .dayTxt{
        font-size: 14px;
        line-height: 1.6;
        margin-top: 10px;
        letter-spacing: 0.7px;
    }
    .secEvent .secContent .mainTxt{
        font-size: 13px;
        line-height: 1.69;
        margin-top: 6px;
        letter-spacing: 0.7px;
    }
    .secEvent .secContent .placeBox{
        margin-top: 7px;
    }
    .secEvent .secContent .icon{
        width: 12px;
    }
    .secEvent .secContent .placeTxt{
        font-size: 11px;
        margin-left: 5px;
        letter-spacing: 0.6px;
    }
    .secEvent .secContent .btn{
        display: none;
    }
    .secEvent .swiper{
        overflow: visible;
    }
    .secEvent .swiper-scrollbar{
        width: 92vw!important;
        left: 0!important;
        bottom: -32px!important;
        background: #fff!important;
        height: 6px;
    }
    .secEvent .swiper-scrollbar-drag{
        background: #e5e5e5;
    }
    .secEvent .cmnBtn{
        margin-top: 63px;
    }
    .secEvent .bnrCover{
        margin-top: 57px;
    }
}
/* secSearch */
.secSearch{
    margin-top: 100px;
    z-index: 10;
    position: relative;
}
.secSearch .linkBox{
    display: flex;
    margin-top: 50px;
    flex-wrap: wrap;
}
.secSearch .itemTab{
    width: calc((100% - 100px) / 6);
    margin-right: 20px;
}
.secSearch .itemTab:nth-child(6n){
    margin-right: 0;
}
.secSearch .itemTab:nth-child(n+7) {
    margin-top: 20px;
}
.secSearch .tab{
    height: 86px;
    border-radius: 4px 4px 0 0;
    color: #fff;
    background: #212329;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 10px 15px;
    line-height: 1.3;
    text-align: center;
}
.secSearch .tab.active{
    background: #2b8bbd;
}
.secSearch .nmber{
    display: block;
    font-size: 13px;
    margin-top: 8px;
    letter-spacing: 2px;
}
.secSearch .bgBox{
    background: #2b8bbd;
    padding: 50px 0 80px;
    margin-top: 20px;
}
.secSearch .contentBox{
    position: relative;
}
.secSearch .content{
    display: none;
    overflow: visible;
}
.secSearch .content.show{
    display: block;
}
.secSearch .swiper{
    overflow: visible;
    position: static;
}
.secSearch .swiper-button-prev{
    position: absolute;
    content: '';
    width: 42px;
    height: 96px;
    background:rgba(0,0,0,0.8);
    border-radius:0 5px 5px 0;
    top:calc(50% - 24px);
    left:0;
    transition: all 0.2s;
}
.secSearch .swiper-button-next{
    position: absolute;
    content: '';
    width: 42px;
    height: 96px;
    background:rgba(0,0,0,0.8);
    border-radius: 5px 0 0 5px;
    top:calc(50% - 24px);
    right:0;
    transition: all 0.2s;
}
.secSearch .swiper-button-prev::after{
    width: 9px;
    height: 16px;
    margin-top: 0;
    top: calc(50% - 8px);
    z-index: 10;
    position: absolute;
    transition: all 0.2s;
    content: '';
}
.secSearch .swiper-button-next::after{
    width: 9px;
    height: 16px;
    margin-top: 0;
    top: calc(50% - 8px);
    z-index: 10;
    position: absolute;
    transition: all 0.2s;
    content: '';
}
.secSearch .swiper-button-prev.lazyloaded::after{
    background: url(../img/index/iconArrowPrev.png) center top / cover no-repeat;
}
.secSearch .swiper-button-next.lazyloaded::after{
    background: url(../img/index/iconArrowNext.png) center top / cover no-repeat;
}
.secSearch .swiper-button-prev:hover,
.secSearch .swiper-button-next:hover{
    width: 45px;
    transition: all 0.2s;
}
.secSearch .swiper-button-prev:hover::after{
    margin-left: -10px;
    transition: all 0.2s;
}
.secSearch .swiper-button-next:hover::after{
    margin-right: -10px;
    transition: all 0.2s;
}
.secSearch .innerLinkBox{
    display: flex;
}
.secSearch .content.disabled .innerLinkBox{
    justify-content: center;
}
.secSearch .swiper-container.disabled .innerLinkBox{
    justify-content: center;
}
.secSearch .innerItem{
    width: 31.747%;
    margin-right: 2.379%;
    background: #fff;
    position: relative;
    height: auto;
    min-height: 684px;
}
.secSearch .innerLinkBox .innerItem:last-child{
    margin-right: 0;
}
.secSearch .estateInner{
    display: block;
    text-decoration: none;
    color: #212329;
    height: 100%;
    padding-bottom: 100px;
    box-shadow: 0 0 4px #2a87b7;
    background: #fff;
    overflow: visible;
}
.secSearch .imgBox{
    position: relative;
}
.secSearch .iconBox{
    position: absolute;
    top: -15px;
    left: 15px;
    display: flex;
}
.secSearch .iconItem{
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}
.secSearch .iconItem:nth-child(n+2){
    margin-left: 10px;
}
.secSearch .iconPrice{
    color: #fff;
    background: #ff4200;
    font-size: 10px;
    letter-spacing: 0.5px;
    line-height: 1.2;
}
.secSearch .iconNew{
    color: #ffe00f;
    background: #333333;
    font-size: 12px;
    letter-spacing: 0.5px;
}
.secSearch .img{
    width: 100%;
    padding-top: 67.5%;
    overflow: hidden;
}
.secSearch .titBox{
    padding: 27px 30px 0;
}
.secSearch .titFlex{
    display: flex;
    justify-content: space-between;
}
.secSearch .leftTit,
.secSearch .rightTit{
    font-size: 13px;
    font-weight: 500;
}
.secSearch .mainTit{
    font-size: 18px;
    line-height: 1.66;
    letter-spacing: 1px;
    font-weight: bold;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 60px;
}
.secSearch .txtBox{
    padding: 13px 30px 0;
}
.secSearch .txt{
    font-size: 13px;
    line-height: 2;
    letter-spacing: 1px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 52px;
}
.secSearch .tableBox{
    border: solid 1px #e5e5e5;
    margin-top: 15px;
}
.secSearch .tableList{
    border-bottom: solid 1px #e5e5e5;
    display: flex;
    height: 39px;
}
.secSearch .tableList.h45{
    height: 44px;
}
.secSearch .tableList:last-child{
    border-bottom: none;
}
.secSearch .tableItem{
    width: 75px;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f6f6f6;
}
.secSearch .tableItem02{
    width: calc(100% - 75px);
    padding-left: 12px;
    font-size: 11px;
    letter-spacing: 1px;
    background: #fff;
    display: flex;
    align-items: center;
}
.secSearch .txt12{
    font-size: 12px;
    vertical-align: 2px;
    padding-left: 2px;
}
.secSearch .txt13{
    font-size: 13px;
    vertical-align: 2px;
    padding-left: 2px;
}
.secSearch .txt17{
    font-size: 17px;
    color: #12a4f0;
}
.secSearch .txt22{
    font-size: 22px;
    color: #a90e2b;
}
.secSearch .btnBox{
    width: 200px;
    border: solid 1px #212329;
    height: 52px;
    box-shadow: inset 0px -4px 0px 0px rgba(1, 1, 1, 0.08);
    font-size: 13px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: absolute;
    left: calc(50% - 100px);
    bottom: 29px;
    border-radius: 26px;
}
/* memberBox */
.secSearch .memberBox{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 10px;
    background: rgb(33, 35, 41, 0.502);
    backdrop-filter: blur(5px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.secSearch .memberTxtBox{
    display: block;
    position: absolute;
    width: 340px;
    left: calc(50% - 170px);
    bottom: 30px;
}
.secSearch .memberInner{
    height: 255px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #f5ecbd;
}
.secSearch .memberTxt{
    font-size: 14px;
    line-height: 1.85;
    text-align: center;
    font-weight: 500;
}
.secSearch .memberTabCover{
    overflow: hidden;
    width: 240px;
    height: 52px;
    margin: 15px auto 0;
    border-radius: 26px;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
    -webkit-animation-delay: 1s;
    box-shadow: inset 0px -4px 0px 0px rgba(1, 1, 1, 0.08);
    background: rgb(213, 48, 99);
    border: solid 1px rgb(33, 35, 41);
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 2px;
}
.oh-button__anim {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
}
.oh-button__animItem {
    -webkit-animation: is-reflection 2s ease-in-out infinite;
    animation: is-reflection 2s ease-in-out infinite;
    background-color: #fff;
    content: " ";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: -180px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 30px;
}
@-webkit-keyframes is-reflection {
    0% {
        -webkit-transform: scale(0) rotate(45deg);
        transform: scale(0) rotate(45deg);
        opacity: 0
    }

    20% {
        -webkit-transform: scale(0) rotate(45deg);
        transform: scale(0) rotate(45deg);
        opacity: .5
    }

    21% {
        -webkit-transform: scale(4) rotate(45deg);
        transform: scale(4) rotate(45deg);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(50) rotate(45deg);
        transform: scale(50) rotate(45deg);
        opacity: 0
    }
}

@keyframes is-reflection {
    0% {
        -webkit-transform: scale(0) rotate(45deg);
        transform: scale(0) rotate(45deg);
        opacity: 0
    }

    20% {
        -webkit-transform: scale(0) rotate(45deg);
        transform: scale(0) rotate(45deg);
        opacity: .5
    }

    21% {
        -webkit-transform: scale(4) rotate(45deg);
        transform: scale(4) rotate(45deg);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(50) rotate(45deg);
        transform: scale(50) rotate(45deg);
        opacity: 0
    }
}
@-webkit-keyframes bounce {
    100%,15%,35%,55% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    25% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }

    45% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px)
    }
}

@keyframes bounce {
    100%,15%,35%,55% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    25% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }

    45% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px)
    }
}
@media only screen and (max-width:767px){
    .secSearch{
        margin-top: 40px;
    }
    .secSearch .cmnIcon{
        width: 41px;
        margin: 0 auto;
    }
    .secSearch .linkBox{
        flex-wrap: wrap;
        margin-top: 28px;
    }
    .secSearch .itemTab{
        width: 23.769%;
        margin-right: 1.64133%;
    }
    .secSearch .itemTab:nth-child(4n){
        margin-right: 0;
    }
    .secSearch .itemTab:nth-child(n+5){
        margin-top: 6px;
    }
    .secSearch .itemTab:nth-child(6n){
        margin-right: 1.64133%;
    }
    .secSearch .tab{
        min-height: 50px;
        height: 100%;
        font-size: 11px;
        font-weight: 500;
        line-height: 1.45;
        letter-spacing: normal;
        text-align: center;
        padding: 5px;
    }
    .secSearch .nmber{
        font-size: 11px;
        margin-top: 0;
    }
    .secSearch .bgBox{
        background: #fff;
        padding: 20px 0 0;
    }
    .secSearch .swiper-button-prev{
        display: none;
    }
    .secSearch .swiper-button-next{
        display: none;
    }
    .secSearch .swiper-button-prev::after{
        display: none;
    }
    .secSearch .swiper-button-next::after{
        display: none;
    }
    .secSearch .innerLinkBox{
        display: block;
        transform: none!important;
        border-bottom: solid 1px #e9eaeb;
    }
    .secSearch .innerItem{
        width: 100%;
        margin-right: 0;
        border-top: solid 1px #e9eaeb;
        min-height: auto;
    }
    .secSearch .innerItem:nth-child(n+4){
        margin-top: 0;
    }
    .secSearch .estateInner{
        padding: 15px 4%;
        box-shadow: none;
    }
    .secSearch .topBox{
        display: flex;
        align-items: center;
    }
    .secSearch .imgBox{
        width: 37.682%;
    }
    .secSearch .iconBox{
        top: -7px;
        left: 5px;
    }
    .secSearch .iconItem{
        width: 25px;
        height: 25px;
    }
    .secSearch .iconItem:nth-child(n+2){
        margin-left: 5px;
    }
    .secSearch .iconPrice{
        /* display: none; */
        font-size: 10px;
        letter-spacing: 0;
    }
    .secSearch .iconPrice span{
        transform: scale(0.7); 
    }
    .secSearch .iconNew{
        font-size: 10px;
    }
    .secSearch .img{
        padding-top: 67.693%;
    }
    .secSearch .titBox{
        width: calc(100% - 37.682%);
        padding: 7px 0 0 15px;
    }
    .secSearch .titFlex{
        justify-content: flex-start;
    }
    .secSearch .leftTit,
    .secSearch .rightTit{
        font-size: 10px;
    }
    .secSearch .rightTit{
        margin-left: 10px;
    }
    .secSearch .member .rightTit{
        margin-left: 0;
    }
    .secSearch .mainTit{
        font-size: 13px;
        line-height: 1.53;
        letter-spacing: 1px;
        margin-top: 6px;
        max-height: 40px;
    }
    .secSearch .txtBox{
        padding: 14px 0 0;
    }
    .secSearch .txt{
        font-size: 11px;
        line-height: 1.63;
        letter-spacing: 1px;
        max-height: 36px;
    }
    .secSearch .tableBox{
        margin-top: 13px;
    }
    .secSearch .tableList.h45{
        height: 39px;
    }
    .secSearch .tableItem{
        width: 70px;
        font-size: 10px;
    }
    .secSearch .tableItem02{
        width: calc(100% - 70px);
        padding-left: 12px;
        font-size: 10px;
        letter-spacing: 1px;
    }
    .secSearch .txt12{
        font-size: 10px;
        vertical-align: 2px;
        padding-left: 2px;
    }
    .secSearch .txt13{
        font-size: 11px;
        vertical-align: 2px;
        padding-left: 2px;
    }
    .secSearch .txt17{
        font-size: 16px;
    }
    .secSearch .txt22{
        font-size: 18px;
    }
    .secSearch .btnBox{
        display: none;
    }
        /* memberBox */
    .secSearch .memberBox{
        padding-top: 0;
    }
    .secSearch .memberImg{
        width: 69.231%;
    }
    .secSearch .memberTxtBox{
        display: block;
        position: static;
        width: 100%;
        border: solid 1px #e9eaeb;
        margin: 17px auto 0;
    }
    .secSearch .memberInner{
        height: 127px;
    }
    .secSearch .memberTxt{
        font-size: 11px;
        line-height: 1.63;
    }
    .secSearch .memberTabCover{
        width: 74.345%;
        height: 44px;
        margin: 10px auto 0;
        border-radius: 22px;
        font-size: 12px;
        letter-spacing: 1px;
    }
}
@media only screen and (max-width:359px){
    .secSearch .tab{
        font-size: 10px;
    }
}

/* secSearchBnr */
.secSearchBnr{
    background: #e9f3f8;
    padding-bottom: 145px;
}
.secSearchBnr .cmnBtn{
    background: #212329;
    margin-top: -40px;
    z-index: 20;
    position: relative;
}
.secSearchBnr .bnrCover{
    margin: 60px auto 0;
    text-align: center;
}
.secSearchBnr .bnrCover.mt50{
    margin: 50px auto 0;
}
.secSearchBnr .bnr{
    display: inline-block;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 0px 10px 5px #cecfce;
}
@media only screen and (max-width:767px){
    .secSearchBnr{
        background: #fafafa;
        padding: 30px 0 48px;
    }
    .secSearchBnr .cmnBtn{
        margin-top: 0;
    }
    .secSearchBnr .bnrCover{
        margin: 30px auto 0;
    }
    .secSearchBnr .bnrCover.mt50{
        margin: 18px auto 0;
    }
    .secSearchBnr .bnr{
        border-radius: 0;
        box-shadow: none;
    }
}
/* secPreceding */
.secPreceding{
    padding: 89px 0 100px;
    position: relative;
}
.secPreceding.lazyloaded{
    background: url(../img/index/bgPreceding.jpg) center top no-repeat;
    background-size: cover;
}
.secPreceding .topTit{
    width: 260px;
    height: 70px;
    border: 3px solid #212329;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 3px;
    padding-left: 7px;
    box-shadow: 5px 5px 0 #212329;
    position: absolute;
    top: -35px;
    left: calc(50% - 130px);
}
.secPreceding .topTit::after{
    position: absolute;
    content: "";
    width: 36px;
    height: 36px;
    bottom: -18px;
    right: -17px;
}
.secPreceding .topTit.lazyloaded::after{
    background: url(../img/index/iconGrass.png) center top no-repeat;
    background-size: contain;
}
.secPreceding .tit{
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    letter-spacing: 5px;
}
.secPreceding .txt{
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    letter-spacing: 2.5px;
    margin-top: 24px;
    padding-left: 17px;
    line-height: 2;
}
.secPreceding .linkBox{
    margin-top: 66px;
    display: flex;
    flex-wrap: wrap;
}
.secPreceding .item{
    width: 48.438%;
    margin-right: 3.124%;
}
.secPreceding .linkBox .item:nth-child(2n){
    margin-right: 0;
}
.secPreceding .linkBox .item:nth-child(n+3){
    margin-top: 3.124%;
}
.secPreceding .linkBox .item:nth-child(n+5){
    display: none;
}
.secPreceding .linkBox.appear .item:nth-child(n+5){
    display: block;
}
.secPreceding .link{
    position: relative;
    display: block;
    text-decoration: none;
    color: #212329;
    background: #fff;
    height: 100%;
    padding: 46px 31px 48px;
    box-shadow: inset 0px -5px 0px 0px rgba(1, 1, 1, 0.1);
}
.secPreceding .iconNew{
    position: absolute;
    top: -20px;
    left: 20px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    font-size: 12px;
    color: #fff;
    background: #ff4200;
}
.secPreceding .abuTxt{
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 2px;
    padding-top: 3px;
    padding-left: 5px;
    width: 110px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #212329;
    position: absolute;
    top: 0;
    right: 0;
}
.secPreceding .boxTit{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 2px;
}
.secPreceding .boxTxt{
    font-size: 13px;
    line-height: 2;
    letter-spacing: 0;
    margin-top: 11px;
}
.secPreceding .txtFlex{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 16px;
}
.secPreceding .dateTxt{
    font-size: 13px;
    color: #9c9c9d;
    letter-spacing: 1px;
}
.secPreceding .btnTxt{
    position: relative;
    font-size: 13px;
    text-decoration: underline;
    letter-spacing: 1px;
}
.secPreceding .btnTxt::after{
    position: absolute;
    content: "";
    width: 5px;
    height: 6px;
    top: calc(50% - 3px);
    left: -10px;
}
.secPreceding .btnTxt.lazyloaded::after{
    background: url(../img/index/iconPre.gif) center top no-repeat;
}
.secPreceding .secCmnNextLoad{
    margin-top: 50px;
}
.secPreceding .linkBox.appear + .secCmnNextLoad{
    display: none;
}
@media only screen and (max-width:767px){
    .secPreceding{
        padding: 51px 0 50px;
    }
    .secPreceding.lazyloaded{
        background: url(../img/index/bgPreceding_sp.jpg) center top no-repeat;
        background-size: cover;
    }
    .secPreceding .topTit{
        width: 145px;
        height: 42px;
        border: 2px solid #212329;
        font-size: 15px;
        letter-spacing: 2px;
        padding-left: 0;
        box-shadow: 2px 2px 0 #212329;
        top: -20px;
        left: calc(50% - 72px);
    }
    .secPreceding .topTit::after{
        width: 20px;
        height: 20px;
        bottom: -8px;
        right: -8px;
    }
    .secPreceding .tit{
        font-size: 22px;
        letter-spacing: 3px;
    }
    .secPreceding .txt{
        font-size: 13px;
        letter-spacing: 1px;
        margin-top: 15px;
        padding-left: 0;
        line-height: 1.84;
    }
    .secPreceding .linkBox{
        margin-top: 30px;
        display: block;
    }
    .secPreceding .item{
        width: 100%;
        margin-right: 0;
    }
    .secPreceding .linkBox .item:nth-child(n+3){
        margin-top: auto;
    }
    .secPreceding .linkBox .item:nth-child(n+2){
        margin-top: 20px;
    }
    .secPreceding .linkBox .item:nth-child(n+4){
        display: none;
    }
    .secPreceding .linkBox.appear .item:nth-child(n+4){
        display: block;
    }
    .secPreceding .link{
        height: auto;
        padding: 23px 20px 23px;
    }
    .secPreceding .link::after{
        position: absolute;
        content: "";
        width: 6px;
        height: 6px;
        border-right: 1px solid #696b6f;
        border-top: 1px solid #696b6f;
        transform: rotate(45deg);
        bottom: 28px;
        right: 20px;
    }
    .secPreceding .iconNew{
        top: -13px;
        left: 15px;
        width: 25px;
        height: 25px;
        font-size: 10px;
    }
    .secPreceding .abuTxt{
        font-size: 10px;
        letter-spacing: 1px;
        padding-top: 0;
        padding-left: 0;
        width: 60px;
        height: 26px;
    }
    .secPreceding .boxTit{
        font-size: 13px;
        letter-spacing: 1px;
    }
    .secPreceding .boxTxt{
        font-size: 11px;
        line-height: 1.63;
        margin-top: 7px;
    }
    .secPreceding .txtFlex{
        display: block;
        margin-top: 7px;
    }
    .secPreceding .dateTxt{
        font-size: 11px;
        letter-spacing: 1px;
    }
    .secPreceding .btnTxt{
        display: none;
    }
    .secPreceding .secCmnNextLoad{
        margin-top: 30px;
    }
}
@media only screen and (max-width:359px){
    .secPreceding .txt{
        letter-spacing: 0;
        font-size: 12px;
    }
    .secPreceding .boxTxt{
        font-size: 10px;
    }
}
/* secCatalog */
.secCatalog{
    margin: 100px auto 0;
    text-align: center;
}
@media only screen and (max-width:767px){
    .secCatalog{
        margin: 50px auto 0;
    }
}

/* secAbout */
.secAbout{
    padding: 0 0 120px;
    margin-top: 96px;
    position: relative;
}
.secAbout::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 706px;
    top: 55px;
    left: 0;
}
.secAbout.lazyloaded::after{
    background: url(../img/index/bgAbout.jpg) center top no-repeat;
}
.secAbout::before{
    position: absolute;
    content: "";
    width: 100%;
    height: calc(100% - 55px);
    left: 0;
    top: 55px;
    background: #2b8bbd;
}
.secAbout .wrapper{
    position: relative;
    z-index: 10;
}
.secAbout .leftBox{
    flex-shrink: 0;
}
.secAbout .titEng{
    font-size: 80px;
    font-weight: 500;
    color: #2b8bbd;
    line-height: 1.25;
    letter-spacing: 4px;
}
.secAbout .titJpn{
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 3px;
    color: #2b8bbd;
    margin-top: 70px;
    position: relative;
}
.secAbout .txt{
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 2.53;
    margin-top: 38px;
}
.secAbout .linkBox{
    display: flex;
    flex-wrap: wrap;
    margin-top: 85px;
}
.secAbout .item{
    width: 31.25%;
    margin-right: 3.125%;
    overflow: hidden;
}
.secAbout .linkBox .item:nth-child(3n){
    margin-right: 0;
}
.secAbout .linkBox .item:nth-child(n+4){
    margin-top: 40px;
}
.secAbout .linkBox .item:nth-child(2){
    transition-delay: 0.3s;
}
.secAbout .linkBox .item:nth-child(3){
    transition-delay: 0.6s;
}
.secAbout .linkBox .item:nth-child(4){
    transition-delay: 0.9s;
}
.secAbout .linkBox .item:nth-child(5){
    transition-delay: 1.2s;
}
.secAbout .linkBox .item:nth-child(6){
    transition-delay: 1.5s;
}
.secAbout .link{
    display: block;
    position: relative;
    text-decoration: none;
    color: #fff;
}
.secAbout .img{
    width: 100%;
    padding-top: 95%;
}
.secAbout .txtNum{
    font-size: 22px;
    letter-spacing: 2px;
    font-weight: 500;
    position: absolute;
    top: 28px;
    left: 30px;
}
.secAbout .txtBox{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 10px;
}
.secAbout .itemEng{
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
}
.secAbout .itemTit{
    font-size: 26px;
    text-align: center;
    line-height: 1.61;
    font-weight: bold;
    letter-spacing: 1px;
    margin-top: 20px;
}
.secAbout .iconCircle{
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 30px;
    bottom: 30px;
    padding: 0 0 2px 1px;
}
@media only screen and (max-width:767px){
    .secAbout{
        padding: 0 0 20px;
        margin-top: 50px;
    }
    .secAbout::after{
        height: calc(100% - 25px);
        top: 25px;
        left: 0;
    }
    .secAbout.lazyloaded::after{
        background: url(../img/index/bgAbout_sp.jpg) center top / cover;
    }
    .secAbout::before{
        display: none;
    }
    .secAbout .titEng{
        font-size: 34px;
        line-height: 1.35;
        letter-spacing: 3px;
    }
    .secAbout .titJpn{
        font-size: 16px;
        letter-spacing: 1px;
        margin-top: 15px;
    }
    .secAbout .titJpn::after{
        position: absolute;
        content: "";
        width: 30px;
        height: 1px;
        bottom: -24px;
        left: 0;
        background: #2b8bbd;
    }
    .secAbout .txt{
        font-size: 12px;
        letter-spacing: 0.5px;
        line-height: 2.16;
        margin-top: 42px;
    }
    .secAbout .linkBox{
        margin-top: 194px;
    }
    .secAbout .item{
        width: 49.276%;
        margin-right: 1.448%;
        overflow: hidden;
        border: solid 1px #e9f3f8;
    }
    .secAbout .linkBox .item:nth-child(3n){
        margin-right: 1.448%;
    }
    .secAbout .linkBox .item:nth-child(2n){
        margin-right: 0;
    }
    .secAbout .linkBox .item:nth-child(n+3){
        margin-top: 1.448%;
    }
    .secAbout .img{
        padding-top: 95.239%;
    }
    .secAbout .txtNum{
        font-size: 13px;
        letter-spacing: 1px;
        top: 13px;
        left: 13px;
    }
    .secAbout .txtBox{
        flex-flow: column-reverse;
        padding: 0 0 3px;
    }
    .secAbout .itemEng{
        font-size: 13px;
        letter-spacing: 1px;
        margin-top: 10px;
    }
    .secAbout .itemTit{
        font-size: 15px;
        line-height: 1.46;
        letter-spacing: 1px;
        margin-top: 0;
    }
    .secAbout .iconCircle{
        width: 24px;
        height: 24px;
        right: 8px;
        bottom: 8px;
        padding: 0 0 2px 1px;
    }
    .secAbout .icon{
        width: 5px;
    }
}
@media only screen and (max-width:374px){
    .secAbout .itemTit{
        font-size: 14px;
        letter-spacing: 0;
    }
}
@media only screen and (max-width:359px){
    .secAbout .itemTit{
        font-size: 13px;
        letter-spacing: 0;
    }
    .secAbout .txt{
        font-size: 11px;
        letter-spacing: normal;
    }
}

/* secGallery */
.secGallery{
    margin-top: 115px;
}
.secGallery .cmnBtn{
    margin-top: 50px;
    background: #212329;
}
.secGallery .content{
    margin-top: 47px;
}
.secGallery .linkBox{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.secGallery .item{
    width: 31.25%;
    margin-right: 3.125%;
    height: auto;
}
.secGallery .linkBox .item:nth-child(3n){
    margin-right: 0;
}
.secGallery .linkBox .item:last-child{
    margin-right: 0;
}
.secGallery .linkBox .item:nth-child(n+4){
    margin-top: 51px;
}
.secGallery .link{
    position: relative;
    text-decoration: none;
    display: block;
    padding-bottom: 80px;
    color: #212329;
    overflow: visible;
    height: 100%;
}
.secGallery .imgBox{
    position: relative;
}
.secGallery .img{
    width: 100%;
    padding-top: 67.5%;
    overflow: hidden;
}
.secGallery .iconNew{
    position: absolute;
    top: -16px;
    left: 15px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    font-size: 12px;
    color: #fff;
    background: #ff4200;
}
.secGallery .itemTit{
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.66;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /*表示マックスの行*/
    overflow: hidden;
    max-height: 63px;/*任意の値*/
    margin-top: 21px;
}
.secGallery .itemTxt{
    font-size: 13px;
    line-height: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /*表示マックスの行*/
    overflow: hidden;
    max-height: 80px;/*任意の値*/
    margin-top: 6px;
}
.secGallery .btn{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: bold;
    width: 200px;
    height: 52px;
    border-radius: 26px;
    border: 1px solid #212329;
    box-shadow: inset 0px -4px 0px 0px rgba(1, 1, 1, 0.08);
    position: absolute;
    bottom: 0;
    left: calc(50% - 100px);
    padding-top: 2px;
}
.secGallery .swiper{
    overflow: visible;
}
@media only screen and (max-width:767px){
    .secGallery{
        margin-top: 48px;
    }
    .secGallery .cmnIcon{
        width: 28px;
    }
    .secGallery .content{
        margin-top: 30px;
    }
    .secGallery .linkBox{
        flex-wrap: nowrap;
        justify-content: unset;
    }
    .secGallery .item{
        width: 100%;
        margin-right: 0;
    }
    .secGallery .linkBox .item:nth-child(n+4){
        margin-top: 0;
    }
    .secGallery .link{
        padding-bottom: 0;
    }
    .secGallery .link::after{
        position: absolute;
        content: "";
        width: 6px;
        height: 6px;
        border-right: 1px solid #696b6f;
        border-top: 1px solid #696b6f;
        transform: rotate(45deg);
        bottom: 4px;
        right: 2px;
    }
    .secGallery .img{
        padding-top: 67.537%;
    }
    .secGallery .iconNew{
        top: auto;
        bottom: -12px;
        left: auto;
        right: 12px;
        width: 25px;
        height: 25px;
        font-size: 10px;
        font-weight: 400;
    }
    .secGallery .itemTit{
        font-size: 13px;
        letter-spacing: 0px;
        line-height: 1.69;
        margin-top: 17px;
        max-width: calc(100% - 10px);
    }
    .secGallery .itemTxt{
        font-size: 11px;
        line-height: 1.63;
        margin-top: 7px;
        max-width: calc(100% - 10px);
    }
    .secGallery .btn{
        display: none;
    }
    .secGallery .swiper{
        overflow: visible;
    }
    .secGallery .swiper-scrollbar{
        width: 92vw!important;
        left: 0!important;
        bottom: -31px!important;
        background: #fff!important;
        height: 6px;
    }
    .secGallery .swiper-scrollbar-drag{
        background: #e5e5e5;
    }
    .secGallery .cmnBtn{
        margin-top: 62px;
    }
}

/* secNewBlog */
.secNewBlog{
    margin-top: 100px;
    padding: 100px 0;
}
.secNewBlog.lazyloaded{
    background: url(../img/index/bgNewBlog.gif) left top repeat;
}
.secNewBlog .innerBox{
    background: #fff;
    padding: 100px 0;
    box-shadow: 0 0 20px rgba(221, 213, 213, 0.8);
}
.secNewBlog .boxInnerCover{
    width: 1285px;
    margin: 0 auto;
    display: flex;
}
.secNewBlog .boxInner{
    width: 50%;
    flex-shrink: 0;
    padding-bottom: 30px;
}
.secNewBlog .boxInnerCover .boxInner:first-child{
    border-right: 1px solid #eee;
}
.secNewBlog .titBox{
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 30px;
}
.secNewBlog .titBox::after{
    position: absolute;
    content: "";
    width: 40px;
    height: 2px;
    background: #212329;
    left: 4px;
    bottom: -28px;
}
.secNewBlog .titJpn{
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 3px;
}
.secNewBlog .titEng{
    font-size: 16px;
    font-weight: 500;
    margin-left: 11px;
    letter-spacing: 2px;
}
.secNewBlog .linkBox{
    width: 560px;
    margin-top: 33px;
    margin-left: 4px;
}
.secNewBlog .link{
    position: relative;
    display: flex;
    align-items: center;
    text-decoration: none;
    padding: 25px 0;
    border-bottom: 1px solid #eee;
}
.secNewBlog .link::after{
    position: absolute;
    content: "";
    width: 9px;
    height: 9px;
    border-top: 1px solid #212329;
    border-right: 1px solid #212329;
    transform: rotate(45deg);
    right: 1px;
    top: calc(50% - 4px);
}
.secNewBlog .linkBox .item:last-child .link{
    border-bottom: none;
}
.secNewBlog .img{
    width: 133px;
    padding-top: 90px;
    flex-shrink: 0;
    overflow: hidden;
}
.secNewBlog .txtBox{
    margin-left: 25px;
    max-width: calc(100% - 188px);
}
.secNewBlog .itemTit{
    font-size: 15px;
    line-height: 1.5;
    font-weight: bold;
    color: #212329;
    letter-spacing: 1px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.secNewBlog .dateBox{
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.secNewBlog .dateTxt{
    font-size: 12px;
    font-weight: 500;
    color: #b1b5c0;
    letter-spacing: 0.5px;
}
.secNewBlog .newRed{
    font-size: 12px;
    font-weight: 500;
    color: #a90e2b;
    margin-left: 8px;
    letter-spacing: 1px;
}
.secNewBlog .btn{
    text-decoration: none;
    margin: 0 78px 0 auto;
    width: 200px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #212329;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 30px;
    background: rgb(255, 255, 255);
    box-shadow: inset 0px -4px 0px 0px rgba(1, 1, 1, 0.08);
    border: solid 1px rgb(33, 35, 41);
}

.secNewBlog .boxInnerCover .boxInner:nth-child(2){
    margin-left: 76px;
}
@media only screen and (max-width:767px){
    .secNewBlog{
        margin: 70px 0;
        padding:0;
    }
    .secNewBlog.lazyloaded{
        background: none;
    }
    .secNewBlog .innerBox{
        padding: 0;
        box-shadow: none;
    }
    .secNewBlog .boxInnerCover{
        width: 100%;
        display: block;
    }
    .secNewBlog .boxInner{
        width: 100%;
        padding-bottom: 0;
    }
    .secNewBlog .boxInnerCover .boxInner:first-child{
        border-right: none;
    }
    .secNewBlog .titBox{
        margin-top: 0;
    }
    .secNewBlog .titBox::after{
        width: 30px;
        left: 0;
        bottom: -20px;
    }
    .secNewBlog .titJpn{
        font-size: 16px;
        letter-spacing: 1px;
    }
    .secNewBlog .titEng{
        font-size: 12px;
        margin-left: 8px;
        letter-spacing: 1px;
    }
    .secNewBlog .linkBox{
        width: 100%;
        margin-top: 30px;
        margin-left: 0;
    }
    .secNewBlog .link{
        padding: 10px 0;
    }
    .secNewBlog .link::after{
        width: 6px;
        height: 6px;
        right: 1px;
        top: calc(50% - 3px);
    }
    .secNewBlog .img{
        width: 33.411%;
        padding-top: 22.609%;
    }
    .secNewBlog .txtBox{
        margin-left: 15px;
        max-width: calc(66.588% - 35px);
    }
    .secNewBlog .itemTit{
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 0px;
        white-space: normal;
        text-overflow: inherit;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2; /*表示マックスの行*/
        overflow: hidden;
        max-height: 50px;/*任意の値*/
    }
    .secNewBlog .dateBox{
        margin-top: 6px;
    }
    .secNewBlog .dateTxt{
        letter-spacing: 0.5px;
    }
    .secNewBlog .newRed{
        margin-left: 8px;
        letter-spacing: 1px;
    }
    .secNewBlog .btn{
        margin: 10px auto 0;
        width: 59.421%;
        height: 48px;
        font-size: 12px;
        letter-spacing: 1px;
    }
    .secNewBlog .boxInnerCover .boxInner:nth-child(2){
        margin-left: 0;
        margin-top: 53px;
    }
}

/* secNewNews */
.secNewNews.lazyloaded{
    background: url(../img/index/bgNewBlog.gif) left top repeat;
}
.secNewNews .innerBox{
    background: #fff;
    padding: 72px 0;
}
.secNewNews .boxInner{
    padding: 0 100px 30px;
}
.secNewNews .boxFlex{
    display: flex;
    justify-content: space-between;
}
.secNewNews .titBox{
    position: relative;
    display: flex;
    align-items: center;
}
.secNewNews .titBox::after{
    position: absolute;
    content: "";
    width: 40px;
    height: 2px;
    background: #212329;
    left: 4px;
    bottom: 2px;
}
.secNewNews .titJpn{
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 3px;
}
.secNewNews .titEng{
    font-size: 16px;
    font-weight: 500;
    margin-left: 11px;
    letter-spacing: 2px;
}
.secNewNews .linkBox{
    margin-top: 33px;
    margin-left: 4px;
}
.secNewNews .link{
    position: relative;
    display: flex;
    align-items: center;
    text-decoration: none;
    padding: 25px 0;
    border-bottom: 1px solid #eee;
}
.secNewNews .link::after{
    position: absolute;
    content: "";
    width: 9px;
    height: 9px;
    border-top: 1px solid #212329;
    border-right: 1px solid #212329;
    transform: rotate(45deg);
    right: 1px;
    top: calc(50% - 4px);
}
.secNewNews .linkBox .item:last-child .link{
    border-bottom: none;
}
.secNewNews .img{
    width: 133px;
    padding-top: 90px;
    flex-shrink: 0;
    overflow: hidden;
}
.secNewNews .txtBox{
    margin-left: 25px;
    max-width: calc(100% - 188px);
}
.secNewNews .itemTit{
    font-size: 15px;
    line-height: 1.5;
    font-weight: bold;
    color: #212329;
    letter-spacing: 1px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.secNewNews .dateBox{
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.secNewNews .dateTxt{
    font-size: 12px;
    font-weight: 500;
    color: #b1b5c0;
    letter-spacing: 0.5px;
}
.secNewNews .newRed{
    font-size: 12px;
    font-weight: 500;
    color: #a90e2b;
    margin-left: 8px;
    letter-spacing: 1px;
}
.secNewNews .btn{
    text-decoration: none;
    width: 200px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #212329;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 30px;
    background: rgb(255, 255, 255);
    box-shadow: inset 0px -4px 0px 0px rgba(1, 1, 1, 0.08);
    border: solid 1px rgb(33, 35, 41);
    margin-top: 30px;
}
.secNewNews .btn.spOnly{
    display: none;
}
.secNewNews .boxInnerCover .boxInner:nth-child(2){
    margin-left: 76px;
}
@media only screen and (max-width:767px){
    .secNewNews{
        margin: 70px 0;
        padding:0;
    }
    .secNewNews.lazyloaded{
        background: none;
    }
    .secNewNews .innerBox{
        padding: 0;
        box-shadow: none;
    }
    .secNewNews .boxInner{
        padding: 0;
    }
    .secNewNews .boxInner{
        width: 100%;
        padding-bottom: 0;
    }
    .secNewNews .titBox{
        margin-top: 0;
    }
    .secNewNews .titBox::after{
        width: 30px;
        left: 0;
        bottom: -20px;
    }
    .secNewNews .titJpn{
        font-size: 16px;
        letter-spacing: 1px;
    }
    .secNewNews .titEng{
        font-size: 12px;
        margin-left: 8px;
        letter-spacing: 1px;
    }
    .secNewNews .linkBox{
        width: 100%;
        margin-top: 30px;
        margin-left: 0;
    }
    .secNewNews .link{
        padding: 10px 0;
    }
    .secNewNews .link::after{
        width: 6px;
        height: 6px;
        right: 1px;
        top: calc(50% - 3px);
    }
    .secNewNews .img{
        width: 33.411%;
        padding-top: 22.609%;
    }
    .secNewNews .txtBox{
        margin-left: 15px;
        max-width: calc(66.588% - 35px);
    }
    .secNewNews .itemTit{
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 0px;
        white-space: normal;
        text-overflow: inherit;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2; /*表示マックスの行*/
        overflow: hidden;
        max-height: 50px;/*任意の値*/
    }
    .secNewNews .dateBox{
        margin-top: 6px;
    }
    .secNewNews .dateTxt{
        letter-spacing: 0.5px;
    }
    .secNewNews .newRed{
        margin-left: 8px;
        letter-spacing: 1px;
    }
    .secNewNews .btn{
        margin: 10px auto 0;
        width: 59.421%;
        height: 48px;
        font-size: 12px;
        letter-spacing: 1px;
    }
    .secNewNews .btn.spOnly{
        display: flex;
    }
    .secNewNews .btn.spNone{
        display: none;
    }
    .secNewNews .boxInnerCover .boxInner:nth-child(2){
        margin-left: 0;
        margin-top: 53px;
    }
}
 .boxFlow {
    display: flex;
    height: 220px;
    margin: 80px auto 0;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
 .boxFlow .item01 {
    width: 20%;
    height: 100%;
    background-color: #fff;
    border: 1px solid #eeeeee;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    color: inherit;
    text-decoration: none;
    padding-bottom: 50px;
}
 .boxFlow .txt01 {
    font-size: 24px;
    font-weight: 700;
    position: relative;
    letter-spacing: 3.5px;
    text-align: center;
    }
.boxFlow .txt01.lazyloaded::after {
    background: url(../img/index/areaimg.png) center top / cover;
}

.boxFlow .txt01::after {
    position: absolute;
    content: '';
    width: 63px;
    height: 66px;
    top: -90px;
    left: 0;
    right: 0;
    margin: auto;
}
.boxFlow .item01:nth-child(2) .txt01.lazyloaded::after {
    background: url(../img/index/newsimg.png) center top / cover;
}

.boxFlow .item01:nth-child(2) .txt01::after {
    width: 75px;
    height: 65px;
}
.boxFlow .item01:nth-child(3) .txt01.lazyloaded::after {
    background: url(../img/index/logoimg.png) center top / cover;
}

.boxFlow .item01:nth-child(3) .txt01::after {
    width: 63px;
    height: 65px;
}
.boxFlow .item01:nth-child(4) .txt01.lazyloaded::after {
    background: url(../img/index/logoimg01.png) center top / cover;
}

.boxFlow .item01:nth-child(4) .txt01::after {
    width: 117px;
    height: 41px;
    top: -82px;
}
.boxFlow .item01:nth-child(5) .txt01.lazyloaded::after {
    background: url(../img/index/logoArea.png) center top / cover;
}

.boxFlow .item01:nth-child(5) .txt01::after {
    width: 93px;
    height: 61px;
    top: -90px;
}
.boxFlow.spOnly {
    display: none;
}

@media only screen and (max-width: 767px){
    .boxFlow {
        width: 260px;
        height: auto;
        margin: 25px auto 0;
        border-radius: 4px;
    }
    .boxFlow .item01 {
        padding-bottom: 9px;
        width: calc(100% / 3);
        justify-content: center;
        height: 80px;
    }
    .boxFlow .item01:nth-child(3) {
        border-right: none;
    }
    .boxFlow .item01:nth-child(n+4) {
        margin-top: 10px;
    }
     .boxFlow .txt01 {
        font-size: 12px;
        letter-spacing: 0.5px;
    }
    .boxFlow .txt01.lazyloaded::after {
        background: url(../img/index/areaimg.png) center top / cover;
    }
    
    .boxFlow .txt01::after {
        position: absolute;
        content: '';
        width: 30px;
        height: 32px;
        top: -40px;
    }
    .boxFlow .item01:nth-child(2) .txt01.lazyloaded::after {
        background: url(../img/index/newsimg.png) center top / cover;
    }
    
    .boxFlow .item01:nth-child(2) .txt01::after {
        width: 33px;
        height: 28px;
    }
    .boxFlow .item01:nth-child(3) .txt01.lazyloaded::after {
        background: url(../img/index/logoimg.png) center top / cover;
    }
    
    .boxFlow .item01:nth-child(3) .txt01::after {
        width: 29px;
        height: 28px;
    }
    .boxFlow .item01:nth-child(4),
    .boxFlow .item01:nth-child(5) {
        display: none;
    }
    .boxFlow .item01:nth-child(4) .txt01.lazyloaded::after {
        background: url(../img/index/logoimg01.png) center top / cover;
    }
    
    .boxFlow .item01:nth-child(4) .txt01::after {
        width: 52px;
        height: 18px;
        top: -33px;
    }
    .boxFlow .item01:nth-child(5) .txt01::after {
        width: 42px;
        height: 27px;
        top: -39px;
    }
    .boxFlow .item01:not(:last-child):after {
        position: absolute;
        content: '';
        margin: auto;
        display: block;
        top: 0;
        right: 0;
        width: 1px;
        height: 100%;
        background-color: #eeeeee;
        }
    .secEvent {
        padding-top: 40px;
    }
    .boxFlowSp {
        display: flex;
        width: 172px;
        margin: 10px auto 0;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }
    .boxFlowSp .item01 {
        padding-bottom: 9px;
        width: calc(100% / 2);
        border-radius: 4px;
        height: 80px;
        background-color: #fff;
        border: 1px solid #eeeeee;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        color: inherit;
        text-decoration: none;
    }
    .boxFlow.spOnly {
        display: flex;
        width: 172px;
    }
    .boxFlow.spOnly .item01 {
        width: calc(100% / 2);
    }
    .boxFlow.spOnly .item01:first-child .txt01.lazyloaded::after {
        background: url(../img/index/logoimg01.png) center top / cover;
    }
    .boxFlow.spOnly .item01:first-child .txt01::after{
        width: 52px;
        height: 18px;
        top: -33px;
    }
    .boxFlow.spOnly .item01:nth-child(2) .txt01.lazyloaded::after {
        background: url(../img/index/logoArea.png) center top / cover;
    }
    .boxFlow.spOnly .item01:nth-child(2) .txt01::after{
        width: 42px;
        height: 27px;
        top: -39px;
    }
}
@media only screen and (max-width: 345px) {
    .boxFlow .txt01 {
        font-size: 11px;
    }
}