@charset "utf-8";
/* -- reset -- */
#lpCnt ::before,#lpCnt ::after {
    box-sizing: border-box;
    border-style: solid;
    border-width: 0;
}
#lpCnt p,#lpCnt table,#lpCnt blockquote,#lpCnt address,#lpCnt pre,#lpCnt iframe,#lpCnt form,#lpCnt figure,#lpCnt dl,#lpCnt h1,#lpCnt h2,#lpCnt h3,#lpCnt h4,#lpCnt h5,#lpCnt h6 {
    margin: 0;
    box-sizing: border-box;
}
#lpCnt ul,#lpCnt ol,#lpCnt dd {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
}
#lpCnt img {
    vertical-align: bottom;
    width: 100%;
    height: auto;
}
#lpCnt video {
    width: 100%;
}


/* -- メイン外の設定 -- */
/* 全画面表示させたい要素に下記を適用 */
body {
    overflow-x: hidden;
}
#lpCnt {
    position: relative;
    left: -50vw;
    margin-left: 50%;
    width: 100vw;
}

/*
    lpCnt
*/
#lpCnt {
    font-family: 'Meiryo UI', Meiryo, メイリオ,s sans-serif;
    font-size: 16px;
    line-height: 2;
    color: #050000;
    padding-bottom: 100px;
}
@media screen and ( max-width: 900px ) {
    #lpCnt {
        font-size: 14px;
        padding-bottom: 0;
    }
}

/* -- inner -- */
#lpCnt .inner {
    margin: 0 auto;
    width: 100%;
    max-width: 1024px;
}
@media screen and ( max-width: 1054px ) {
    #lpCnt .inner {
        margin: 0 15px;
        width: auto;
    }
}


/*
    tag
*/
#lpCnt a {
    color: #000;
    text-decoration: none;
    transition: opacity 0.6s;
}
@media screen and ( min-width: 901px ) {
    #lpCnt a:hover {
        opacity: 0.6;
    }
}


/*
    common
*/
/* -- hide -- */
@media screen and ( min-width: 901px ) {
    .pc_hide { display: none!important; }
}
@media screen and ( max-width: 900px ) {
    .sp_hide { display: none!important; }
}


/*
    contents
*/
/* -- tabBox -- */
#lpCnt .tabBox .tit {
    font-family: "finalsix", sans-serif;
    font-size: 20px;
    line-height: 1;
    text-align: center;
    margin-top: 15px;
}
/* - tabBox_btn01 - */
#lpCnt .tabBox_btn01 {
    font-family: "finalsix", sans-serif;
    font-size: 28px;
    line-height: 1;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#lpCnt .tabBox_btn01 > * {
    transition: opacity .6s;
}
#lpCnt .tabBox_btn01 > *:not(:last-child)::after {
    margin: 0 20px;
    content: " / ";
}
/* act */
#lpCnt .tabBox_btn01 > *:not(.act) {
    opacity: .3;
}
/* - tabBox_cnt - */
#lpCnt .tabBox_cnt {
    margin-top: 60px;
}
#lpCnt .tabBox_cnt > :not(:last-child) {
    display: none;
}
/* - tabBox_btn02 - */
#lpCnt .tabBox_btn02 {
    font-family: "finalsix", sans-serif;
    font-size: 18px;
    line-height: 1;
    text-align: right;
    margin-top: 60px;
}
#lpCnt .tabBox_btn02 a::after {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-left: 7px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #050000;
    border-right: 2px solid #050000;
    content: "";
    transform: rotate(45deg);
}
/* act */
#lpCnt .tabBox_btn02 > *.act {
    display: none;
}
@media screen and ( max-width: 900px ) {
    #lpCnt .tabBox .tit {
        font-size: 17px;
        margin-top: 10px;
    }
    /* - tabBox_btn01 - */
    #lpCnt .tabBox_btn01 {
        font-size: 26px;
    }
    #lpCnt .tabBox_btn01 > *:not(:last-child)::after {
        margin: 0 20px 0 13px;
    }
    /* - tabBox_cnt - */
    #lpCnt .tabBox_cnt {
        margin-top: 40px;
    }
    /* - tabBox_btn02 - */
    #lpCnt .tabBox_btn02 {
        font-size: 16px;
        margin-top: 40px;
    }
    #lpCnt .tabBox_btn02 a::after {
        top: -1px;
        width: 6px;
        height: 6px;
    }
}

/* -- itemBox --*/
#lpCnt .itemBox {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -30px;
}
#lpCnt .itemBox > * {
    margin-bottom: 30px;
}
@media screen and ( min-width: 901px ) {
    #lpCnt .itemBox > * {
        width: calc((100% - 60px) / 3);
    }
    #lpCnt .itemBox > *:not(:nth-child(3n)) {
        margin-right: 30px;
    }
}
@media screen and ( max-width: 900px ) {
    #lpCnt .itemBox {
        margin-bottom: -15px;
    }
    #lpCnt .itemBox > * {
        margin-bottom: 15px;
        width: calc((100% - 15px) / 2);
    }
    #lpCnt .order1,
    #lpCnt .order3,
    #lpCnt .order5,
    #lpCnt .order7,
    #lpCnt .order9,
    #lpCnt .order11,
    #lpCnt .order13,
    #lpCnt .order15,
    #lpCnt .order17 {
        margin-right: 15px;
    }
    #lpCnt .order1 { order: 1; }
    #lpCnt .order2 { order: 2; }
    #lpCnt .order3 { order: 3; }
    #lpCnt .order4 { order: 4; }
    #lpCnt .order5 { order: 5; }
    #lpCnt .order6 { order: 6; }
    #lpCnt .order7 { order: 7; }
    #lpCnt .order8 { order: 8; }
    #lpCnt .order9 { order: 9; }
    #lpCnt .order10 { order: 10; }
    #lpCnt .order11 { order: 11; }
    #lpCnt .order12 { order: 12; }
    #lpCnt .order13 { order: 13; }
    #lpCnt .order14 { order: 14; }
    #lpCnt .order15 { order: 15; }
    #lpCnt .order16 { order: 16; }
    #lpCnt .order17 { order: 17; }
    #lpCnt .order18 { order: 18; }
}

/* -- pulldown --*/
#lpCnt .pulldown dt a {
    display: block;
}
#lpCnt .pulldown dd {
    font-size: 12px;
    line-height: 1.66;
    letter-spacing: .05em;
    display: none;
    padding: 6px 0 0;
}
#lpCnt .pulldown dd .txt {
    margin-top: 3px;
}
@media screen and ( max-width: 900px ) {
    #lpCnt .pulldown dd {
        font-size: 10px;
    }
}



/*
    js
*/
/* -- 'inview' フェードプラグイン -- */
/* フェードアップ */
#lpCnt .fade {   
    opacity: 0;
    transition: opacity 0.6s, transform 0.6s;
}
#lpCnt .on.fade{
    opacity: 1;
    transform: translateY(0);
}