@charset "utf-8";

@font-face{
    font-family:'Noto Sans JP';
    font-style:normal;
    font-weight:400;
    src:url(../fonts/NotoSansCJKjp/NotoSansCJKjp-Regular.woff2) format('woff2'),
        url(../fonts/NotoSansCJKjp/NotoSansCJKjp-Regular.woff) format('woff'),
        url(../fonts/NotoSansCJKjp/NotoSansCJKjp-Regular.otf) format('opentype');
}
@font-face{
    font-family:'Noto Sans JP';
    font-style:normal;
    font-weight:700;
    src:url(../fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.woff2) format('woff2'),
        url(../fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.woff) format('woff'),
        url(../fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Serif Japanese';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Regular.woff2) format('woff2'),
        url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Regular.woff) format('woff'),
        url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Regular.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Serif Japanese';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Bold.woff2) format('woff2'),
        url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Bold.woff) format('woff'),
        url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Bold.otf) format('opentype');
}

/*==============================
    基本設定
==============================*/
body{
    color:#000;
    font-size:12px;
    font-family:'YakuHanJP_Noto','Noto Sans JP', 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;
    overflow-y: scroll;
}
@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;}
.fSerif{font-family:'YakuHanMP_Noto','Noto Serif Japanese', serif;}
.fRoboto{font-family: 'Roboto', sans-serif;}
.fSen{font-family: 'Sen', 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%;
}
/*========================================
    レスポンシブ用(不要な場合は削除)
========================================*/
.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;
}
.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
-----------------------------------------------*/
.wrapper1340{
    width: 1340px;
    margin: 0 auto;
    max-width: calc(100% - 40px);
}
.wrapper1280{
    width: 1280px;
    margin: 0 auto;
    max-width: calc(100% - 40px);
}
.wrapper900{
    width: 900px;
    margin: 0 auto;
}
@media only screen and (max-width:767px){
    .wrapper1340,
    .wrapper1280,
    .wrapper900{
        width: 100%;
        max-width: none;
    }
    .wrapperSp{
        width: 92%;
        margin: 0 auto;
    }
    .wrapperSp335{
        width: 89.334%;
        margin: 0 auto;
    }
}
/*-----------------------------------------------
	pnkz
-----------------------------------------------*/
#pnkz{
	padding: 19px 0;
	background: #fff;
}
#pnkz li{
    display: inline;
    font-size: 12px;
    color: #101010;
}
#pnkz li::after{
	content: "/";
	margin: 0 4px;
}
#pnkz li:last-child::after{
	display: none;
}
#pnkz a{
    color:#1e88e5;
    text-decoration: none;
}
@media only screen and (max-width:767px){
	#pnkz{
        padding: 11px 0;
	}
	#pnkz li{
		font-size: 11px;
	}
    #pnkz li::after{
        margin: 0 5px;
    }
}
/* secCmnTit */
.secCmnTit{
    height: 500px;
    display: flex;
    align-items: center;
    background: url(../img/event/bgCmnTit.jpg) center top no-repeat;
}
.secCmnTit .wrapper{
    padding-top: 42px;
}
.secCmnTit .titEng{
    position: relative;
    display: inline-block;
}
.secCmnTit .titEng::after{
    position: absolute;
    content: "";
    width: 15px;
    height: 1px;
    background: #fff;
    right: -24px;
    top: 8px;
}
.secCmnTit .titJpn{
    font-size: 50px;
    letter-spacing: 2px;
    margin: 36px 0 0 -2px;
    color: #fff;
}
@media only screen and (max-width:767px){
    .secCmnTit{
        height: 150px;
        background: url(../img/event/bgCmnTit_sp.jpg) center top no-repeat;
    }
    .secCmnTit .wrapper{
        padding-top: 0;
        display: flex;
        flex-flow: column-reverse;
    }
    .secCmnTit .titEng{
        text-align: center;
        margin: 15px auto 0;
    }
    .secCmnTit .titEng img{
        height: 13px;
        width: auto;
    }
    .secCmnTit .titEng::after{
        display: none;
    }
    .secCmnTit .titJpn{
        font-size: 18px;
        margin: 0 0 0 -1px;
        letter-spacing: 1px;
        text-align: center;
        left: 0;
    }
}
@media only screen and (max-width:374px){
    .secCmnTit .titJpn{
        font-size: 17px;
    }
}
@media only screen and (max-width:359px){
    .secCmnTit .titJpn{
        font-size: 15px;
    }
}

/*-----------------------------------------------
	jsHide
-----------------------------------------------*/
.jsHide{
    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);
}
.jsHide:not(.jsShow){
    opacity: 0;
    transform: translate(0px, 50px);
}

/*-----------------------------------------------
    secCmnNextLoad,secCmnBack
-----------------------------------------------*/
.secCmnNextLoad,.secCmnBack{
    margin: 60px auto 0;
    width: 300px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.secCmnBack.noForm{
    margin: 60px auto 150px;
}
.secCmnNextLoad .btn,.secCmnBack .btn{
    text-decoration: none;
    border-radius: 25px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #101010;
    font-size: 14px;
    letter-spacing: 1px;
    box-shadow: 0px 0px 4.75px 0.25px rgba(0, 0, 0, 0.25);
    margin: 0 auto;
}
.secCmnNextLoad #listLoading{
    display: none;
}
.secCmnBack .btn.lazyloaded{
    background: url(../img/common/iconBackBtnArrow.gif) left 19px center / 6px auto no-repeat 
    #fff;
}
@media only screen and (max-width:767px){
    .secCmnNextLoad,.secCmnBack{
        margin-top: 30px;
        width: 200px;
        height: 44px;
    }
    .secCmnBack.noForm{
        margin: 30px auto 70px;
    }
    .secCmnNextLoad .btn,.secCmnBack .btn{
        font-size: 13px;
        border-radius: 22px;
    }
    .secCmnBack .btn.lazyloaded{
        background-position: left 10px center;
        background-size: 6px auto;
    }
}
/* noneTxt */
.noneTxt{
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
    padding: 30px 0;
}
@media only screen and (max-width:767px){
    .noneTxt{
        font-size: 12px;
    }
}

/* secBnrBox */
.secBnrBox{
    margin: 100px auto 2px;
}
.secBnrBox .halfBox{
    height: 550px;
    position: relative;
}
.secBnrBox .halfItem{
    width: 959px;
    position: absolute;
    left: calc(50% - 960px);
    top: 0;
}
.secBnrBox .halfItem:nth-child(2){
    left: auto;
    right: calc(50% - 960px);
}
.secCmnPremium + .secBnrBox{
    margin-top: 1px;
}
@media only screen and (max-width:1900px){
    .secBnrBox .halfBox{
        height: auto;
        display: flex;
    }
    .secBnrBox .halfItem{
        width: calc(50% - 1px);
        position: static;
        left: 0;
    }
    .secBnrBox .halfItem:nth-child(2){
        right: 0;
        margin-left: 2px;
    }
}
@media only screen and (max-width:767px){
    .secBnrBox{
        margin: 50px auto 1px;
    }
    .secBnrBox .halfItem{
        width: calc(50% - 0.5px);
    }
    .secBnrBox .halfItem:nth-child(2){
        right: 0;
        margin-left: 1px;
    }
}

/*-----------------------------------------------
	header
-----------------------------------------------*/
#header{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}
#header .headerWrapper{
    display: flex;
    align-items: center;
    position: relative;
}
#header .leftBox{
    display: flex;
    align-items: center;
}
#header .lineupIcon{
    display: block;
    margin-left: 20px;
}
/* rightBox */
#header .rightBox{
    width: 690px;
    margin-left: 15px;
}
#header .landBox{
    height: 45px;
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 0 0 4px 4px;
}
#header .landTit{
    font-size: 18px;
    font-weight: 700;
    width: calc(100% - 544px);
    text-align: center;
    letter-spacing: 1px;
    padding-left: 12px;
}
#header .landList{
    width: 544px;
    display: flex;
    position: relative;
}
#header .landList::after{
    position: absolute;
    content: "";
    width: 1px;
    height: 25px;
    background: rgba(0, 0, 0, 0.2);
    left: calc(50% - 0.1px);
    top: calc(50% - 12.5px);
}
#header .landItem{
    width: 50%;
    display: flex;
    align-items: center;
}
#header .landLink{
    width: 100%;
    display: flex;
    color: #099fe0;
    text-decoration: none;
    position: relative;
    padding-left: 14px;
}
#header .landItem:nth-child(2) .landLink{
    padding-left: 20px;
}
#header .landLink::after{
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    right: 32px;
    top: calc(50% - 10px);
    background: url(../img/common/iconBtnArrow.gif) center center / 5px auto no-repeat #444;
}
#header .landItem:nth-child(2) .landLink::after{
    right: 22px;
}
#header .landItem:nth-child(2) .landLink::after{
    right: 22px;
}
.isDesktopIpad #header .landLink::after{
    right: 20px;
    top: calc(50% - 8px);
}
.isDesktopIpad #header .landItem:nth-child(2) .landLink::after{
    right: 15px;
}
#header .landName{
    font-size: 14px;
    font-weight: 700;
    margin-left: 7px;
    margin: 4px 0 0 7px;
}
#header .landItem:nth-child(2) .landName{
    margin-top: 2px;
}
/* -----icon----- */
#header .icon{
    position: absolute;
    top:0;
    right: calc(50% - 695px);
}
@media only screen and (max-width:767px){
    #header{
        position: relative;
        width: 100%;
        background: #fff;
    }
    #header .headerWrapper{
        display: block;
        height: 50px;
        background: #fff;
        padding-top: 13px;
    }
    #header .leftBox{
        align-items: flex-start;
    }
    #header .logoIcon{
        width: 134px;
    }
    #header .lineupIcon{
        width: 108px;
        margin-left: 15px;
    }
    /* rightBox */
    #header .rightBox{
        display: none;
    }
    /* -----icon----- */
    #header .icon{
        display: none;
    }
}
@media only screen and (max-width:359px){
    #header .logoIcon{
        width: 124px;
    }
    #header .lineupIcon{
        width: 100px;
        margin-left: 10px;
    }
}
/* gNavi */
#gNavi{
    display: flex;
    margin-top: 17px;
}
#gNavi .naviItem{
    border-left: solid 1px rgba(255, 255, 255, 0.3);
    width: 138px;
}
#gNavi .naviLink{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    line-height: 1.53;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-align: center;
}
.isDesktopIpad #gNavi .naviLink{
    font-size: 10px;
}
#gNavi .naviItem:nth-child(2){
    width: 93px;
}
#gNavi .naviItem:nth-child(3){
    width: 80px;
}
#gNavi .naviItem:nth-child(4){
    width: 192px;
}
#gNavi .naviItem:nth-child(5){
    width: 186px;
}
#gNavi .naviItem:nth-child(n+4) .naviLink{
    justify-content: flex-start;
    padding-left: 20px;
    text-align: left;
}
.isDesktopIpad #gNavi .naviItem:nth-child(n+4) .naviLink{
    padding-left: 12px;
}
#gNavi .spanSmall{
    font-size: 12px;
    letter-spacing: normal;
}
.isDesktopIpad #gNavi .spanSmall{
    font-size: 10px;
}
#gNavi .naviItem:nth-child(4) .naviLink{
    background: url(../img/common/imgNavi01.png?251208) right 24px top 5px / 41px auto no-repeat;
}
#gNavi .naviItem:nth-child(5) .naviLink{
    background: url(../img/common/imgNavi02.png) right 0 top 4px / 38px auto no-repeat;
}
.isDesktopIpad #gNavi .naviItem:nth-child(5) .naviLink{
    background-size: 28px auto;
    background-position: right 0 top 12px;
}
/*-----------------------------------------------
	footer
-----------------------------------------------*/
#footer .bgFooter{
    background: #202124;
    padding: 148px 0 152px;
}
/* secFooterInfo */
.secFooterInfo .titEng{
    display: inline-block;
    position: relative;
}
.secFooterInfo .titEng::after{
    position: absolute;
    content: "";
    width: 10px;
    height: 1px;
    background: #fff;
    right: -20px;
    top: 6px;
}
.secFooterInfo .titInfo{
    font-size: 26px;
    color: #fff;
    margin-top: 12px;
    letter-spacing: 2px;
}
.secFooterInfo .infoList{
    display: flex;
    margin-top: 51px;
}
.secFooterInfo .infoItem{
    width: 29.6875%;
    margin-right: 5.46875%;
    border-radius: 3px;
    box-shadow: 0px 0px 4.75px 0.25px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    background: #fff;
}
.secFooterInfo .infoItem:last-child{
    margin-right: 0;
}
.secFooterInfo .img{
    display: block;
}
@media only screen and (max-width:767px){
    #footer .bgFooter{
        padding: 54px 0 46px;
    }
    /* secFooterInfo */
    .secFooterInfo .titEng{
        display: block;
        width: 236px;
        margin: 0 auto;
    }
    .secFooterInfo .titEng::after{
        display: none;
    }
    .secFooterInfo .titInfo{
        font-size: 15px;
        letter-spacing: 1.5px;
        text-align: center;
        margin-top: 13px;
    }
    .secFooterInfo .infoList{
        display: block;
        margin-top: 20px;
    }
    .secFooterInfo .infoItem{
        width: 100%;
        margin-right: 0;
        border-radius: 3px;
        box-shadow: none;
    }
    .secFooterInfo .infoItem:nth-child(n+2){
        margin-top: 15px;
    }
}
/* menuList */
#footer .secFooterInfo + .menuList{
    margin-top: 100px;
}
#footer .menuList{
    display: flex;
}
#footer .itemMain{
    width: 22.65625%;
    margin-right: 3.125%;
}
#footer .itemMain:last-child{
    margin-right: 0;
}
#footer .itemTit{
    font-size: 16px;
    padding-bottom: 29px;
    border-bottom:  solid 1px rgba(255, 255, 255, 0.20);
    letter-spacing: 1.5px;
    color: #fff;
} 
.isDesktopIpad #footer .itemTit{
    font-size: 12px;
} 
#footer .boxSubList{
    margin-top: 29px;
}
#footer .boxSubList +.boxSubList{
    margin-top: 18px;
}
#footer .subCover:nth-child(n+2){
    margin-top: 18px
}
#footer .linkSub{
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    letter-spacing: 0.75px;
    display: inline-block;
    white-space: nowrap;
    padding-left: 16px;
    position: relative;
}
#footer .linkSub::after{
    position: absolute;
    content: "";
    width: 10px;
    height: 1px;
    left: 0;
    top: 6px;
    background: #fff;
}
/* secTelList */
.secTelList{
    margin-top: 100px;
    display: flex;
}
.secTelList .telItem{
    width: 23.438%;
    margin-right: 1.5625%;
}
.isDesktopIpad .secTelList .telItem{
    width: 19.2%;
    margin-right: 1%;
}
.secTelList .telItem:last-child{
    margin-right: 0;
}
.secTelList .nameTxt{
    width: 100%;
    text-align: center;
    padding: 17px 0;
    border: solid 1px rgba(255, 255, 255, 0.20);
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1.5px;
}
.secTelList .telNum{
    font-size: 26px;
    text-align: center;
    margin-top: 19px;
    color: #fff;
    letter-spacing: 3px;
}
.secTelList .txtAddress{
    font-size: 11px;
    line-height: 2;
    color: #fff;
    text-align: center;
    margin-top: 18px;
    letter-spacing: 1.5px;
}
.secTelList .map{
    color: #fff;
}
.isDesktopIpad .secTelList .txtAddress{
    letter-spacing: normal;
    font-size: 10px;
}
@media only screen and (max-width:767px){
    /* menuList */
    #footer .secFooterInfo + .menuList{
        margin-top: 50px;
    }
    #footer .menuList{
        display: block;
    }
    #footer .itemMain{
        width: 100%;
        margin-right: 0;
        display: flex;
        flex-wrap: wrap;
    }
    #footer .itemMain:nth-child(n+2){
        margin-top: 12px;
    }
    #footer .itemTit{
        font-size: 15px;
        letter-spacing: 1px;
        padding: 0 0 20px;
        position: relative;
        width: 100%;
    } 
    #footer .boxSubList{
        margin-top: 19px;
        padding-bottom: 27px;
        width: 50%;
    }
    #footer .boxSubList +.boxSubList{
        margin-top: 19px;
    }
    #footer .subCover:nth-child(n+2){
        margin-top: 18px;
    }
    #footer .linkSub{
        padding-left: 15px;
        position: relative;
    }
    /* secTelList */
    .secTelList{
        display: none;
    }
}

#footer .footerUnderBox{
    margin-top: 121px;
    text-align: center;
}
#footer .uinderAddress{
    font-size: 14px;
    line-height: 2.14;
    color: #fff;
    font-weight: 700;
    margin-top: 20px;
    letter-spacing: 3px;
}
#footer .snsList{
    display: flex;
    justify-content: center;
    margin-top: 42px;
}
#footer .snsItem{
    background: #fff;
    border-radius: 50%;
    margin-right: 20px;
}
#footer .snsItem:last-child{
    margin-right: 0;
}
#footer .snsLink{
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 50%;
}
#footer .subLinkBox{
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
#footer .subLinkList{
    display: flex;
    justify-content: center;
}
#footer .subItem{
    position: relative;
}
#footer .subItem::after{
    position: absolute;
    content: "";
    width: 1px;
    height: 14px;
    right: 0;
    top: 1px;
    background: #fff;
}
#footer .subLinkList:last-child .subItem:last-child::after{
    display: none;
}
#footer .subInner{
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    padding: 0 20px;
    letter-spacing: 2px;
}
#footer .subInner.sitemap{
    letter-spacing: normal;
}
@media only screen and (max-width:767px){
    #footer .footerUnderBox{
        margin-top: 53px;
    }
    #footer .footerLogo{
        display: block;
        width: 223px;
        margin: 0 auto;
    }
    #footer .uinderAddress{
        font-size: 11px;
        line-height: 2.72;
        font-weight: 400;
        margin-top: 19px;
    }
    #footer .snsList{
        margin-top: 20px;
    }
    #footer .snsItem{
        margin-right: 15px;
    }
    #footer .snsLink{
        width: 48px;
        height: 48px;
    }
    #footer .snsLink img{
        width: 21px;
        height: auto;
    }
    #footer .subLinkBox{
        display: block;
        margin-top: 29px;
    }
    #footer .subLinkList{
        margin-top: 30px;
    }
    #footer .subLinkList:nth-child(2){
        margin-top: 15px;
    }
    #footer .subItem{
        position: relative;
    }
    #footer .subItem::after{
        height: 11px;
        top: 1px;
    }
    #footer .subItem:last-child::after{
        display: none;
    }
    #footer .subInner{
        font-size: 11px;
        padding: 0 15px;
        letter-spacing: 1px;
    }
    #footer .subInner.sitemap{
        letter-spacing: normal;
    }
}

/* copy */
#copy{
    font-size: 10px;
    text-align: center;
    margin-top: 80px;
    color: #fff;
    letter-spacing: 0.5px;
}
#copy .fCopy {
    font-family: Verdana,'Droid Sans';
}
@media only screen and (max-width:767px){
    #copy{
        font-size: 10px;
        margin-top: 62px;
    }
    
}
/*-----------------------------------------------
	btnNavi
-----------------------------------------------*/
#btnNavi {
    width:120px;
    height:120px;
    display: flex;
    align-items: center;
    background: #099fe0;
    position: absolute;
    right: 60px;
    top: 0;
    border-radius: 0 0 4px 4px;
    overflow: hidden;
}
#btnNavi a{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
    text-decoration: none;
    width: 100%;
    height: 100%;
    color: #fff;
}
#btnNavi.naviOpen a{
    color:#000;
}
#btnNavi.naviOpen{
    top:0;
}
#btnNavi .border{
	width: 26px;
	height: 21px;
	position: relative;
	padding-top: 10px;
}
#btnNavi .border .inner,
#btnNavi .border .inner::before,
#btnNavi .border .inner::after{
	display: block;
	width: 26px;
	height: 1px;
	background: #fff;
    left:0;
    right:0;
    margin: auto;
}
#btnNavi .border .inner::before,#btnNavi .border .inner::after{
	content: '';
	position: absolute;
	transition: all 0.4s ease-out;
    top: 0;
    left: 0;
}
#btnNavi .border .inner::after{
    top: auto;
    bottom: 0;
}
#btnNavi .txt{
	margin-top: 12px;
}
/* naviOpen */
#btnNavi:not(.naviOpen) a .txtClose,
#btnNavi.naviOpen .txtMenu{
    display: none;
}
#btnNavi.naviOpen .border .inner{
    width: 0;
    height: 0;
}
#btnNavi.naviOpen .border .inner::before {
    transform: translateY(10px) rotate(-45deg);
}
#btnNavi.naviOpen .border .inner::after {
    transform: translateY(-10px) rotate(45deg);
}
@media only screen and (max-width:767px){
    #btnNavi {
        width: 60px;
        height: 60px;
        right: -4vw;
        border-radius: 0 0 0 4px;
    }
    #btnNavi .border{
        width: 18px;
        height: 13px;
        padding-top: 6px;
    }
    #btnNavi a{
        padding-top: 2px;
    }
    #btnNavi .border .inner,
    #btnNavi .border .inner::before,
    #btnNavi .border .inner::after{
        width: 18px;
        height: 1px;
    }
    #btnNavi .txt{
        margin-top: 2px;
    }
    #btnNavi .txt img{
        height: 7px;
        width: auto;
        margin: 0 auto;
    }
    #btnNavi.naviOpen .border .inner::before {
        transform: translateY(6px) rotate(-45deg);
    }
    #btnNavi.naviOpen .border .inner::after {
        transform: translateY(-6px) rotate(45deg);
    }
}

/* menu */
#menu{
    background: #202124;
    display: none;
    position: relative;
    z-index: 9998;
    width: 100%;
    min-width: 1400px;
    overflow: hidden;
    margin: 0 0 0 auto;
    min-height: 100vh;
    padding: 228px 0 100px;
}
#menu .menuList{
    display: flex;
}
#menu .itemMain{
    width: 22.65625%;
    margin-right: 3.125%;
}
#menu .itemMain:last-child{
    margin-right: 0;
}
#menu .itemTit{
    font-size: 20px;
    line-height: 1.6;
    padding-bottom: 14px;
    border-bottom:  solid 1px rgba(255, 255, 255, 0.20);
    letter-spacing: 1.5px;
    color: #fff;
    height: 79px;
    display: flex;
    align-items: flex-end;
} 
#menu .boxSubList{
    margin-top: 30px;
}
#menu .subCover:nth-child(n+2){
    margin-top: 34px
}
#menu .linkSub{
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    letter-spacing: 0.75px;
    display: inline-block;
    white-space: nowrap;
    padding-left: 16px;
    position: relative;
}
#menu .linkSub::after{
    position: absolute;
    content: "";
    width: 10px;
    height: 1px;
    left: 0;
    top: 8px;
    background: #fff;
}
#menu .snsList{
    display: flex;
    margin-top: 100px;
}
#menu .snsItem{
    background: #fff;
    border-radius: 50%;
    margin-right: 20px;
}
#menu .snsItem:last-child{
    margin-right: 0;
}
#menu .snsLink{
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 50%;
}
#menu .subLinkBox{
    display: flex;
    margin-top: 50px;
}
#menu .subLinkList{
    display: flex;
}
#menu .subItem{
    position: relative;
}
#menu .subItem::after{
    position: absolute;
    content: "";
    width: 1px;
    height: 14px;
    right: 0;
    top: 1px;
    background: #fff;
}
#menu .subLinkList:last-child .subItem:last-child::after{
    display: none;
}
#menu .subInner{
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    padding: 0 20px;
    letter-spacing: 2px;
}
#menu .subLinkList:first-child .subItem:first-child .subInner {
    padding-left: 0;
}
#menu .subInner.sitemap{
    letter-spacing: normal;
}
@media only screen and (max-width:767px){
    #menu{
        padding: 20px 0 70px;
        min-width: 0;
    }
    #menu .menuList{
        display: block;
    }
    #menu .itemMain{
        width: 100%;
        margin-right: 0;
    }
    #menu .itemTit{
        font-size: 15px;
        line-height: 1.5;
        padding-bottom: 13px;
        letter-spacing: 1px;
        height: auto;
        display: block;
        padding: 15px 4%;
        position: relative;
    } 
    #menu .itemTit::before,#menu .itemTit::after{
        position: absolute;
        content: "";
        background: #fff;
    }
    #menu .itemTit::before{
        width: 15px;
        height: 1px;
        right: 15px;
        top: calc(50% - 0.5px);
    }
    #menu .itemTit::after{
        width: 1px;
        height: 15px;
        right: 22px;
        top: calc(50% - 7.5px);
    }
    #menu .itemTit.on::after{
        display: none;
    }
    #menu .boxSubList{
        margin-top: 0;
        display: none;
    }
    #menu .subCover{
        border-bottom: solid 1px rgba(255, 255, 255, 0.20);
    }
    #menu .subCover:nth-child(n+2){
        margin-top: 0;
    }
    #menu .linkSub{
        font-size: 13px;
        color: #fff;
        text-decoration: none;
        letter-spacing: 0.75px;
        display: inline-block;
        white-space: nowrap;
        position: relative;
        padding: 19px 8% 20px;
        width: 100%;
    }
    #menu .linkSub::after{
        display: none;
    }
    /* snsList */
    #menu .snsList{
        margin-top: 40px;
        justify-content: center;
    }
    #menu .subLinkBox{
        margin-top: 50px;
    }
    /* subLinkList */
    #menu .subLinkBox{
        display: block;
        margin-top: 39px;
    }
    #menu .subLinkList{
        margin-top: 30px;
        justify-content: center;
    }
    #menu .subLinkList:nth-child(2){
        margin-top: 15px;
    }
    #menu .subItem{
        position: relative;
    }
    #menu .subItem::after{
        height: 13px;
        top: 1px;
    }
    #menu .subItem:last-child::after{
        display: none;
    }
    #menu .subInner{
        font-size: 13px;
        padding: 0 20px;
        letter-spacing: 1.5px;
    }
    #menu .subInner.sitemap{
        letter-spacing: normal;
    }
    #menu .subItem:first-child .subInner{
        padding-left: 0;
    }
    #menu .subItem:last-child .subInner{
        padding-right: 0;
    }
    /* btnClose */
    #menu .btnClose{
        width: 285px;
        height: 44px;
        border: solid 1px #fff;
        font-size: 13px;
        color: #fff;
        margin: 40px auto 0;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 22px;
    }
    #menu .iconClose{
        position: relative;
        padding-left: 20px;
    }
    #menu .iconClose::before,#menu .iconClose::after{
        position: absolute;
        content: "";
        width: 14px;
        height: 1px;
        background: #fff;
        top: 6px;
        left: 0;
    }
    #menu .iconClose::before{
        transform: rotate(-45deg);
    }
    #menu .iconClose::after{
        transform: rotate(45deg);
    }
}

/* secCmnIndexPager */
.secCmnIndexPager{
    margin-top: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.secCmnIndexPager .boxList{
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
}
.secCmnIndexPager .btn{
    min-width: 50px;
    height: 50px;
    text-align: center;
    background: #ffffff;
    margin: 5px 4.5px 0;
}
.secCmnIndexPager .btn + .btn{
    border-left: none;
}
.secCmnIndexPager .inner{
    font-size: 15px;
    color: #000;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #fff;
    border: solid 1px #eaeaea;
}
.secCmnIndexPager .on .inner{
    background: #1f2126;
    color: #fff;
    border: none;
}
.secCmnIndexPager .dots{
    border: 0;
    background: transparent;
    display: block;
    height: 30px;
    padding: 6px 0;
    margin: 0 10px;
    font-size: 20px;
    color: #000;
    box-shadow: none;
}
.secCmnIndexPager .btnPrev .inner,
.secCmnIndexPager .btnNext .inner{
    width: 50px;
    height: 50px;
    text-align: center;
    position: relative;
    background: #ffffff;
    flex-shrink: 0;
    display: block;
    border: solid 1px #eaeaea;
}
.secCmnIndexPager .btnPrev{
    margin-right: 25px;
    margin-top: 5px;
}
.secCmnIndexPager .btnNext{
    margin-left: 25px;
    margin-top: 5px;
}
.secCmnIndexPager .btnPrev .inner,
.secCmnIndexPager .btnNext .inner{
    position: relative;
}
.secCmnIndexPager .btnPrev .inner.lazyloaded{
	background: url(../img/common/iconPagerArrow01.gif) center center / 7px auto no-repeat #ffffff;
}
.secCmnIndexPager .btnNext .inner.lazyloaded{
	background: url(../img/common/iconPagerArrow02.gif) center center / 7px auto no-repeat #ffffff;
}
.secCmnIndexPager .btnPrev.none,.secCmnIndexPager .btnNext.none{
    display: none;
}
@media only screen and (max-width:767px){
    .secCmnIndexPager{
        margin-top: 30px;
    }
    .secCmnIndexPager .btnPrev .inner, .secCmnIndexPager .btnNext .inner {
        width: 35px;
		height: 35px;
    }
	.secCmnIndexPager .btn{
		min-width: 35px;
		height: 35px;
		text-align: center;
        margin: 5px 2.5px 0;
	}
	.secCmnIndexPager .inner{
		font-size: 12px;
	}
    .secCmnIndexPager .dots{
        margin: 0;
        font-size: 12px;
        padding: 10px 0;
    }
    .secCmnIndexPager .btnPrev .inner,
    .secCmnIndexPager .btnNext .inner{
        width: 35px;
        height: 35px;
    }
    .secCmnIndexPager .btnPrev{
        margin-right: 7.5px;
    }
    .secCmnIndexPager .btnNext{
        margin-left: 7.5px;
    }
    .secCmnIndexPager .btnPrev .inner.lazyloaded{
        background: url(../img/common/iconPagerArrow01_sp.gif) center center / 5px auto no-repeat #ffffff;
    }
    .secCmnIndexPager .btnNext .inner.lazyloaded{
        background: url(../img/common/iconPagerArrow02_sp.gif) center center / 5px auto no-repeat #ffffff;
    }
}

/* secCmnPremium */
.secCmnPremium{
    height: 1444px;
    padding: 157px 0 100px;
}
.secCmnPremium.lazyloaded{
    background: url(../img/common/bgPremium.jpg) center top / cover;
}
.secCmnPremium .topFlex{
    display: flex;
    justify-content: space-between;
}
.secCmnPremium .topFlex.solo{
    justify-content: center;
}
.secCmnPremium .leftBox{
    margin-top: 32px;
}
.secCmnPremium .premList{
    margin-top: 60px;
    display: flex;
    flex-wrap: nowrap;
}
.secCmnPremium .premItem{
    position: relative;
    width: 29.6875%;
    margin-right: 5.46875%;
}
.secCmnPremium .premItem:last-child{
    margin-right: 0;
}
.secCmnPremium .meritoImg{
    position: absolute;
    top: -26px;
    left: calc(50% - 62px);
}
.secCmnPremium .img{
    overflow: hidden;
    border-radius: 3px;
}
.secCmnPremium .imgTxt{
    font-size: 30px;
    letter-spacing: 4px;
    line-height: 1.6;
    color: #fff;
    text-align: center;
    margin-top: 22px;
}
.secCmnPremium .vipBox{
    display: flex;
    align-items: center;
    margin-top: 25px;
    background: #ddce5e;
    border-radius: 3px;
    padding: 15px 15px 15px 20px;
}
.secCmnPremium .vipTit{
    font-size: 22px;
    line-height: 1.27;
    width: calc(100% - 155px);
}
.secCmnPremium .subVip{
    font-size: 20px;
}
.secCmnPremium .nmberBox{
    width: 155px;
} 
.secCmnPremium .numTxt{
    font-size: 70px;
    color: #fff;
    font-weight: bold;
    display: flex;
}
.secCmnPremium .bgAbu{
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 75px;
    height: 90px;
    z-index: 1;
}
.secCmnPremium .bgAbu::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #262523;
    border-radius: 6px;
    top: 0;
    left: 0;
    z-index: -2;
}
.secCmnPremium .bgAbu::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    left: 0;
    top: 50%;
    z-index: -1;
}
.secCmnPremium .numTxt .bgAbu:nth-child(n+2){
    margin-left: 5px;
}
.secCmnPremium .pointList{
    margin-top: 25px;
    display: flex;
}
.secCmnPremium .pointItem{
    width: 31.579%;
    margin-right: 2.6315%;
    box-shadow: 0px 0px 4.75px 0.25px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
}
.secCmnPremium .pointItem:last-child{
    margin-right: 0;
}
.secCmnPremium .txtBox{
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 38px auto 0;
    border: solid 5px #fff;
}
.secCmnPremium .txt{
    font-size: 23px;
    color: #fff;
}
.secCmnPremium .btnList{
    margin-top: 40px;
    display: flex;
}
.secCmnPremium .btnItem{
    width: 48.4375%;
    margin-right: 3.125%;
}
.secCmnPremium .btnItem:nth-child(2){
    margin-right: 0;
}
.secCmnPremium .btnInner{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 60px;
    background: #ddce5e;
    height: 120px;
    text-decoration: none;
    color: #262523;
    text-align: center;
    position: relative;
}
.secCmnPremium .btnInner::after{
    position: absolute;
    content: "";
    width: 72px;
    height: 79px;
    right: 83px;
    top: -10px;
}
.secCmnPremium .btnInner.lazyloaded::after{
    background: url(../img/common/iconBtn.png) center top / cover;
}
.secCmnPremium .btnItem:nth-child(2) .btnInner::after{
    right: 30px;
}
.secCmnPremium .btnItem:nth-child(2) .btnInner{
    background: #dd5e82;
    color: #fff;
}
.secCmnPremium .btnTit{
    font-size: 17px;
}
.secCmnPremium .btnTxt{
    font-size: 28px;
    margin-top: 7px;
    letter-spacing: 0.5px;
}
@media only screen and (max-width:767px){
    .secCmnPremium{
        height: auto;
        padding: 50px 0 29px;
    }
    .secCmnPremium.lazyloaded{
        background: url(../img/common/bgPremium_sp.jpg) center top / cover;
    }
    .secCmnPremium .topFlex{
        display: block;
    }
    .secCmnPremium .leftBox{
        width: 95.073%;
        margin: 0 auto;
    }
    .secCmnPremium .rightBox{
        width: 95.653%;
        margin: 26px auto 0;
    }
    .secCmnPremium .premList{
        margin-top: 60px;
        display: block;
    }
    .secCmnPremium .premItem{
        width: 94.203%;
        border: solid 5px #ddce5e;
        border-radius: 5px;
        margin: 0 auto;
    }
    .secCmnPremium .premItem:last-child{
        margin: 0 auto;
    }
    .secCmnPremium .premItem:nth-child(n+2){
        margin-top: 45px;
    }
    .secCmnPremium .meritoImg{
        width: 124px;
        top: -30px;
        left: calc(50% - 62px);
    }
    .secCmnPremium .flexBox{
        padding: 10px 10px 10px;
        display: flex;
        align-items: center;
    }
    .secCmnPremium .img{
        width: 120px;
        border-radius: 2px;
    }
    .secCmnPremium .imgTxt{
        font-size: 17px;
        letter-spacing: 1px;
        line-height: 1.53;
        text-align: left;
        margin-top: 0;
        width: calc(100% - 120px);
        padding-left: 13px;
    }
    .secCmnPremium .vipBox{
        position: relative;
        display: flex;
        align-items: center;
        margin-top: 0;
        background: #ddce5e;
        border-radius: 0;
        padding: 4px 105px 0 10px;
        height: 46px;
    }
    .secCmnPremium .vipTit{
        font-size: 14px;
        line-height: 1.42;
        width: 100%;
    }
    .secCmnPremium .subVip{
        font-size: 14px;
    }
    .secCmnPremium .nmberBox{
        position: absolute;
        right: 5px;
        bottom: 0;
        width: auto;
        background: #ddce5e;
        border-radius: 8px 8px 0 0;
        padding: 5px;
    } 
    .secCmnPremium .numTxt{
        font-size: 48px;
    }
    .secCmnPremium .bgAbu{
        width: 42px;
        height: 62px;
        z-index: 1;
    }
    .secCmnPremium .numTxt .bgAbu:nth-child(n+2){
        margin-left: 3px;
    }
    .secCmnPremium .pointBox{
        background: #ddce5e;
        height: 46px;
        position: relative;
    }
    .secCmnPremium .pointList{
        margin-top: 0;
        justify-content: center;
    }
    .secCmnPremium .pointItem{
        max-width: 96px;
        width: 30.477%;
        margin-right: 2.54%;
        margin-top: -11px;
    }
    .secCmnPremium .pointItem:last-child{
        margin-right: 0;
    }
    .secCmnPremium .txtBox{
        height: auto;
        margin: 22px auto 0;
        border: solid 3px #fff;
        width: 94.203%;
        padding: 12px 10px;
    }
    .secCmnPremium .txt{
        font-size: 15px;
        line-height: 1.67;
    }
    .secCmnPremium .btnList{
        margin-top: 30px;
        display: block;
    }
    .secCmnPremium .btnItem{
        width: 94.203%;
        margin: 0 auto;
    }
    .secCmnPremium .btnItem:nth-child(2){
        margin: 30px auto 0;
    }
    .secCmnPremium .btnInner{
        border-radius: 40px;
        height: 80px;
        padding-bottom: 3px;
    }
    .secCmnPremium .btnInner::after{
        width: 45px;
        height: 49px;
        right: 8px;
        top: -20px;
    }
    .secCmnPremium .btnItem:nth-child(2) .btnInner::after{
        right: 8px;
    }
    .secCmnPremium .btnTit{
        font-size: 13px;
    }
    .secCmnPremium .btnTxt{
        font-size: 20px;
        margin-top: 8px;
        letter-spacing: -0.3px;
    }
}
@media only screen and (max-width:374px){
    .secCmnPremium .vipTit{
        font-size: 13px;
    }
    .secCmnPremium .subVip{
        font-size: 13px;
    }
    .secCmnPremium .imgTxt{
        font-size: 16px;
        letter-spacing: normal;
    }
    .secCmnPremium .txt{
        font-size: 14px;
    }
    .secCmnPremium .btnTxt{
        font-size: 18px;
        letter-spacing: normal;
    }
}
@media only screen and (max-width:359px){
    .secCmnPremium .vipTit{
        font-size: 11px;
    }
    .secCmnPremium .subVip{
        font-size: 11px;
    }
    .secCmnPremium .img{
        width: 100px;
    }
    .secCmnPremium .imgTxt{
        width: calc(100% - 100px);
        font-size: 14.5px;
    }
    .secCmnPremium .flexBox{
        padding: 15px 10px 15px;
    }
    .secCmnPremium .btnTxt{
        font-size: 16px;
    }
    .secCmnPremium .btnTit{
        font-size: 11px;
    }
}