.header-menu {
    margin-left:-10px !important;
}
body,
html {
    height: 100%;
    margin: 0 auto;
}

/*PCでは無効（改行しない）*/
.sp-brake{
    display: none;
}

/*スマートフォンでは有効（改行する）*/
@media screen and (max-width:768px) {
    .sp-brake{
        display: block;
    }
}

/*--一部省略--*/
/*--固定背景の設定--*/
.p-lp,
.p-lp2 {
    margin: 0 -10px;
}

.p-lp div {
    box-sizing: border-box;
    color: #FFF;
    font-size: 5rem;
    /*display: flex;*/
    align-items: center;
    justify-content: center;
    /*height: 100%;*/
    height: 750px;
    padding: 5%;
}
@media screen and (min-width: 737px) {
    .p-lp div {
        height: 1500px;
    }
}


h2 {
    font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif !important;
    font-style: bold !important;
}

.cd-fixed-bg {
    position: relative;
    min-height: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center bottom;
    z-index: 2;
}

/*--固定背景01--*/
.cd-fixed-bg.cd-bg-1  {
    background-image: url('../img/lp/pc01.jpg') ;
}

/*--固定背景02--*/
.cd-fixed-bg.cd-bg-2  {
    background-image: url('../img/lp/pc02.jpg');
}

/*--固定背景03--*/
.cd-fixed-bg.cd-bg-3  {
    background-image: url('../img/lp/pc03.jpg');
}

/*--固定背景04--*/
.cd-fixed-bg.cd-bg-4  {
    background-image: url('../img/lp/pc04.jpg');
}

.lp-jp-title {
    font-size: 64px !important;
    line-height: 84px !important;
    display: block;
    margin-top: 750px !important;
}
.lp-jp-sub-title {
    margin-top: 32px;
    font-size: 32px !important;
    line-height: 54px !important;
    display: block;
}


@media screen and (max-width: 736px) {
    .lp-jp-title {
        font-size: 32px !important;
        line-height: 42px !important;
        margin-top: 350px !important;
    }
    .lp-jp-sub-title {
        margin-top: 16px;
        font-size: 16px !important;
        line-height: 27px !important;
    }
}


/*ios用*/
@media screen and (max-width: 736px) {
    .cd-fixed-bg {
        background-size: cover;
        background-attachment: scroll;
    }
}


.p-lp2 {
    padding: 20px;
}
.p-lp2 h3 {
    font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif !important;
    font-size: 48px;
}
.p-lp2 h4 {
    font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif !important;
    font-size: 32px;
}
.p-lp2 p{
    padding: 12px 0 0;
    font-size: 18px;
}

@media screen and (max-width: 736px) {
    .p-lp2 h3  {
        font-size: 24px !important;
    }
    .p-lp2 h4 {
        font-size: 16px !important;
    }
    .p-lp2 p{
        font-size: 16px;
    }
}
