@charset "utf-8";

/*==============================
    基本設定
==============================*/
body{
    color:#212329;
    font-size:12px;
    font-family:'YakuHanJP_Narrow','游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
    margin:0;
    padding:0;
    text-align:left;
    background:#fff;
    -webkit-text-size-adjust:100%;
    position:relative;
    word-break:break-all;
    min-width: 1400px;
}
@media only screen and (max-width:767px){
    body{
        min-width: 0;
    }
}

body *, body *::before, body *::after{box-sizing:border-box;}
img{vertical-align:bottom;}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
th{
    font-weight:normal;
    text-align:left;
}

/*font layout*/
.fBold{font-weight:bold;}
.fOswald{font-family: 'Oswald','YakuHanJP_Narrow','游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif; }

/*rollover*/
.ro a:hover,
a.ro:hover,
a .ro:hover,
.cursorPointer:hover{ opacity:0.8; }
.ro a,
a.ro,
a .ro,
.cursorPointer{
    transition:opacity 0.2s ease-out;
}
.cursorPointer{cursor:pointer;}

/*rollover(brightnessによる変化)*/
.brt a:hover,a.brt:hover,a .brt:hover{ -webkit-filter: brightness(1.1);filter: brightness(1.1); }
.brt a,
a.brt,
a .brt{
    transition:filter 0.2s ease-out;
}

/*ro無効化*/
.ro .no_ro a:hover,
.ro a.no_ro:hover,
.ro .no_ro .cursorPointer:hover,
.ro .cursorPointer.no_ro:hover{ opacity:1; }

/* 電話リンクの無効化 */
a[href^="tel:"]{
    pointer-events:none;
    cursor:default;
}
@media only screen and (max-width:767px){
    a[href^="tel:"]{
        pointer-events:auto;
        cursor:pointer;
    }
}

/* container */
#container{
    overflow: hidden;
    max-width: 1920px;
    margin: 0 auto;
    width: 100%;
}
@media only screen and (min-width:1920px){
    #container{
        max-width: 100%;
    }
}
@media only screen and (max-width:767px){
    #container{
        width: 100%;
    }
}
/*========================================
    レスポンシブ用(不要な場合は削除)
========================================*/
.spOnly,
.brSp,
.imgSp{
    display:none;
}
.img100{
    width:100%;
    height:auto;
}
@media only screen and (max-width:767px){
    .spNone,
    .brPc,
    .imgPc{
        display:none;
    }
    .spOnly{
        display:block;
    }
    .brSp,
    .imgSp{
        display:inline;
    }
    .imgR{
        width:100%;
        height:auto;
    }
}

/*-----------------------------------------------
    imgCover
-----------------------------------------------*/
/* imgCover */
.imgCover,
.imgCont{
    position:relative;
}
.imgCover img {
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    object-fit:cover;
    font-family:'object-fit:cover;';
}
.imgCont img{
    width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
    display:block;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
}
/*-----------------------------------------------
    wrapper
-----------------------------------------------*/
.wrapper1480{
    width: 1480px;
    margin: 0 auto;
    max-width: calc(100% - 40px);
}
.wrapper1280{
    width: 1280px;
    margin: 0 auto;
}
.wrapper1260{
    width: 1260px;
    margin: 0 auto;
}
.wrapper1200{
    width: 1200px;
    margin: 0 auto;
}
@media only screen and (max-width:767px){
    .wrapper1480{
        max-width: 100%;
    }
    .wrapper1480,
    .wrapper1280,
    .wrapper1260,
    .wrapper1200{
        width: 100%;
    }
    .wrapperSp{
        width: 92%;
        margin: 0 auto;
    }
    .wrapperSp315{
        width: 84%;
        margin: 0 auto;
    }
}


/* hoverZoom */
.hoverZoom{
	overflow: hidden;
}
.hoverZoom img:not(.noZoom){
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.hoverZoom:hover img:not(.noZoom){
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

/*-----------------------------------------------
	jsHideAbout
-----------------------------------------------*/
.jsHideAbout{
    transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.jsHideAbout:not(.jsShow){
    opacity: 0;
    transform: translate(0px, 50px);
}

/*-----------------------------------------------
	header
-----------------------------------------------*/
#header{
    position: relative;
}
/* #header .wrapper{
    background: url(../img/index/bgMain.jpg)center top / cover no-repeat;
    height: 980px;
} */
#header .leftBox{
    position: absolute;
    top: 28px;
    left: 312px;
}

.isDesktopIpad #header .siteTxt{
    font-size: 10px;
    margin-left: 15px;
}
#header .wrapper.co,
#header .wrapper.ok{
    height: 140px;
    background: #ebecea;
}
#header .wrapper.co .leftBox,
#header .wrapper.ok .leftBox{
    position: absolute;
    top: 20px;
    left: 20px;
}
@media only screen and (max-width:1600px){
    /* #header .leftBox{
        position: absolute;
        top: 28px;
        left: 150px;
    } */
}
@media only screen and (max-width:1500px){
  
}
@media only screen and (max-width:767px){
    #header{
        z-index: 9999;
    }
    /* #header .wrapper{
        background: url(../img/index/bgMain_sp.jpg)center top / cover no-repeat;
        height: 68.216vh;
    } */
    #header .leftBox {
        position: absolute;
        top: 15px;
        left: 15px;
        width: 139px;
        height: 41px;
    }
}
/* btnNavi */
#btnNavi .border {
    position: relative;
    width: 22px;
    height: 18px;
    padding-top: 13px;
    transition: all 0.4s ease-out;
}
#btnNavi .border .inner::before{
    content: '';
    position: absolute;
    transition: all 0.4s ease-out;
}
#btnNavi .border .inner, 
#btnNavi .border .inner::before{
    display: block;
    width: 22px;
    height: 2px;
    background: #000000;
}
#btnNavi .border .inner::before{
    top: 5px;
}
#btnNavi.naviOpen .border{
    transform: rotate(32deg);
    padding-top: 8px;
}
#btnNavi.naviOpen .border .inner::before{
    transform: rotate(-63deg);
    top: 8px;
}
/* menu */
#menu{
    display: none;
}
@media only screen and (max-width:767px){
    #menu{
        position: relative;
        top: 0;
        z-index: 100;
        min-height: 100vh;
        background: #fff;
        padding: 40px 0 70px;
    }
    #menu .footerTop{
        display: flex;
        flex-wrap: wrap;
        height: auto;
        padding-top: 0;
        width: 92%;
        margin: 0 auto;
        background: none;
    }
    #menu .topItem{
        width: 50%;
        position: relative;
    }
    #menu .footerTop .topItem:nth-child(n+3){
        margin-top: 24px;
    }
    #menu .footerTop .topItem:nth-child(2n){
        padding-left: 12px;
    }
    #menu .topLink{
        text-decoration: none;
        display: inline-block;
        padding-left: 30px;
        font-size: 12px;
        letter-spacing: 0px;
        color: #212329;
    }
    #menu .topItem::after{
        position: absolute;
        content: "";
        width: 5px;
        height: 7px;
        top: calc(50% - 3.5px);
        left: 15px;
        background: #d3d3d4;
        clip-path: polygon(100% 50%, 0 0, 0 100%);
    }
    #menu .footerTop .topItem:nth-child(2n)::after{
        left: 27px;
    }
    #menu .footerMain{
        padding: 0;
        background: none;
    }
    #menu .linkBox{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 37px;
    }
    #menu .linkBox .item:first-child:nth-last-child(3),
    #menu .linkBox .item:first-child:nth-last-child(3) ~ .item {
        width: 32%;
        margin-right: 2%;
    }
    #menu .linkBox .item:first-child:nth-last-child(3) ~ .item:last-child{
        margin: 0;
    }
    #menu .linkBox .item:nth-child(2n){
        margin-right: 0;
    }
    #menu .item{
        width: 48.116%;
        margin-right: 3.768%;
    }
    #menu .linkBox .item:nth-child(n+3){
        margin-top: 13px;
    }
    #menu .link{
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        height: 85px;
        padding-top: 0px;
        border-radius: 5px;
        border: 1px solid #212329;
        box-shadow: inset 0px -4px 0px 0px rgba(1, 1, 1, 0.08);
    }
    #menu .icon{
        width: 17px;
        margin: 0 auto;
    }
    #menu .linkBox .item.login .icon{
        width: 15px;
    }
    #menu .linkBox .item.logout .icon{
        width: 21px;
    }
    #menu .linkBox .item.contact .icon{
        width: 27px;
    }
    #menu .linkBox .item.reserve .icon{
        width: 22px;
    }
    #menu .linkTxt{
        color: #212329;
        font-size: 14px;
        font-weight: bold;
        margin-left: 0;
        margin-top: 10px;
        letter-spacing: 1px;
    }
    #menu .logoCover{
        margin: 50px auto 0;
        width: 82.029%;
    }
    #menu .logoTit{
        font-size: 14px;
        margin-top: 28px;
        letter-spacing: 1.3px;
    }
    #menu .adressTxt{
        font-size: 12px;
        margin-top: 14px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 1.83;
    }
    #menu .telBoxCover{
        margin-top: 41px;
        text-align: center;
    }
    #menu .telBox{
        text-decoration: none;
        color: #212329;
    }
    #menu .telTop{
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 1px;
    }
    #menu .telFlex{
        display: flex;
        justify-content: center;
        margin-top: 15px;
        padding-right: 3px;
    }
    #menu .iconTel{
        padding-top: 2px;
        width: 16px;
    }
    #menu .telNum{
        font-size: 26px;
        letter-spacing: 2.5px;
        margin-left: 9px;
    }
    #menu .telBot{
        font-size: 12px;
        font-weight: 500;
        line-height: 1.83;
        margin-top: 13px;
        letter-spacing: 1px;
    }
    #menu .snsBox{
        display: flex;
        justify-content: center;
        margin-top: 22px;
    }
    #menu .snsBox .snsItem:nth-child(2){
        margin: 0 12px;
    }
    #menu .snsLink{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 45px;
        height: 45px;
        border: 1px solid #d3d3d4;
        border-radius: 50%;
    }
    #menu .snsIcon{
        width: 23px;
    }
    #menu .snsBox .snsItem:nth-child(2) .snsIcon{
        width: 21px;
    }
}

@media only screen and (max-width:359px){
    #menu .topLink{
        padding-left: 24px;
    }
    #menu .topItem::after{
        left: 10px;
    }
    #menu .footerTop .topItem:nth-child(2n)::after{
        left: 20px;
    }
}
/* fNavi */
.fNavi{
    position: fixed;
    bottom: -65px;
    right: 0;
    z-index: 999;
    transition: .5s;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
	display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
.fNavi.active{ bottom:0;}
.fNavi .item{
    width: 220px;
    margin-left: 10px;
    background: #fff;
    border-radius: 3px 3px 0 0;
}
.fNavi .item.spOnly{
    display: none;
}
.fNavi .item.tel{
    width: 64px;
}
.fNavi .link{
    text-decoration: none;
    width: 100%;
    border-radius: 3px 3px 0 0;
    height: 64px;
    background: #3792c0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fNavi .item.tel .link{
    border-radius: 0;
}
.fNavi .link.bg02{
    background: #d53063;
}
.fNavi .link.bg03{
    background: #292b33;
}
.fNavi .linkTxt{
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    margin-left: 10px;
}
@media only screen and (max-width:767px){
    .fNavi{
        bottom: -70px;
        width: 100%;
        justify-content: space-between;
        background: #fff;
    }
    .fNavi .item{
        width: 24.8%;
        margin-left: 0;
        border-radius: 0;
    }
    .fNavi .item.spOnly{
        display: block;
    }
    .fNavi .item.spNone{
        display: none;
    }
    .fNavi .item.tel{
        width: calc(25% - 1px);
    }
    .fNavi .link{
        border-radius: 0;
        height: 70px;
        flex-direction: column;
    }
    .fNavi .link.bg03{
        background: #212329;
    }
    .fNavi .icon{
        width: 24px;
    }
    .fNavi .item:nth-child(2) .icon{
        width: 19px;
    }
    .fNavi .item:nth-child(n+3) .icon{
        width: 14px;
    }
    .fNavi .linkTxt{
        font-size: 12px;
        margin-left: 0;
        margin-top: 9px;
    }
}
/*-----------------------------------------------
   footer
-----------------------------------------------*/
#footer{
    position: relative;
}
#footer .topCircle{
    display: block;
    width: 58px;
    height: 58px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: -29px;
    right: 100px;
    box-shadow: 0 0 10px rgba(54, 53, 53, 0.3);
}
#footer .topCircle::after{
    position: absolute;
    content: "";
    width: 9px;
    height: 9px;
    border-top: 2px solid #212329;
    border-right: 2px solid #212329;
    transform: rotate(-45deg);
    top: 4px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
#footer .footerTop{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #292b33;
    height: 100px;
    padding-top: 3px;
}
#footer .topItem.spOnly{
    display: none;
}
#footer .topLink{
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    letter-spacing: 2px;
}
#footer .topItem::after{
	content: "|";
	margin: 0 17px;
	font-size: 15px;
	color: #fff;
}
#footer .footerTop .topItem:nth-child(8)::after{
	display: none;
}
#footer .footerMain{
    padding: 70px 0 100px;
    background: #e9f3f8;
}
#footer .linkBox{
    display: flex;
    justify-content: center;
}
#footer .item{
    width: 23.829%;
    margin-right: 1.561%;
}
#footer .linkBox .item:last-child{
    margin-right: 0;
}
#footer .link{
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: #3792c0;
    height: 84px;
}
#footer .linkTxt{
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin-left: 15px;
    margin-top: 4px;
    letter-spacing: 2px;
}
#footer .logoCover{
    margin-top: 50px;
    text-align: center;
}
#footer .logo{
    display: inline-block;
}
#footer .adressTxt{
    font-size: 15px;
    text-align: center;
    color: #3792c0;
    font-weight: bold;
    margin-top: 55px;
    letter-spacing: 2.5px;
}
#footer .telBoxCover{
    text-align: center;
    margin-top: 49px;
}
#footer .telBox{
    text-decoration: none;
    display: inline-block;
    color: #3792c0;
}
#footer .telTop{
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 2px;
}
#footer .telFlex{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 19px;
    padding-right: 13px;
}
#footer .iconTel{
    padding-top: 5px;
}
#footer .telNum{
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 4px;
    margin-left: 12px;
}
#footer .telBot{
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    line-height: 2;
    margin-top: 18px;
    letter-spacing: 2.5px;
}
#footer .snsBox{
    display: flex;
    justify-content: center;
    margin-top: 42px;
}
#footer .snsBox .snsItem:nth-child(2){
    margin: 0 20px;
}
#footer .snsLink{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #fff;
}
#footer .footerBot{
    display: flex;
    justify-content: center;
    margin-top: 72px;
}
#footer .footerBot .topItem:last-child::after{
    display: none;
}
#footer .copyTxt{
    font-size: 11px;
    text-align: center;
    color: #3792c0;
    margin-top: 58px;
    letter-spacing: 1px;
}
#footer .fCopy{
    font-family: Verdana,'Droid Sans';
}
#footer .footerBot .topLink{
    color: #3792c0;
}
#footer .footerBot .topItem::after{
    color: #3792c0;
}
@media only screen and (max-width:767px){
    #footer{
        padding: 70px 0;
        background: #e9f3f8;
    }
    .fNaviMain + #footer{
        margin-bottom: 71px;
    }
    #footer .topCircle{
        display: none;
    }
    #footer .footerTop{
        align-items: unset;
        justify-content: unset;
        flex-wrap: wrap;
        height: auto;
        padding-top: 0;
        width: 92%;
        margin: 0 auto;
        background: none;
    }
    #footer .topItem{
        width: 50%;
        position: relative;
    }
    #footer .footerTop .topItem:nth-child(n+3){
        margin-top: 24px;
    }
    #footer .footerTop .topItem:nth-child(2n){
        padding-left: 12px;
    }
    #footer .topLink{
        padding-left: 30px;
        font-size: 12px;
        letter-spacing: 0px;
        color: #3792c0;
    }
    #footer .topItem.spOnly{
        display: block;
    }
    #footer .topItem::after{
        position: absolute;
        content: "";
        width: 5px;
        height: 8px;
        top: calc(50% - 4px);
        left: -3px;
        background: #3792c0;
        clip-path: polygon(100% 50%, 0 0, 0 100%);
    }
    #footer .footerTop .topItem:nth-child(2n)::after{
        left: 11px;
    }
    #footer .footerTop .topItem:last-child::after{
        display: block;
    }
    #footer .footerTop .topItem:nth-child(8)::after{
        display: block;
    }
    #footer .footerMain{
        padding: 0;
        background: none;
    }
    #footer .linkBox{
        flex-wrap: wrap;
        margin-top: 47px;
    }
    #footer .linkBox .item:first-child:nth-last-child(3),
    #footer .linkBox .item:first-child:nth-last-child(3) ~ .item {
        width: 32%;
        margin-right: 2%;
    }
   #footer .linkBox .item:first-child:nth-last-child(3) ~ .item:last-child{
        margin: 0;
    }
    #footer .item{
        width: 48.116%;
        margin-right: 3.768%;
    }
    #footer .linkBox .item:nth-child(2n){
        margin-right: 0;
    }
    #footer .linkBox .item:nth-child(n+3){
        margin-top: 13px;
    }
    #footer .link{
        flex-direction: column;
        height: 85px;
        padding-top: 0px;
        background: #212329;
    }
    #footer .icon{
        width: 16px;
        margin: 0 auto;
    }
    #footer .logout .icon{
        width: 24px;
    }
    #footer .linkBox .item.contact .icon{
        width: 28px;
    }
    #footer .linkBox .item.reserve .icon{
        width: 22px;
    }
    #footer .linkTxt{
        font-size: 14px;
        margin-left: 0;
        margin-top: 10px;
        letter-spacing: 1px;
    }
    #footer .logoCover{
        margin: 50px auto 0;
        width: 167px;
    }
    #footer .adressTxt{
        font-size: 12px;
        margin-top: 25px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 1.83;
    }
    #footer .telBoxCover{
        margin-top: 34px;
    }
    #footer .telTop{
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 1px;
    }
    #footer .telFlex{
        margin-top: 15px;
        padding-right: 3px;
    }
    #footer .iconTel{
        padding-top: 2px;
        width: 16px;
    }
    #footer .telNum{
        font-size: 26px;
        letter-spacing: 2.5px;
        margin-left: 9px;
    }
    #footer .telBot{
        font-size: 12px;
        font-weight: 500;
        line-height: 1.83;
        margin-top: 13px;
        letter-spacing: 1px;
    }
    #footer .snsBox{
        margin-top: 34px;
    }
    #footer .snsBox .snsItem:nth-child(2){
        margin: 0 12px;
    }
    #footer .snsLink{
        width: 45px;
        height: 45px;
    }
    #footer .snsIcon{
        width: 23px;
    }
    #footer .snsBox .snsItem:nth-child(2) .snsIcon{
        width: 21px;
    }
    #footer .footerBot{
        display: none;
    }
    #footer .copyTxt{
        font-size: 10px;
        margin-top: 39px;
        letter-spacing: 0.4px;
    }
}
@media only screen and (max-width:359px){
    #footer .topLink{
        padding-left: 24px;
    }
    #footer .topItem::after{
        left: -5px;
    }
    #footer .footerTop .topItem:nth-child(2n)::after{
        left: 7px;
    }
}
/*-----------------------------------------------
	pnkz
-----------------------------------------------*/
#pnkz{
    width: 100%;
    font-size: 0;
    padding: 10px 0;
    position: relative;
    background: #eeeeee;
}
#pnkz .boxList{
    text-align: left;
    position: relative;
}
#pnkz li{
	display: inline;
	font-size: 13px;
	line-height: 1.5;
	letter-spacing: 0.5px;
    color: #212329;
}
#pnkz li::after{
	content: ">";
	margin: 0 7px;
}
#pnkz li:last-child::after{
	display: none;
}
#pnkz a{
    color: #212329;
    text-underline-offset: 2px;
}
@media only screen and (max-width:767px){
	#pnkz{
		letter-spacing: 0;
		padding: 7px 0;
	}
	#pnkz .boxList{
		white-space: nowrap;
		overflow-y: scroll;
	}
	#pnkz li{
		font-size: 11px;
	}
}
/* secCmnTit */
.secCmnTit{
    padding-top: 75px;
    text-align: center;
    color: #fff;
    height: 220px;
    background: url(../img/event/bgCmnTit.jpg) center top no-repeat;
}
.secCmnTit .tit{
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 3px;
}
.secCmnTit .titEng{
    font-size: 18px;
    font-weight: 500;
    margin-top: 23px;
    letter-spacing: 2px;
}
@media only screen and (max-width:767px){
    .secCmnTit{
        margin-top: 0;
        height: auto;
        padding: 14vw 0;
        background: url(../img/event/bgCmnTit_sp.jpg) center top no-repeat;
        background-size: cover;
    }
    .secCmnTit .tit{
        font-size: 20px;
        letter-spacing: 2px;
    }
    .secCmnTit .titEng{
        font-size: 14px;
        margin-top: 14px;
        letter-spacing: 1px;
    }
}
/*-----------------------------------------------
   secCmnNextLoad 
-----------------------------------------------*/
.secCmnNextLoad,.secCmnBack{
    width: 500px;
    height:80px;
    margin: 80px auto 0;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}
.secCmnBack{
    margin-top: 50px;
}
.secCmnNextLoad .btnInner,.secCmnBack .btnInner{
    width: 100%;
    height: 100%;
    border-radius: 40px;
    background: #212329;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1.5px;
    position: relative;
    text-decoration: none;
}
.secCmnNextLoad #listLoading{
    display: none;
}
@media only screen and (max-width:767px){
    .secCmnNextLoad,.secCmnBack{
        width: 285px;
        height: 60px;
        margin: 40px auto 0;
    }
    .secCmnBack{
        width: 215px;
        margin-top: 60px;
    }
    .secCmnNextLoad .btnInner,.secCmnBack .btnInner{
        border-radius: 30px;
        font-size: 13px;
        letter-spacing: 0.5px;
    }
}
/*-----------------------------------------------
   secCmnBnr
-----------------------------------------------*/
.secCmnBnr{
    margin: 150px 0 4px;
}
.secCmnBnr.marginLarge{
    margin: 150px 0 4px;
}
.secCmnBnr .bnrBox{
    position: relative;
    height: 450px;
}
.secCmnBnr .bnrWrapper{
    display: flex;
    justify-content: space-between;
    width: 1920px;
    position: absolute;
    left: calc(50% - 960px);
    top: 0;
}
.secCmnBnr .halfBnr{
    width: calc(50% - 2px);
}
.secCmnBnr .bnr{
    display: block;
}
@media only screen and (max-width:1900px){
    .secCmnBnr .bnrBox{
        position: relative;
        height: auto;
    }
    .secCmnBnr .bnrWrapper{
        width: 100%;
        position: static;
    }
}
@media only screen and (max-width:767px){
    .secCmnBnr{
        margin: 0 auto;
        padding: 50px 0 40px;
    }
    .secCmnBnr.marginLarge{
        margin: 0 auto;
        padding: 80px 0 42px;
    }
    .secCmnBnr .bnrWrapper{
        display: block;
    }
    .secCmnBnr .halfBnr{
        width: 100%;
    }
    .secCmnBnr .halfBnr:nth-child(2){
        margin-top: 20px;
    }
}
/*-----------------------------------------------
   cmnBtn
-----------------------------------------------*/
.cmnBtn{
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 500px;
    height: 80px;
    border-radius: 40px;
    background: #3792c0;
    margin: 0 auto;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: bold;
    color: #fff;
    box-shadow: inset 0px -5px 0px 0px rgba(1, 1, 1, 0.08);
}
@media only screen and (max-width:767px){
    .cmnBtn{
        width: 82.609%;
        height: 60px;
        border-radius: 30px;
        font-size: 13px;
        letter-spacing: 1px;
    }
}

/* noneTxt */
.noneTxt{
    font-size: 16px;
    text-align: center;
    padding: 100px 0 30px;
    font-weight: bold;
    letter-spacing: 1px;
}
@media only screen and (max-width:767px){
    .noneTxt{
        font-size: 13px;
        letter-spacing: 0;
        padding: 50px 0 30px;
    }
}

/* iconNew */
.iconNew{
    width: 42px;
    height: 42px;
    background: #ff4200;
    font-size: 12px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    letter-spacing: 1px;
    color: #fff;
}
@media only screen and (max-width:767px){
    .iconNew{
        width: 35px;
        height: 35px;
    }
}

/* secDetailsPager */
.secDetailsPager{
    position: relative;
    border-top: 1px solid #d0d7db;
	box-shadow: 0px -1px #d0d7db inset;
    margin-top: 50px;
}
.secDetailsPager .boxBtnPager{
    display: flex;
}
.secDetailsPager .boxBtnPrev,
.secDetailsPager .boxBtnNext{
    width: 550px;
}
.secDetailsPager .btnPrev,
.secDetailsPager .btnNext{
    display: flex;
    align-items: center;
    color: inherit;
    text-decoration: none;
    padding: 30px 0 30px 52px;
}
.secDetailsPager .btnNext{
    padding: 30px 52px 30px 0;
    flex-direction: row-reverse;
}
.secDetailsPager .btnPrev::after,
.secDetailsPager .btnNext::after{
    position: absolute;
    content: "";
    width: 38px;
    height: 38px;
    border-radius: 19px;
    box-shadow: 0 0 8px rgb(40 47 56 / 15%);
    top: calc(50% - 19px);
    left: 0;
}
.secDetailsPager .btnNext::after{
    left: auto;
    right: 0;
}
.secDetailsPager .btnPrev.lazyloaded::after{
    background:url(../img/common/iconSliderPrev.gif) center center / 8px auto no-repeat #fff;
}
.secDetailsPager .btnNext.lazyloaded::after{
    background:url(../img/common/iconSliderNext.gif) center center / 8px auto no-repeat #fff;
}
.secDetailsPager .boxBtnPrev .txtBox{
	width: calc(100% - 205px);
	margin-left: 20px;
}
.secDetailsPager .boxBtnNext .txtBox{
	width: calc(100% - 205px);
	margin-right: 20px;
}
.secDetailsPager .boxBtnNext{
    margin: 0 0 0 auto;
}
.secDetailsPager .img{
    width: 185px;
    height: 125px;
    overflow: hidden;
}
.secDetailsPager .txtCover{
    display: flex;
    flex-flow: column;
    height: 60px;
    justify-content: center;
}
.secDetailsPager .txt{
    font-size: 16px;
    line-height: 1.875;
    font-weight: bold;
    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; 
	overflow: hidden;
	max-height: 60px;
}
.secDetailsPager .btnNext  .txt{
    text-align: right;
}

@media only screen and (max-width:767px){
    .secDetailsPager{
        flex-wrap: wrap;
        margin-top: 40px;
    }
    .secDetailsPager .boxBtnPager{
        position: relative;
    }
    .secDetailsPager .boxBtnPrev,
    .secDetailsPager .boxBtnNext{
        width: 39.131%;
        height: auto;
        padding: 0;
    }
    .secDetailsPager .btnPrev,
    .secDetailsPager .btnNext{
        display: block;
        height: 100%;
        position: relative;
        padding: 20px 0 16px;
    }
    .secDetailsPager .img{
        width: 100%;
        height: auto;
        padding-top: 67.408%;
    }
    .secDetailsPager .btnNext .img{
        margin: 0 0 0 auto;
    }
    .secDetailsPager .txt,
    .secDetailsPager .btnNext .txt{
        width: 100%;
        font-size: 12px;
        line-height: 1.33;
        margin: 11px 0 0;
        -webkit-line-clamp: 2; 
        max-height: 32px;
        text-align: left;
    }
    .secDetailsPager .txtCover{
        height: auto;
        display: block;
    }
    .secDetailsPager .boxBtnPrev .txtBox{
        width: 100%;
        margin-left: 0;
        padding-left: 14px;
    }
    .secDetailsPager .boxBtnNext .txtBox{
        width: 100%;
        margin-right: 0;
        padding-right: 14px;
    }
    .secDetailsPager .btnPrev::after,
    .secDetailsPager .btnNext::after{
        width: 7px;
        height: 11px;
        border-radius: 0;
        box-shadow: none;
        top: auto;
        bottom: 30px;
        left: 0;
    }
    .secDetailsPager .btnNext::after{
        left: auto;
        right: 0;
    }
    .secDetailsPager .btnPrev.lazyloaded::after{
        background: url(../img/common/iconItemArrowBack.gif) center top / cover;
    }
    .secDetailsPager .btnNext.lazyloaded::after{
        background: url(../img/common/iconItemArrow.gif) center top / cover;
    }
}