@charset "utf-8";
/* titSection */
.titSection{
    text-align: center;
    margin-bottom: 70px;
}
.titSection .titSeSub{
    font-size: 26px;
    letter-spacing: 1px;
}
.titSection .titSe{
    font-size: 22px;
    letter-spacing: 0.5px;
    margin-top: 20px;
}
@media only screen and (max-width:767px){
    .titSection{
        margin-bottom: 30px;
    }
    .titSection .titSeSub{
        font-size: 18px;
    }
    .titSection .titSe{
        font-size: 18px;
        margin-top: 15px;
    }
}

/* secHero */
.secHero{
	position: relative;
}
.secHero .boxSlider{
	max-width: 1920px;
	margin: 0 auto;
}
.secHero .boxSlider .swiper-slide{
	text-align: center;
}
.secHero .boxSlider .swiper-slide img{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.secHero .boxSlider .swiper-pagination{
	width: 100%;
    position: static;
    margin-top: 30px;
}
.secHero .boxSlider .swiper-pagination-bullet{
	background: #c9c9c9;
	margin: 10px 10px 0;
	opacity: 1;
	width: 10px;
	height: 10px;
}
.secHero .boxSlider .swiper-pagination-bullet-active{
    background: #000;
}
.secHero .boxSlider .swiper-button-prev,
.secHero .boxSlider .swiper-button-next{
	width: 50px;
	height: 50px;
	margin: 0;
	top: calc(50% - 25px);
	z-index: 10;
}
.secHero .boxSlider .swiper-button-prev{
	left: calc(50% - 600px);
	background: url(../img/common/btnPrev01.png) center top / cover no-repeat;
}
.secHero .boxSlider .swiper-button-next{
	right: calc(50% - 600px);
	background: url(../img/common/btnNext01.png) center top / cover no-repeat;
}
@media only screen and (max-width:767px){
    .secHero .boxSlider .swiper-pagination{
        margin-top: 15px;
    }
    .secHero .boxSlider .swiper-pagination-bullet{
        width: 6px;
        height: 6px;
        margin: 5px 5px 0;
    }    
}

/* secTel */
.secTel{
    margin: 20px auto;
    width: 92%;
}
.secTel .btnTel{
    display: block;
    border: #c9c9c9 solid 1px;
    border-radius: 100px;
    text-align: center;
    color: #000;
    padding: 5px 30px 7px;
    box-shadow:0px 3px 0px 0px #e4e4e4;
}
.secTel .titIn{
    display: inline-block;
    font-size: 13px;
    padding: 4px 14px 2px;
    position: relative;
}
.secTel .titIn::before{
    content: "";
    width: 10px;
    height: 16px;
    background: url("../img/index/iconTap01.gif") center /cover;
    position: absolute;
    left: 0;
    bottom: 0;
}
.secTel .titIn::after{
    content: "";
    width: 10px;
    height: 16px;
    background: url("../img/index/iconTap02.gif") center /cover;
    position: absolute;
    right: 0;
    bottom: 0;
}
.secTel .telBox{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;    
    -webkit-align-items: center;
    align-items: center;        
    margin-top: 5px;
}
.secTel .txtTel{
    font-size: 26px;
    margin-left: 10px;
}
.secTel .txtIn{
    font-size: 11px;
    margin-top: 5px;
    letter-spacing: 1px;
    line-height: 1.4;
}


/* secBnr */
.secBnr{
    margin: 100px auto;
}
.secBnr .wrapIn{
    overflow: hidden;
}
.secBnr .swiper-container{
    width: 580px;
    margin: 0;
    overflow: visible;
}
.secBnr .imgBox{
    width: 100%;
    height: 0;
    padding-top: 39.65%;
    display: block;
}
.secBnr .swiper-pagination{
    position: static;
    text-align: center;
    margin-top: 30px;
}
.secBnr .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background: #c9c9c9;
    margin: 10px 10px 0;
    opacity: 1;
}
.secBnr .swiper-pagination-bullet-active,
.secBnr .pagination-bullet-active{
    background: #000;
}
.secBnr .disabled .swiper-container{
    width: 100%;
}
.secBnr .disabled .itemList{
    text-align: center;
    font-size: 0;
    display: block;
}
.secBnr .disabled .item{
    margin-right: 40px;
    display: inline-block;
    vertical-align: top;
    width: 580px;
}
.secBnr .disabled .item:last-child{
    margin-right: 0;
}
@media only screen and (max-width:767px){
    .secBnr{
        margin: 20px auto 50px;
    }
    .secBnr .swiper-container{
        width: 92%;
        margin: 0 auto;
    }
    .secBnr .swiper-pagination{
        text-align: center;
        margin-top: 15px;
    }
    .secBnr .swiper-pagination-bullet{
        width: 6px;
        height: 6px;
        margin: 5px 5px 0;
    }
    .secBnr .disabled .swiper-container{
        width: 92%;
    }
    .secBnr .disabled .item{
        margin-right: 0;
        width: 100%;
    }
}


/* secPlan */
.secPlan{
    margin: 100px auto;
}
.secPlan .itemList{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.secPlan .itemList .item{
    width: calc((100% - 90px) / 3);
    margin: 45px 45px 0 0;
}
.secPlan .itemList .item:nth-child(3n){
    margin-right: 0;
}
.secPlan .itemList .item:nth-child(-n+3){
    margin-top: 0;
}
.secPlan .itemList .itemLink{
    width: 100%;
    color: #FFF;
    display: block;
    position: relative;
}
.secPlan .itemList .imgRe{
    width: 100%;
    position: relative;
}
.secPlan .itemList .imgRe::after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.1);
}
.secPlan .itemList .imgBox{
    width: 100%;
    height: 0;
    padding-top: 81%;
}
.secPlan .itemList .boxAbout{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 15px;
}
.secPlan .itemList .boxAbout .titIn{
    font-size: 26px;
    line-height: 1.5;
    text-shadow:0px 0px 3px #000;
    text-align: center;
}
.secPlan .itemList .boxAbout .boxIn{
    background: rgba(0,0,0,0.66);
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    min-width: 220px;
    margin: 15px auto 0;
    border: solid 1px rgba(255,255,255,0.7);
    border-radius: 5px;
    padding: 11px;
}
.secPlan .itemList .boxAbout .titBoxIn{
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 1px;
    padding-right: 15px;
}
.secPlan .itemList .boxAbout .rightBox .tExcluded,
.secPlan .itemList .boxAbout .rightBox .tIncluded{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;    
}
.secPlan .itemList .boxAbout .rightBox .tIncluded{
    margin-top: 6px;
}
.secPlan .itemList .boxAbout .tExcluded .txtNum{
    font-size: 33px;
    letter-spacing: 1px;
    padding-right: 5px;
}
.secPlan .itemList .boxAbout .tIncluded .txtNum{
    font-size: 16px;
    letter-spacing: .8px;
    padding-right: 0;
    text-align: right;
    width: 100%;
}
.secPlan .itemList .boxAbout .tExcluded .txt1{
    font-size: 14px;
    line-height: 1.3;
}
.secPlan .itemList .boxAbout .tIncluded .txt1{
    font-size: 12px;
    line-height: 1.3;
}
.secPlan .itemList .boxAbout .mr2{margin-right: 2px;}
.secPlan .itemList .boxAbout .mr3{margin-right: 3px;}
@media only screen and (max-width:767px){
    .secPlan{
        margin: 50px auto;
    }
    .secPlan .itemList .item{
        width: 49.9%;
        margin: 0.2% 0.2% 0 0;
    }
    .secPlan .itemList .item:nth-child(3n){
        margin-right: 0.2%;
    }
    .secPlan .itemList .item:nth-child(2n){
        margin-right: 0;
    }    
    .secPlan .itemList .item:nth-child(-n+3){
        margin-top: 0.2%;
    }
    .secPlan .itemList .imgBox{
        width: 100%;
        height: 0;
        padding-top: 92%;
    }
    .secPlan .itemList .boxAbout{
        padding: 10px;
    }
    .secPlan .itemList .boxAbout .titIn{
        font-size: 16px;
        line-height: 1.25;
    }
    .secPlan .itemList .boxAbout .boxIn{
        width: auto;
        min-width: 95px;
        max-width: 100%;
        margin: 10px auto 0;
        padding: 7px;
        display: block;
        text-align: center;
    }
    .secPlan .itemList .boxAbout .titBoxIn{
        font-size: 10px;
        margin-bottom: 2px;
    }
    .secPlan .itemList .boxAbout .rightBox .tExcluded,
    .secPlan .itemList .boxAbout .rightBox .tIncluded{
        display: block;
    }
    .secPlan .itemList .boxAbout .rightBox .tIncluded{
        margin-top: 4px;
    }
    .secPlan .itemList .boxAbout .tExcluded .txtNum{
        font-size: 18px;
        padding-right: 0;
        letter-spacing: 0;
    }
    .secPlan .itemList .boxAbout .tIncluded .txtNum{
        font-size: 12px;
        letter-spacing: 1px;
        padding-right: 0;
        text-align: right;
        width: 100%;
    }
    .secPlan .itemList .boxAbout .tExcluded .txt1{
        font-size: 10px;
    }
    .secPlan .itemList .boxAbout .tIncluded .txt1{
        font-size: 10px;
    }
    .secPlan .itemList .boxAbout .mr2{margin-right: 2px;}
    .secPlan .itemList .boxAbout .mr3{margin-right: 2px;}
    .secPlan .itemList .boxAbout .spTxtTax{text-align: right;}
}

/* secEvent iconList */
.secEvent .iconList{
    font-size: 0;
    position: absolute;
    left: 0;
    top: 0;
}
.secEvent .iconList .icon{
    display: inline-block;
    vertical-align: top;
    width: 80px;
    font-size: 12px;
    color: #FFF;
    padding: 7px 10px 6px;
    text-align: center;
    font-weight: 500;
}
.secEvent .iconList .iconNew{
    width: 48px;
    color: #000;
    font-weight: 700;
}
.secEvent .iconArea{
    background: #000;
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    color: #FFF;
    padding: 7px 10px 6px;
    text-align: center;
    font-weight: 500;
}
.secEvent .iconList .iconArea{
    width: auto;    
}
@media only screen and (max-width:767px){
    .secEvent .iconList .icon{
        width: 64px;
        font-size: 11px;
        padding: 5px 7px 4px;
    }
    .secEvent .iconList .iconState{
        width: 53px;
    }
    .secEvent .iconList .iconNew{
        width: 40px;
    }    
    .secEvent .iconArea{
        font-size: 11px;
        padding: 5px 7px 4px;
    }
    .secEvent .iconList .icon{
        width: auto;
    }
}
/* secEvent itemList */
.secEvent{
    margin: 100px auto;
}
.secEvent .wrapBox{
    border-top: #CCC solid 1px;
    padding-top: 50px;
}
.secEvent .itemList{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;    
}
.secEvent .itemList .item{
    width: calc((100% - 80px) / 2);
    margin: 50px 80px 0 0;
}
.secEvent .itemList .item:nth-child(2n){
    margin-right: 0;
}
.secEvent .itemList .item:nth-child(-n+2){
    margin-top: 0;
}
.secEvent .itemList .itemLink{
    width: 100%;
    color: #000;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;    
}
.secEvent .itemList .imgRe{
    width: 280px;
    position: relative;
}
.secEvent .itemList .imgBox{
    width: 100%;
    height: 0;
    padding-top: 72.22%;
}
.secEvent .itemList .flyer .imgBox::after{
    content: "";
    border: #c9c9c9 solid 1px;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.secEvent .itemList .iconArea{
    position: absolute;
    left: 0;
    top: 0;
}
.secEvent .itemList .boxAbout{
    flex: 1;
    padding-left: 30px;
}
.secEvent .itemList .titItem{
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: 0.5px;
}
.secEvent .itemList .dlList{
    margin-top: 15px;
}
.secEvent .itemList .dlBox{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    margin-top: 10px;
}
.secEvent .itemList .dtBox{
    width: 41px;
    border: #c9c9c9 solid 1px;
    font-size: 13px;
    padding: 4px 0;
    text-align: center;
}
.secEvent .itemList .ddBox{
    font-size: 13px;
    line-height: 1.4;
    margin-left: 10px;
    width: calc(100% - 51px);
}
.secEvent .itemList .txtAbout{
    font-size: 13px;
    line-height: 1.7;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: 67px;
}
@media only screen and (max-width:767px){
    .secEvent{
        margin: 50px auto;
    }
    .secEvent .wrapBox{
        padding: 30px 0 0;
        width: 92%;
    }
    .secEvent .itemList{
        width: 100%;
    }
    .secEvent .itemList .item{
        width: 100%;
        margin:0 auto 20px;
    }
    .secEvent .itemList .item:last-child{
        margin-bottom: 0;
    }
    .secEvent .itemList .itemLink{
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;    
    }
    .secEvent .itemList .imgRe{
        width: 122px;
    }
    .secEvent .itemList .boxAbout{
        margin: 0;
        padding-left: 10px;
    }
    .secEvent .itemList .titItem{
        font-size: 14px;
    }
    .secEvent .itemList .dlList{
        margin-top: 8px;
    }
    .secEvent .itemList .dlBox{
        margin-top: 3px;
    }
    .secEvent .itemList .dtBox{
        width: 36px;
        font-size: 11px;
        padding: 7px 0;
    }
    .secEvent .itemList .ddBox{
        font-size: 11px;
        line-height: 1.45;
        margin-left: 10px;
        width: calc(100%  - 46px);
        white-space: nowrap;
    }
    .secEvent .itemList .txtAbout{
        font-size: 13px;
        line-height: 1.7;
        margin-top: 10px;
    }
}


/* secNews */
.secNews{
    margin: 100px auto;
}
.secNews .wrapBox{
    border-top: #CCC solid 1px;
    padding-top: 50px;
}
.secNews .itemList .item{
    margin-bottom: 50px;
}
.secNews .itemList .itemLink{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;        
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    color: #000;
}
.secNews .itemList .imgRe{
    width: 180px;
    position: relative;
}
.secNews .itemList .imgBox{
    width: 100%;
    height: 0;
    padding-top: 66.66%;
}
.secNews .itemList .iconNew{
    font-size: 12px;
    padding: 7px 10px 6px;
    text-align: center;
    width: 48px;
    color: #000;
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}
.secNews .itemList .boxAbout{
    flex: 1;
    padding-left: 40px;
}
.secNews .itemList .txtArea{
    display: inline-block;
    border: #c9c9c9 solid 1px;
    text-align: center;
    font-size: 13px;
    letter-spacing: 0.5px;
    padding: 4px 11px 5px;
    min-width: 57px;
}
.secNews .itemList .titItem{
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1.4;
    margin-top: 15px;    
}
.secNews .itemList .txtDays{
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 1.4;
    margin-top: 13px;
}
@media only screen and (max-width:767px){
    .secNews{
        margin: 50px auto;
    }
    .secNews .wrapBox{
        padding-top: 30px;
        width: 92%;        
    }    
    .secNews .itemList .item{
        margin-bottom: 30px;
    }
    .secNews .itemList .imgRe{
        width: 94px;
    }
    .secNews .itemList .iconNew{
        font-size: 10px;
        padding: 4px 6px;
        width: 36px;
    }        
    .secNews .itemList .boxAbout{
        padding-left: 10px;
    }
    .secNews .itemList .boxTop{
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
    }    
    .secNews .itemList .txtArea{
        font-size: 11px;
        letter-spacing: 0.5px;
        padding: 4px 10px 3px;
        min-width: 43px;
    }
    .secNews .itemList .titItem{
        font-size: 12px;
        letter-spacing: 0.5px;
        line-height: 1.5;
        margin-top: 5px;
        white-space: inherit;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        max-height: 36px;         
    }
    .secNews .itemList .txtDays{
        font-size: 11px;
        letter-spacing: 0.5px;
        margin: 0 0 0 7px;
    }    
}

/* secGallery */
.secGallery{
    margin: 100px auto;
}
.secGallery .itemList .item{
    width: calc((100% - 90px) / 3);
}
.secGallery .itemList .itemLink{
    width: 100%;
    color: #000;
    display: block;
}
.secGallery .itemList .imgRe{
    width: 100%;
    position: relative;
}
.secGallery .itemList .imgBox{
    width: 100%;
    height: 0;
    padding-top: 100%;
}
.secGallery .itemList .iconArea{
    position: absolute;
    right: 20px;
    bottom: 0;
    background: #FFF;
    min-width: 100px;
    text-align: center;
    font-size: 14px;
    padding: 11px 15px;
    letter-spacing: 1px;
    z-index: 10;
}
.secGallery .itemList .iconNew{
    font-size: 12px;
    padding: 7px 10px 6px;
    text-align: center;
    width: 48px;
    color: #000;
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 0;
}
.secGallery .itemList .boxAbout{
    margin: 30px auto 0;
}
.secGallery .itemList .titItem{
    font-size: 17px;
    line-height: 1.4;
    letter-spacing: 0.5px;
    margin-top: 18px;
    text-align: left;
}
.secGallery .itemList .dlList{
    margin-top: 15px;
}
.secGallery .itemList .dlBox{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    margin-top: 10px;
}
.secGallery .itemList .dtBox{
    width: 50px;
    border: #c9c9c9 solid 1px;
    font-size: 13px;
    padding: 4px 0;
    text-align: center;
}
.secGallery .itemList .ddBox{
    font-size: 13px;
    line-height: 1.4;
    margin-left: 10px;
    width: 309px;
    text-align: left;
}
.secGallery .sliderGallery{
    position: relative;
    max-width: 1340px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.secGallery .wrapIn{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    border-top: #CCC solid 1px;
    padding-top: 50px;
}
.secGallery .swiper-container{
    width: calc((100% - 90px) / 3);
    overflow: visible;
    position: relative;
    z-index: 1;
}
.secGallery .swiper-button-next,
.secGallery .swiper-button-prev{
    width: 50px;
    height: 50px;
    margin: 0;
    top: calc(50% - 25px);
    z-index: 10;
}
.secGallery .swiper-button-next{
    right: 0;
    background: url("../img/common/btnNext01.png");
}
.secGallery .swiper-button-prev{
    left: 0;
    background: url("../img/common/btnPrev01.png");
}
.secGallery .disabled .itemList{
    text-align: center;
    font-size: 0;
    display: block;
}
.secGallery .disabled .swiper-container{
    width: 1200px;
}
.secGallery .disabled .item{
    display: inline-block;
    vertical-align: top;
    margin-right: 45px;
}
.secGallery .disabled .item:last-child{
    margin-right: 0;
}
.secGallery .itemList .member .ddBox{
    color: #da5532;
    font-weight: 700;
}
.secGallery .itemList .memberBox{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    color: #FFF;
}
.secGallery .itemList .memberBox .titMember{
    font-size: 16px;
    line-height: 1.875;
}
.secGallery .itemList .memberBox .txtMember{
    font-size: 12px;
    margin-top: 15px;
}
.secGallery .itemList .memberBox .btnList{
    font-size: 0;
    margin-top: 25px;
}
.secGallery .itemList .memberBox .btn{
    width: 130px;
    height: 46px;
    text-align: center;
    color: #FFF;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    letter-spacing: 1px;
    border-radius: 50px;
    padding-top: 16px;
    margin-right: 10px;
}
.secGallery .itemList .memberBox .btn2{
    background: #FFF;
    color: #000;
}
.secGallery .itemList .memberBox .btn:last-child{
    margin-right: 0;
}
@media only screen and (max-width:1360px){
    .secGallery .sliderGallery{
        width: calc(100% - 100px);
        max-width: 1200px;
        overflow: visible;
    }
    .secGallery .swiper-button-next{
        right: calc(0% - 25px);
    }
    .secGallery .swiper-button-prev{
        left: calc(0% - 25px);
    }
}
@media only screen and (max-width:767px){
    .secGallery{
        margin: 50px auto;
    }
    .secGallery .itemList{
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;    
    }
    .secGallery .itemList .item{
        width: 49.9%;
        margin: 20px 0.2% 0 0;
    }
    .secGallery .itemList .item:nth-child(2n){
        margin-right: 0;
    }
    .secGallery .itemList .item:nth-child(-n+2){
        margin-top: 0;
    }
    .secGallery .itemList .imgBox{
        padding-top: 61.7%;
    }
    .secGallery .itemList .iconArea{
        min-width: 84px;
        font-size: 14px;
        padding: 6px 10px;
    }
    .secGallery .itemList .boxAbout{
        margin-top: 0;
        width: 90%;
    }
    .secGallery .itemList .titItem{
        font-size: 15px;
        line-height: 1.3;
        text-align: center;
        white-space: inherit;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        max-height: 39px;
        margin-top: 10px;
    }
    .secGallery .sliderGallery{
        max-width: 100%;
        width: 100%;
    }
    .secGallery .wrapIn{
        width: 100%;
        max-width: 100%;
        border: none;
        padding-top: 0;
    }
    .secGallery .swiper-container{
        width: 100%;
    }
    .secGallery .swiper-button-next,
    .secGallery .swiper-button-prev{
        display: none;
    }
    .secGallery .disabled .itemList{
        text-align: center;
        font-size: 0;
        display: block;
    }
    .secGallery .disabled .swiper-container{
        width: 100%;
    }
    .secGallery .disabled .item{
        display: inline-block;
        vertical-align: top;
        margin-right: 0.2%;
    }
    .secGallery .disabled .item:last-child,
    .secGallery .disabled .item:nth-child(2n){
        margin-right: 0;
    }    
    .secGallery .itemList .memberBox .titMember{
        font-size: 14px;
        display: none;
    }
    .secGallery .itemList .memberBox .txtMember{
        font-size: 11px;
        margin-top: 10px;
        display: none;
    }
    .secGallery .itemList .memberBox .btnList{
        margin-top: 15px;
        text-align: center;
    }
    .secGallery .itemList .memberBox .btn{
        width: 130px;
        height: 36px;
        font-size: 14px;
        padding-top: 11px;
        margin: 0 auto 10px;
    }
    
}

/* secMember */
.secMember{
    margin: 100px auto;
    text-align: center;
    height: 360px;
    color: #FFF;
    padding: 60px 0 0;
}
.secMember.lazyloaded{
    background: url("../img/index/bgMember.jpg") center no-repeat;    
}
.secMember .titSection{
    margin-bottom: 40px;    
}
.secMember .txtMember{
    font-size: 25px;
    line-height: 1.4;
    letter-spacing: 0.5px;
}
.secMember .btnList{
    font-size: 0;
    margin-top: 37px;
}
.secMember .btn{
    width: 380px;
    height: 60px;
    text-align: center;
    color: #FFF;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    letter-spacing: 1px;
    border-radius: 10px;
    padding-top: 20px;
    margin-right: 10px;
    background-color: #5dc241;
    box-shadow: inset 0 -5px #4e8d3d;
}
.secMember .btn2{
    background: #FFF;
    color: #000;
    box-shadow: inset 0 -5px #c9c9c9;
}
.secMember .btn:last-child{
    margin-right: 0;
}
@media only screen and (max-width:767px){
    .secMember{
        margin: 50px auto;
        height: auto;
        color: #FFF;
        padding: 45px 0;
    }
    .secMember.lazyloaded{
        background: url("../img/index/bgMember_sp.jpg") center /cover;        
    }
    .secMember .titSection{
        margin-bottom: 30px;    
    }
    .secMember .txtMember{
        font-size: 16px;
        line-height: 1.8;
        letter-spacing: 0;
    }
    .secMember .btnList{
        margin-top: 25px;
    }
    .secMember .btn{
        width: 80%;
        max-width: 305px;
        height: 46px;
        display: block;
        padding-top: 16px;
        margin: 0 auto;
        box-shadow: inset 0 -3px #4e8d3d;
    }
    .secMember .btn2{
        box-shadow: inset 0 -3px #c9c9c9;
    }
    .secMember .btn:last-child{
        margin: 10px auto 0;
    }
}

/* secConcept */
.secConcept{
    margin: 100px auto;
}
.secConcept .bnrConcept{
    display: block;
}
@media only screen and (max-width:767px){
    .secConcept{
        margin: 50px auto;
        width: 92%;
    }
}

/* secInfo */
.secInfo{
    margin: 100px auto;
}
.secInfo .btnList{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;        
}
.secInfo .boxIn{
    width: 25%;
    color: #000;
    text-align: center;
    border: #e1e1e1 solid 1px;
    border-left: none;
    padding: 3% 10px;
}
.secInfo .boxIn:last-child{
    border-right: none;
}
.secInfo .titIn{
    font-size: 20px;
    letter-spacing: 1px;
    margin-top: 20px;
}
.secInfo .txtIn{
    font-size: 16px;
    line-height: 1.75;
    margin-top: 10px;
}
.secInfo .btnBox{
    width: 140px;
    height: 40px;
    color: #FFF;
    margin: 25px auto 0;
    font-size: 13px;
    padding-top: 13px;
    border-radius: 5px;
}
@media only screen and (max-width:1550px){
    .secInfo .titIn{
        font-size: 18px;
    }
    .secInfo .txtIn{
        font-size: 14px;
    }    
}
@media only screen and (max-width:1400px){
    .secInfo{
        width: 800px;
    }
    .secInfo .boxIn{
        width: 50%;
        padding: 5% 10px;
    }
    .secInfo .boxIn:nth-child(odd){
        border-left: #e1e1e1 solid 1px;        
    }
    .secInfo .boxIn:last-child{
        border-right: #e1e1e1 solid 1px;        
    }
    .secInfo .boxIn:nth-child(-n+2){
        border-bottom: none;
    }
}
@media only screen and (max-width:767px){
    .secInfo{
        margin: 50px auto;
        width: 92%;
    }
    .secInfo .boxIn{
        width: 47%;
        border: #e1e1e1 solid 1px;
        padding: 4% 10px;
        margin: 6% 6% 0 0;
        box-shadow:0px 3px 0px 0px #ededed;
        border-radius: 5px;
    }
    .secInfo .boxIn:nth-child(2n){
        margin-right: 0;
    }
    .secInfo .boxIn:nth-child(-n+2){
        margin-top: 0;
        border: #e1e1e1 solid 1px;        
    }
    .secInfo .boxIn:last-child{
        border: #e1e1e1 solid 1px;
    }
    .secInfo .titIn{
        font-size: 16px;
        letter-spacing: 0;
        margin-top: 10px;
        line-height: 1.4;
    }
    .secInfo .txtIn{
        font-size: 12px;
        line-height: 1.7;
        margin-top: 10px;
    }
}
@media only screen and (max-width:360px){
    .secInfo .titIn{
        font-size: 14px;
    }
    .secInfo .txtIn{
        font-size: 11px;
    }
}

/* secStore */
.secStore{
    margin: 100px auto;
    color: #FFF;
    padding: 100px 0 40px;
}
.secStore.lazyloaded{
    background: url("../img/index/bgStore.jpg") center top /cover no-repeat;    
}
.secStore .item{
    width: 480px!important;
}
.secStore .imgRe{
    display: block;
}
.secStore .imgBox{
    width: 100%;
    height: 0;
    padding-top: 67%;
}
.secStore .boxUnder{
    margin-top: 20px;
}
.secStore .titIn{
    font-size: 17px;
    line-height: 1.4;
}
.secStore .txtIn{
    font-size: 13px;
    line-height: 1.5;
    margin-top: 10px;
}
.secStore .dlList{
    margin-top: 20px;
}
.secStore .dlBox{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.secStore .dtBox{
    max-width: 70px;
    min-width: 41px;
    background: #FFF;
    color: #000;
    font-size: 13px;
    padding: 5px 4px 4px;
    text-align: center;
}
.secStore .ddBox{
    font-size: 13px;
    margin-left: 10px;
    line-height: 1.4;
}
.secStore .ddBox .txtNum{
    font-size: 22px;
    letter-spacing: 0.5px;
    color: #FFF;
    line-height: 1;
}
.secStore .telList{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.secStore .telList .dlBox:nth-child(2){
    margin-left: 30px;
}
.secStore .btnIn{
    display: block;
    width: 140px;
    height: 40px;
    color: #FFF;
    margin: 25px auto 0;
    font-size: 13px;
    padding-top: 13px;
    text-align: center;
    border-radius: 5px;
    box-shadow: inset 0 -5px #b87610;
}
.secStore .sliderStore{
    overflow: hidden;
}
.secStore .wrapIn{
    width: 1030px;
    margin: 0 auto;
}
.secStore .swiper-container{
    width: 480px;
    margin: 0;
    overflow: visible;
}
.secStore .swiper-pagination{
    position: static;
    text-align: center;
    margin-top: 30px;
}
.secStore .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    border: #FFF solid 2px;
    background: #FFF;
    margin: 10px 10px 0;
    opacity: 1;
}
.secStore .swiper-pagination-bullet-active{
    width: 12px;
    height: 12px;
    background: #000;
    margin: 11px 10px 0;
}
.secStore .swiper-button-next,
.secStore .swiper-button-prev{
    display: none;
}
.secStore .disabled .item{
    margin-right: 70px;
}
.secStore .disabled .item:last-child{
    margin-right: 0;
}
.secStore .disabled .swiper-container{
    width: 100%;
}
.secStore .disabled .swiper-wrapper{
    justify-content: center;
    -webkit-justify-content: center;
}
@media only screen and (max-width:767px){
    .secStore{
        margin: 50px auto;
        color: #000;
        padding: 0;
    }
    .secStore.lazyloaded{
        background: none;        
    }
    .secStore .sliderStore{
        position: relative;
    }
    .secStore .item{
        width: 100%!important;
    }
    .secStore .boxUnder{
        margin-top: 20px;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;        
    }
    .secStore .boxAbout{
        width: calc(100% - 110px);
    }
    .secStore .dlList{
        margin-top: 10px;
    }
    .secStore .dtBox{
        max-width: 36px;
        min-width: 36px;
        font-size: 11px;
        border: #c9c9c9 solid 1px;
    }
    .secStore .ddBox .txtNum{
        font-size: 20px;
        color: #000;
    }
    .secStore .wrapIn{
        width: 100%;
        margin: 0 auto;
    }
    .secStore .btnIn{
        width: 100px;
        height: 56px;
        margin: 0;
        padding-top: 22px;
    }
    
    .secStore .swiper-container{
        width: 92%;
        margin: 0 auto;
        overflow: hidden;
    }
    .secStore .swiper-pagination{
        margin-top: 20px;
    }
    .secStore .swiper-pagination-bullet{
        width: 6px;
        height: 6px;
        border: none;
        background: #c9c9c9;
        margin: 5px 5px 0;
    }
    .secStore .swiper-pagination-bullet-active{
        width: 6px;
        height: 6px;
        background: #000;
        margin: 5px 5px 0;
    }

    .secStore .disabled .item{
        margin-right: 0;
    }
    .secStore .disabled .item:last-child{
        margin-right: 0;
    }
    .secStore .swiper-button-next,
    .secStore .swiper-button-prev{
        width: 30px;
        height: 60px;
        margin: 0;
        top: calc(50% - 30px);
        z-index: 10;
        display: block;
    }
    .secStore .swiper-button-next{
        right: 0;
        background: url("../img/common/btnNext02.gif") center /cover;
    }
    .secStore .swiper-button-prev{
        left: 0;
        background: url("../img/common/btnPrev02.gif") center /cover;
    }
    .secStore .disabled .swiper-container{
        width: 92%;
    }    
}

/* secBlog */
.secBlog{
    margin: 100px auto;
}
.secBlog .wrapBox{
    border-top: #CCC solid 1px;
    padding-top: 50px;
}
.secBlog .itemList{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;            
}
.secBlog .item{
    width: calc((100% - 90px) / 3);
    margin: 60px 45px 0 0;
}
.secBlog .item:nth-child(3n){
    margin-right: 0;
}
.secBlog .item:nth-child(-n+3){
    margin-top: 0;
}
.secBlog .btnIn{
    display: -webkit-flex;
    display: flex;
    color: #000;
}
.secBlog .imgRe{
    width: 180px;
}
.secBlog .imgBox{
    width: 100%;
    height: 0;
    padding-top: 72.22%;
}
.secBlog .rightBox{flex: 1;padding-left: 20px;}
.secBlog .txtDays{
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 1.4;
    margin-top: 5px;
}
.secBlog .titIn{
    font-size: 14px;
    line-height: 1.57;
    letter-spacing: 0.5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    max-height: 88px;
    margin-top: 12px;
}
@media only screen and (max-width:767px){
    .secBlog{
        margin: 50px auto;
        width: 92%;
    }
    .secBlog .wrapBox{
        padding-top: 30px;
    }
    .secBlog .itemList{
        display: block;
    }
    .secBlog .item{
        width: 100%;
        margin: 20px auto 0;
    }
    .secBlog .item:nth-child(3n){
        margin-right: auto;
    }
    .secBlog .item:nth-child(-n+3){
        margin-top: 20px;
    }
    .secBlog .item:nth-child(1){
        margin-top: 0;
    }
    .secBlog .imgRe{
        width: 94px;
    }
    .secBlog .rightBox{
    padding-left: 10px;
    }
    .secBlog .txtDays{
        font-size: 11px;
        font-weight: 400;
    }
    .secBlog .titIn{
        font-size: 13px;
        line-height: 1.7;
        -webkit-line-clamp: 2;
        max-height: 45px;
        margin-top: 5px;
    }    
}


/* secVoice */
.secVoice .wrapIn {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    border-top: #CCC solid 1px;
    padding-top: 50px;
}
.secVoice .itemList{
    display: flex;
}
.secVoice .itemList .item {
    width: 370px !important;
}
.secVoice .itemList .item + .item{
    margin-left: 45px;
}
.secVoice .itemList .item:nth-child(n+4){
    display: none;
}
.secVoice .itemList .imgRe {
    width: 100%;
    position: relative;
}
.secVoice .itemList .item .imgBox {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 64.868%;
    border: 1px solid #c9c9c9;
    overflow: hidden;
}
.secVoice .itemList .item .imgBox img{
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
}
.secVoice .itemList .item .txtBox {
    margin: 15px auto 0;
    color: #010101;
}
.secVoice .itemList .item .txtBox .tagList{
    display: flex;
    flex-wrap: wrap;
}
.secVoice .itemList .item .txtBox .tagList li{
    font-size: 13px;
    padding: 7px;
    border: 1px solid #c9c9c9;
    margin:0 5px 5px 0;
}
.secVoice .itemList .item .txtBox .voiceTit{
    font-size: 17px;
    font-weight: bold;
    margin-top: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media only screen and (max-width:767px){
    .secVoice{
        width: 92%;
        margin: 0 auto;
    }
    .secVoice .wrapIn {
        width: 100%;
        padding-top: 0;
    }
    .secVoice .itemList{
        flex-direction: column;
        margin-top: 30px;
    }
    .secVoice .itemList .item {
        width: 100% !important;
    }
    .secVoice .itemList .item + .item{
        margin-left: 0;
        margin-top: 20px;
    }
    .secVoice .itemList .item:nth-child(n+4){
        display: none;
    }
    .secVoice .itemList .imgRe {
        display: flex;
        width: 100%;
        position: relative;
    }
    .secVoice .itemList .item .imgBox {
        width: 130px;
        padding-top: 83px;
    }
    .secVoice .itemList .item .txtBox {
        width: calc(100% - 145px);
        margin: 0 0 0 15px;
    }
    .secVoice .itemList .item .txtBox .tagList li{
        font-size: 11px;
        padding: 5px;
        margin:0 2px 3px 0;
    }
    .secVoice .itemList .item .txtBox .voiceTit{
        font-size: 14px;
        margin-top: 10px;
    }
    .secVoice .itemList .item .txtBox .areaTxt{
        font-size: 12px;
        margin-top: 10px;
    }
}
@media only screen and (max-width:360px){
    .secVoice .itemList .item .imgBox {
        width: 120px;
        padding-top: 75px;
    }
    .secVoice .itemList .item .txtBox {
        width: calc(100% - 135px);
    }
}

.ctaBtnBox{
    width: 1000px;
	margin: 60px auto 60px;
	display: flex;
    justify-content: space-between;
}
.ctaBtnBox .btnBox {
	width: 480px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.ctaBtnBox .btnBox.bgOr{
	color: #f39801;
}
.ctaBtnBox .btnBox.bgGr{
	color: #8fc320;
}
.ctaBtnBox .btnBox .aBtn{
	position: relative;
	width: 100%;
	height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
	border-radius: 5px;
    transition:opacity 0.2s ease-out;
}
.ctaBtnBox .btnBox .aBtn:hover{
	opacity:0.8;
}
.ctaBtnBox .btnBox.bgOr .aBtn{
	background-color: #f39801;
    box-shadow: 0 -4px 0 0 #d28300 inset;
}
.ctaBtnBox .btnBox.bgGr .aBtn{
	background-color: #8fc320;
    box-shadow: 0 -4px 0 0 #759f1b inset;
}
.ctaBtnBox .btnBox .aBtn::before,
.ctaBtnBox .btnBox .aBtn::after{
    content: "";
    position: absolute;
}
.ctaBtnBox .btnBox .aBtn::before{
    top: 0;
    bottom: 0;
    right: 20px;
    width: 14px;
    height: 14px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    margin: auto;
}
.ctaBtnBox .btnBox .aBtn::after{
    margin: auto;
    display: block;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 23px;
    height: 23px;
    background: url(../img/index/iconBtn.png) center top / cover no-repeat;
}
@media only screen and (max-width:767px){
    .ctaBtnBox{
        width: 92%;
        margin: 25px auto;
        flex-direction: column;
    }
    .ctaBtnBox .btnBox {
        width: 100%;
    }
    .ctaBtnBox .btnBox + .btnBox{margin-top: 25px;}
    .ctaBtnBox .btnBox .aBtn{
        height: 75px;
        font-size: 18px;
    }
    .ctaBtnBox .btnBox .aBtn::after{
        left: 20px;
        width: 20px;
        height: 20px;
    }
}
/* ▼250522 */
.secInfo .boxIn{
    background-color:#f4f0da;
    border-color: #fff;
}
.secInfo .btnBox{
    background-color: #da2b17;
    box-shadow: inset 0 -5px #ae2212;
}

/* ▼250626 */
.secStore .btnBox {
    background-color: #da2b17;
    box-shadow: inset 0 -5px #ae2212;
}