@charset "utf-8";

@font-face{
    font-family:'Zen Old Mincho';
    font-style:normal;
    font-weight:400;
    src:url(../fonts/Zen_Old_Mincho/ZenOldMincho-Regular.woff2) format('woff2'),
        url(../fonts/Zen_Old_Mincho/ZenOldMincho-Regular.woff) format('woff'),
        url(../fonts/Zen_Old_Mincho/ZenOldMincho-Regular.otf) format('opentype');
}
@font-face{
    font-family:'Zen Old Mincho';
    font-style:normal;
    font-weight:700;
    src:url(../fonts/Zen_Old_Mincho/ZenOldMincho-Bold.woff2) format('woff2'),
        url(../fonts/Zen_Old_Mincho/ZenOldMincho-Bold.woff) format('woff'),
        url(../fonts/Zen_Old_Mincho/ZenOldMincho-Bold.otf) format('opentype');
}

/*==============================
    基本設定
==============================*/
body{
    color:#2c2c2c;
    font-size:12px;
    font-family: "Zen Old Mincho", serif;
    margin:0;
    padding:0;
    text-align:left;
    background:#fff;
    -webkit-text-size-adjust:100%;
    position:relative;
    word-break:break-all;
    min-width:1400px;
    overflow-y: scroll;
}
@media only screen and (max-width:767px){
    body{
        min-width:0;
    }
}

#container{
    width: 100%;
    overflow: hidden;
    max-width: 1920px;
    margin: 0 auto;
}

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;}
.f_Gothic{
    font-family:'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;
}

/*========================================
    レスポンシブ用(不要な場合は削除)
========================================*/
.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
-----------------------------------------------*/
.wrapper1180{
    width: 1180px;
    margin: 0 auto;
}
.wrapper1280{
    width: 1280px;
    margin: 0 auto;
    max-width: calc(100% - 40px);
}
.wrapper1380{
    width: 1380px;
    margin: 0 auto;
    max-width: calc(100% - 40px);
}
.wrapper1500{
    width: 1500px;
    margin: 0 auto;
    max-width: calc(100% - 40px);
}
.wrapper1680{
    width: 1680px;
    margin: 0 auto;
    max-width: calc(100% - 40px);
}
@media only screen and (max-width:767px){
    .wrapper1180,
    .wrapper1280,
    .wrapper1380,
    .wrapper1500,
    .wrapper1680{
        width: 100%;
        max-width: none;
    }
    .wrapperSp{
        width: 92%;
        margin: 0 auto;
	}
    .wrapperSp335{
        width: 89.334%;
        margin: 0 auto;
	}
    .wrapperSp325{
        width: 89.334%;
        margin: 0 auto;
	}
}
.contentsHide{display: none!important;}
/*-----------------------------------------------
	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);
}
/* noneTxt */
.noneTxt{
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    padding: 20px 0;
}
@media only screen and (max-width:767px){
    .noneTxt{
        font-size: 12px;
    }
}

/* footer */
#footer{
    background: #f8f7f6;
    font-size: 12px;
    text-align: center;
    padding-bottom: 88px;
}
@media only screen and (max-width:767px){
    #footer{
        background: unset;
        font-size: 10px;
        line-height: calc(20/10);
        padding-bottom: 45px;
    }
}

/* noneTxt */
.noneTxt{
    font-size: 16px;
    text-align: center;
    padding: 30px 0;
}

@media only screen and (max-width:767px){
    .noneTxt{
        font-size: 12px;
        line-height: 1.5;
        padding: 20px 0;
    }
}
@media only screen and (max-width:359px){
    .noneTxt{
        font-size: 10px;
    }
}

/*-----------------------------------------------
	secCmnIndexTop
-----------------------------------------------*/
.secCmnIndexTop{
    height: 350px;
    display: flex;
    align-items: center;
    color: #fff;
    margin-top: 100px;
}
.secCmnIndexTop .titBox{
    padding-bottom: 5px;
}
.secCmnIndexTop .titEng{
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 5px;
}
.secCmnIndexTop .titJpn{
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: bold;
    margin-top: 35px;
    padding-left: 30px;
    position: relative;
}
.secCmnIndexTop .titJpn::after{
    position: absolute;
    content: "";
    width: 20px;
    height: 1px;
    left: 0;
    top: calc(50% - 0.5px);
    background: #fff;
}
@media only screen and (max-width:767px){
    .secCmnIndexTop{
        height: 40vw;
        min-height: 150px;
        order: 1;
        margin-top: 60px;
    }
    .secCmnIndexTop .titBox{
        padding-bottom: 2px;
    }
    .secCmnIndexTop .titEng{
        font-size: 26px;
        letter-spacing: 1px;
    }
    .secCmnIndexTop .titJpn{
        font-size: 12px;
        letter-spacing: normal;
        margin-top: 13px;
        padding-left: 15px;
    }
    .secCmnIndexTop .titJpn::after{
        width: 10px;
    }
}

/*-----------------------------------------------
	pnkz
-----------------------------------------------*/
#pnkz{
    width: 100%;
    font-size: 0;
    padding: 12px 0;
    position: relative;
}
#pnkz .boxList{
    position: relative;
}
#pnkz li{
	display: inline;
	font-size: 13px;
    line-height: 1.5;
    color: #2c2c2c;
}
#pnkz li:last-child{
    color: #4eb0e9;
}
#pnkz li::after{
	content: ">";
	margin: 0 3px 0 4px;
    color: #2c2c2c;
}
#pnkz li:last-child::after{
	display: none;
}
#pnkz a{
    text-decoration: none;
    color: #2c2c2c;
}
@media only screen and (max-width:767px){
    #pnkz{
        padding: 7px 0;
        order: 3;
        background: #fff;
    }
    #pnkz .boxList{
		white-space: nowrap;
		overflow-y: scroll;
	}
    #pnkz li{
        font-size: 12px;
    }
    #pnkz li::after{
        margin: 0 3px;
    }
}
@media only screen and (max-width:767px){
    #main{
        display: flex;
        flex-flow: column;
    }
    .mainWrapper{
        order: 2;
    }
}

/*-----------------------------------------------
	共通パーツ
-----------------------------------------------*/
/* secCmnBack */
.secCmnBack .backInner{
    width: 400px;
    margin: 40px auto 0;
    position: relative;
    background: rgb(255, 255, 255);
    color: #2c2c2c;
    border: solid 1px #2c2c2c;
    text-align: center;
    text-decoration: none;
    height: 80px;
    border-radius: 40px;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}
.secCmnBack .backInner::after{
    content: "";
    width: 15px;
    height: 12px;
    position: absolute;
    left: 40px;
    top: calc(50% - 6px);
}
.secCmnBack .backInner.lazyloaded::after{
    background: url(../img/common/iconCmnBack.png) center top / cover;
}
@media only screen and (max-width:767px){
    .secCmnBack .backInner{
        width: 79.711%;
        min-width: 275px;
        margin: 20px auto 0;
        height: 60px;
        border-radius: 30px;
        font-size: 13px;
    }
    .secCmnBack .backInner::after{
        width: 11px;
        height: 9px;
        left: 30px;
        top: calc(50% - 4.5px);
    }
}


/* secCmnNextLoad */
.secCmnNextLoad{
    width: 400px;
    height: 80px;
    margin: 80px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.secCmnNextLoad .btnInner{
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #2c2c2c;
    width: 100%;
    height: 100%;
    position: relative;
    font-size: 18px;
    font-weight: bold;
    border-radius: 40px;
    border: solid 1px #2c2c2c;
}
.secCmnNextLoad .btnInner::before{
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #2c2c2c;
    border-right: solid 2px #2c2c2c;
    position: absolute;
    right: 30px;
    top: calc(50% - 4px);
    transform: rotate(135deg);
}
.secCmnNextLoad #listLoading{
    display: none;
}
@media only screen and (max-width:767px){
    .secCmnNextLoad{
        width: 79.711%;
        min-width: 275px;
        height: 60px;
        margin: 50px auto 0;
    }
    .secCmnNextLoad .btnInner{
        font-size: 13px;
        border-radius: 30px;
    }
    .secCmnNextLoad .btnInner::before{
        right: 20px;
    }
}

/* iconNew */
.iconNew{
    font-size: 11px;
    background: #ffef24;
    width: 44px;
    height: 44px;
    position: absolute;
    z-index: 10;
    bottom: -20px;
    left: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50% 50% 0 50%;
}
@media only screen and (max-width:767px){
    .iconNew{
        font-size: 10px;
        width: 40px;
        height: 20px;
        bottom: -10px;
        left: 35px;
        border-radius: 0;
    }
}

/* secCmnDetailsBack */
.secCmnDetailsBack{
    width: 400px;
    margin: 40px auto 0;
}
.secCmnDetailsBack .btnCmnDetailsBack{
    position: relative;
    background: rgb(255, 255, 255);
    color: #2c2c2c;
    border: solid 1px #2c2c2c;
    text-align: center;
    text-decoration: none;
    height: 80px;
    border-radius: 40px;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}
.secCmnDetailsBack .btnCmnDetailsBack::after{
    content: "";
    width: 15px;
    height: 12px;
    position: absolute;
    left: 40px;
    top: calc(50% - 6px);
}
.secCmnDetailsBack .btnCmnDetailsBack.lazyloaded::after{
    background: url(../img/common/iconReserveBtn02.png) center top / cover;
}
@media only screen and (max-width:767px){
    .secCmnDetailsBack{
        width: 79.711%;
        min-width: 275px;
        margin: 20px auto 0;
    }
    .secCmnDetailsBack .btnCmnDetailsBack{
        height: 60px;
        border-radius: 30px;
        font-size: 13px;
    }
    .secCmnDetailsBack .btnCmnDetailsBack::after{
        width: 11px;
        height: 9px;
        left: 30px;
        top: calc(50% - 4.5px);
    }
}

/* secDetailsPager */
.secDetailsPager{
    position: relative;
   border-top: 1px solid #dad9d8;
    margin-top: 100px;
    padding-top: 30px;
    min-height: 185px;
}
.secDetailsPager .boxBtnPager{
    display: flex;
    position: relative;
    width: 100%;
}
.secDetailsPager .pagerBox{
    width: 420px;
}
.secDetailsPager .pagerBox.next{
    margin: 0 0 0 auto;
}
.secDetailsPager .btnPrev,
.secDetailsPager .btnNext{
    text-decoration: none;
    color: #000;
    display: block;
    position: relative;
    width: 100%;
    overflow: visible;
}
.secDetailsPager .btnPrev{
    text-align: left;
}
.secDetailsPager .btnNext{
    text-align: right;
}
.secDetailsPager .btnPrev::before{
    position: absolute;
    content: "";
    background: url(../img/common/iconPagerPrev.gif) center top / cover;
    width: 25px;
    height: 25px;
    left: 1px;
    bottom: -6px;
}
.secDetailsPager .btnNext::before{
    position: absolute;
    content: "";
    background: url(../img/common/iconPagerNext.gif) center top / cover;
    width: 25px;
    height: 25px;
    right: 1px;
    bottom: -6px;
}
.secDetailsPager .img{
    width: 180px;
    height: 118px;
    border-radius: 5px;
    overflow: hidden;
}
.secDetailsPager .txt{
    font-size: 14px;
    line-height: 1.57;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: 70px;
    width: 210px;
   font-weight: bold;
} 
.secDetailsPager .txtBox{
    margin-left: 25px;
    text-align: left;
}
.secDetailsPager .pagerBox.next .txtBox{
    margin-left: 0;
    margin-right: 25px;
    text-align: right;
}
.secDetailsPager .date{
    font-size: 12px;
    margin-top: 10px;
    letter-spacing: 0.5px;
}

.secDetailsPager .boxBtnList{
    display: flex;
    align-items: center;
    position: absolute;
    left: calc(50% - 200px);
    top: 49px;
    width: 400px;
}
.secDetailsPager .btnList{
    position: relative;
    background: rgb(255, 255, 255);
    color: #2c2c2c;
    border: solid 1px #2c2c2c;
    text-align: center;
    text-decoration: none;
    height: 80px;
    border-radius: 40px;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.secDetailsPager .btnList::before{
    content: "";
    width: 15px;
    height: 12px;
    position: absolute;
    left: 40px;
    top: calc(50% - 6px);
    background: url(../img/common/iconReserveBtn02.png) center top / cover;
}
.secDetailsPager .innerBox{
    display: flex;
    align-items: center;
}
.secDetailsPager .pagerBox.next .innerBox{
    flex-direction: row-reverse;
}
.secDetailsPager .btnTxt{
    font-size: 13px;
    font-weight: bold;
    position: relative;
    margin-top: 21px;
    margin-left: 37px;
    letter-spacing: 0.5px;
}
.secDetailsPager .pagerBox.next .btnTxt{
    margin-left: 0;
    margin-right: 35px;
}

.secDetailsPager .dataBox{
    display: flex;
    align-items: center;
}
.secDetailsPager .new{
    font-size: 10px;
    background: #ffef24;
    width: 36px;
    height: 16px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    margin-top: 10px;
}
@media only screen and (max-width:767px){
    .secDetailsPager{
        margin-top: 44px;
        padding-top: 20px;
        min-height: auto;
    }
    .secDetailsPager .boxBtnPager{
        display: flex;
        position: relative;
        width: 100%;
    }
    .secDetailsPager .boxBtnPager::before{
        position: absolute;
        content: "";
        background: #dad9d8;
        width: 1px;
        height: 103.13%;
        top: 0px;
        left: calc(50% - 1px);
    }
    .secDetailsPager .pagerBox{
        width: 50%;
    }
    .secDetailsPager .pagerBox.next{
        margin: 0 0 0 auto;
    }
    .secDetailsPager .btnPrev{
        text-align: left;
    }
    .secDetailsPager .btnNext{
        text-align: right;
    }
    .secDetailsPager .btnPrev::before{
        left:27px;
        bottom: -6px;
    }
    .secDetailsPager .btnNext::before{
        right: 27px;
        bottom: -6px;
    }
    .secDetailsPager .img{
        width: 118px;
        height: 78px;
        margin: 0 auto;
    }
    .secDetailsPager .txt{
        font-size: 12px;
        line-height: 1.5;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        max-height: 55px;
    width: 100%;
    font-weight: normal;
    margin-top: 6px;
    } 
    .secDetailsPager .txtBox{
        margin-left: 0px;
        padding: 4px 28px 0;
        display: flex;
    flex-direction: column-reverse;
    }
    .secDetailsPager .pagerBox.next .txtBox{
        margin-left: 0;
        margin-right: 0px;
       text-align: left;
    }
    .secDetailsPager .date{
        font-size: 10px;
        margin-top: 10px;
        letter-spacing: 0px;
    }
    .secDetailsPager .boxBtnList{
        position: static;
        width: 73%;
        min-width: 275px;
        margin: 36px auto 0;
    }
    .secDetailsPager .btnList{
        height: 60px;
        border-radius: 30px;
        font-size: 13px;
    }
    .secDetailsPager .btnList::before{
        width: 11px;
        height: 9px;
        left: 30px;
        top: calc(50% - 4px);
    }
    .secDetailsPager .innerBox{
        display: block;
    }
    .secDetailsPager .pagerBox.next .innerBox{
        flex-direction: row-reverse;
    }
    .secDetailsPager .btnTxt{
        font-size: 12px;
        margin-top: 18px;
        margin-left: 61px;
        letter-spacing: 0.5px;
    }
    .secDetailsPager .pagerBox.next .btnTxt{
        margin-left: 0;
        margin-right: 60px;
    }
    .secDetailsPager .new {
        margin-left: 6px;
        margin-top: 6px;
    }
}

/* secDetailsPagerWorks */
.secDetailsPagerWorks{
    position: relative;
    margin-top: 100px;
}
.secDetailsPagerWorks .boxBtnPager{
    display: flex;
}
.secDetailsPagerWorks .boxBtnPrev,
.secDetailsPagerWorks .boxBtnNext{
    position: relative;
    width: 50%;
}
.secDetailsPagerWorks .boxBtnNext{
    margin: 0 0 0 auto;
}
.secDetailsPagerWorks .btnPrev,
.secDetailsPagerWorks .btnNext{
    position: relative;
    display: flex;
    align-items: center;
    color: #2c2c2c;
    text-decoration: none;
    height: 100%;
}
.secDetailsPagerWorks .btnNext{
    flex-direction: row-reverse;
}
.secDetailsPagerWorks .txtBox{
    width: 300px;
    position: relative;
    padding-bottom: 40px;
    border-bottom: solid 1px rgb(44, 44, 44);
}
.secDetailsPagerWorks .txtBox::after{
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    bottom: 30px;
    right: 0;
    border-radius: 50%;
    display: block;
    border: solid 1px rgb(51, 51, 51);
    background: #fff;
} 
.secDetailsPagerWorks .txtBox.lazyloaded::after{
    background: url(../img/index/iconButton-next.gif) center center / 6px auto no-repeat #fff;
}
.secDetailsPagerWorks .boxBtnPrev .txtBox{
    margin-left: 30px;
}
.secDetailsPagerWorks .boxBtnNext .txtBox{
    margin-right: 30px;
}
.secDetailsPagerWorks .img{
    width: 183px;
    height: 242px;
    border-radius: 5px;
    overflow: hidden;
}
.secDetailsPagerWorks .tit{
    font-size: 15px;
    line-height: 2;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 60px;
}
.secDetailsPagerWorks .subTxt{
    font-size: 16px;
    margin-top: 25px;
}
.secDetailsPagerWorks .memberBox{
    position: absolute;
    top: 0;
    left: 0;
    width: 183px;
    height: 242px;
    border-radius: 5px;
    background-color: rgb(44, 44, 44,0.7);
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 10px;
}
.secDetailsPagerWorks .boxBtnNext .memberBox{
    left: auto;
    right: 0;
}
@media only screen and (max-width:767px){
    .secDetailsPagerWorks{
        margin-top: 50px;
    }
    .secDetailsPagerWorks .boxBtnPrev,
    .secDetailsPagerWorks .boxBtnNext{
        position: relative;
        width: 47.827%;
    }
    .secDetailsPagerWorks .btnPrev,
    .secDetailsPagerWorks .btnNext{
        display: block;
    }
    .secDetailsPagerWorks .txtBox{
        width: 100%;
        padding: 15px 0 20px;
    }
    .secDetailsPagerWorks .txtBox::after{
        width: 6px;
        height: 10px;
        bottom: 20px;
        right: 0;
        border-radius: 0;
        border: none;
        background: none;
    } 
    .secDetailsPagerWorks .txtBox.lazyloaded::after{
        background: url(../img/index/iconButton-next.gif) center top / cover;
    }
    .secDetailsPagerWorks .boxBtnPrev .txtBox{
        margin-left: 0;
    }
    .secDetailsPagerWorks .boxBtnNext .txtBox{
        margin-right: 0;
    }
    .secDetailsPagerWorks .img{
        width: 100%;
        height: 0;
        padding-top: 131.516%;
    }
    .secDetailsPagerWorks .tit{
        font-size: 13px;
        line-height: 1.84;
        max-height: 48px;
    }
    .secDetailsPagerWorks .subTxt{
        font-size: 12px;
        margin-top: 10px;
    }
    .secDetailsPagerWorks .memberBox{
        width: 100%;
        height: 0;
        padding-top: 125.46%;
        left: 0!important;
        right: 0!important;
        margin: auto;
    }
    .secDetailsPagerWorks .titImg{
        width: 120px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.secCmnBnrBox{
    margin: 120px 0 10px;
}
.secCmnBnrBox .halfCover{
    display: flex;
}
.secCmnBnrBox .bnrLink{
    display: block;
    width: calc(50% - 5px);
    color: #fff;
    text-decoration: none;
    position: relative;
}
.secCmnBnrBox .bnrLink:nth-child(2){
    margin-left: 10px;
}
.secCmnBnrBox .txtBox{
    display: flex;
    justify-content: center;
    flex-flow: column;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 11.667%;
}
.secCmnBnrBox .tit{
    font-size: 40px;
    line-height: 1.5;
    font-weight: 700;
}
.secCmnBnrBox .txt{
    font-size: 18px;
    line-height: 1.88;
    margin-top: 20px;
    font-weight: 700;
}
.secCmnBnrBox .titEng{
    position: absolute;
    top: 63px;
    left: 59px;
}
.secCmnBnrBox .btnBox{
    position: absolute;
    right: 5.209%;
    bottom: 50px;
}
.secCmnBnrBox .btn{
    width: 290px;
    height: 64px;
    background: #fff;
    font-size: 16px;
    font-weight: 700;
    color: #2c2c2c;
    border-radius: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-decoration: none;
}
.secCmnBnrBox .btn::after{
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #2c2c2c;
    border-right: 2px solid #2c2c2c;
    transform: rotate(45deg);
    top: calc(50% - 4px);
    right: 30px;
}
.secCmnBnrBox .btn:nth-child(2),
.secCmnBnrBox .btn:nth-child(3){
    margin-top: 20px;
}
/* bnrCover */
.secCmnBnrBox .bnrCover{
    height: 560px;
    position: relative;
    margin-top: 10px;
}
.secCmnBnrBox .bnrInner{
    width: 1920px;
    position: absolute;
    top: 0;
    left: calc(50% - 960px);
}
@media only screen and (max-width:1900px){
    .secCmnBnrBox .bnrCover{
        height: auto;
        position: relative;
    }
    .secCmnBnrBox .bnrInner{
        width: 100%;
        position: static;
    }
}
@media only screen and (max-width:1730px){
    .secCmnBnrBox .tit{
        font-size: 35px;
    }
    .secCmnBnrBox .txt{
        font-size: 14px;
        margin-top: 12px;
    }
    .secCmnBnrBox .btn{
        width: 250px;
        font-size: 14px;
    }
    .secCmnBnrBox .btn::after{
        right: 20px;
    }
    .secCmnBnrBox .btnBox{
        bottom: 30px;
    }
    .secCmnBnrBox .titEng{
        top: 40px;
    }
}
@media only screen and (max-width:767px){
    .secCmnBnrBox{
        margin: 80px 0 0;
    }
    .secCmnBnrBox .bnrLink{
        width: calc(50% - 2.5px);
    }
    .secCmnBnrBox .bnrLink:nth-child(2){
        margin-left: 5px;
    }
    .secCmnBnrBox .txtBox{
        padding: 12.4vw 0 0;
        justify-content: flex-start;
        text-align: center;
    }
    .secCmnBnrBox .tit{
        font-size: 18px;
        line-height: 1.44;
        font-weight: 700;
    }
    .secCmnBnrBox .txt{
        font-size: 11px;
        line-height: 1.63;
        margin-top: 4px;
    }
    .secCmnBnrBox .titEng{
        top: 20px;
        left: 20px;
    }
    .secCmnBnrBox .lineup img{
        height: 16px;
        width: auto;
    }
    .secCmnBnrBox .model img{
        height: 13px;
        width: auto;
    }
    .secCmnBnrBox .btnBox{
        width: 72.973%;
        right: 13.5135%;
        bottom: 25px;
    }
    .secCmnBnrBox .btn{
        width: 100%;
        height: 40px;
        font-size: 11px;
        line-height: 1.25;
        border-radius: 25px;
        text-align: center;
    }
    .secCmnBnrBox .btn::after{
        display: none;
    }
    .secCmnBnrBox .btn:nth-child(2),
    .secCmnBnrBox .btn:nth-child(3){
        margin-top: 5px;
    }
    /* bnrCover */
    .secCmnBnrBox .bnrCover{
        margin-top: 5px;
    }
}
@media (orientation: landscape) and (max-width:767px){
    .secCmnBnrBox .btnBox{
        position: static;
        margin: 20px auto 0;
    }
    .secCmnBnrBox .txtBox {
        padding: 100px 0 0;
    }
}
@media only screen and (max-width:359px){
    .secCmnBnrBox .btnBox{
        bottom: 10px;
    }
    .secCmnBnrBox .btn{
        height: 40px;
        font-size: 10px;
        border-radius: 20px;
    }
}
@media only screen and (max-width:340px){
    .secCmnBnrBox .txtBox {
        padding: 10.4vw 0 0;
    }
}
@media only screen and (max-width:330px){
    .secCmnBnrBox .btn {
        height: 35px;
    }
}

/* plan */
.secCmnBnrBox .planTit{
    font-size: 26px;
    margin-top: 12px;
    font-weight: 700;
}
.secCmnBnrBox .spanUnder{
    font-size: 42px;
    display: block;
    margin-top: 15px;
}
.secCmnBnrBox .spanNum{
    font-size: 100px;
    vertical-align: -3px;
    letter-spacing: 2px;
    padding-right: 5px;
}
.secCmnBnrBox .planBnr .txt{
    margin-top: 8px;
}
@media only screen and (max-width:767px){
    .secCmnBnrBox .planTit{
        font-size: 15px;
        margin-top: 8px;
        text-align: center;
    }
    .secCmnBnrBox .spanUnder{
        font-size: 24px;
        margin-top: 10px;
    }
    .secCmnBnrBox .spanNum{
        font-size: 36px;
        vertical-align: -1px;
        letter-spacing: 1px;
    }
    .secCmnBnrBox .planBnr .txt{
        margin-top: 8px;
    }
    .secCmnBnrBox .plan img{
        height: 17px;
        width: auto;
    }
}
/* catalog */
.secCmnBnrBox .catalogTit{
    font-size: 36px;
    line-height: 1.45;
    font-weight: 700;
}
.secCmnBnrBox .spanEng{
    font-size: 50px;
}
@media only screen and (max-width:1730px){
    .secCmnBnrBox .spanEng{
        font-size: 40px;
    }
    .secCmnBnrBox .catalogTit{
        font-size: 30px;
    }
}
@media only screen and (max-width:1480px){
    .secCmnBnrBox .catalogBnr .txt{
        margin-top: 6px;
    }
}
@media only screen and (max-width:767px){
    .secCmnBnrBox .catalog img{
        height: 17px;
        width: auto;
    }
    .secCmnBnrBox .catalogTit{
        font-size: 16px;
        line-height: 1.45;
    }
    .secCmnBnrBox .spanEng{
        font-size: 22px;
    }
    .secCmnBnrBox .catalogBnr .txt{
        display: none;
    }
}
/* event */
@media only screen and (max-width:767px){
    .secCmnBnrBox .event img{
        height: 12px;
        width: auto;
    }
    .secCmnBnrBox .eventBnr .tit{
        margin-top: 27px;
    }
}
@media (orientation: landscape) and (max-width:767px){
    .secCmnBnrBox .eventBnr .tit{
        margin-top: 27px;
    }
    .secCmnBnrBox .eventBnr .btnBox{
        margin: 38px auto 0;
    }
}
/* works */
@media (orientation: landscape) and (max-width:767px){
    .secCmnBnrBox .works img{
        height: 13px;
        width: auto;
    }
}