@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 {
    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;
}

#MainContent {
    overflow: hidden;
}

#lpCnt {
    position: relative;
    left: -50vw;
    margin-left: 50%;
    width: 100vw;
}

/*
    lpCnt
*/
#lpCnt {
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 2.07;
    color: #535353;
    padding-bottom: 100px;
}

/* -- inner -- */
#lpCnt .inner {
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
}

@media screen and (max-width: 1150px) {
    #lpCnt .inner {
        padding: 0 4vw;
        width: auto;
    }
}

/*
    tag
*/
#lpCnt a {
    color: #4a433c;
    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: 768px) {
    .pc_hide {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    .sp_hide {
        display: none !important;
    }
}

@media screen and (min-width: 601px) {
    .mvBox .pc_hide {
        display: none !important;
    }

    .mvBox .sp_hide {
        display: block !important;
    }
}

@media screen and (max-width: 600px) {
    .mvBox .pc_hide {
        display: block !important;
    }

    .mvBox .sp_hide {
        display: none !important;
    }
}



/* -- catchBox -- */
#lpCnt .catchBox {
    padding: 115px 0 0;
}

#lpCnt .catchBox .txtCnt {
    font-size: 14px;
    line-height: 1.93;
    letter-spacing: .06em;
    font-weight: 500;
    color: #535353;
    text-align: center;
}

#lpCnt .catchBox .tit {
    margin: 0 auto 25px;
    font-family: "Noto Serif JP", serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.06em;
    color: #3d4676;
}

/* -- itemBox -- */
#lpCnt .itemBox {
    margin-bottom: 40px;
    padding: 75px 0 120px;
}

#lpCnt .itemBox .secTit {
    margin: 0 auto 10px;
    font-family: "Gautreaux", serif;
    font-weight: 500;
    font-size: 52px;
    line-height: 1.5;
    color: #3d4676;
    text-align: center;
}



#lpCnt .itemBox .txtCnt .txt {
    font-size: 14px;
    letter-spacing: .06em;
    text-align: center;
    font-weight: 500;
}

#lpCnt .itemBox .flex_box {
    display: flex;
}

#lpCnt .itemBox .cnt01 {
    margin: 0 auto 100px;
    text-align: center;
}

#lpCnt .itemBox .cnt01 .img {
    width: 580px;
    max-width: 58%;
    margin: 0 auto 30px;
}

#lpCnt .itemBox .cnt01 .img_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
    max-width: 500px;
}

#lpCnt .itemBox .cnt01 .img_box01 {
    margin-top: 58px;
}

#lpCnt .itemBox .cnt01 .img_box01 .img {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 12px;
}

#lpCnt .itemBox .cnt01 .img_box02 {
    row-gap: 60px;
}

#lpCnt .itemBox .cnt01 .img_box02 .img {
    width: 300px;
    max-width: unset;
    margin: 0;
}

#lpCnt .itemBox .cnt01 .img_box02 .img01 {
    margin-right: 30px;
}

#lpCnt .itemBox .cnt01 .img_box02 .img02 {
    margin-left: 50px;
}

#lpCnt .itemBox .cnt02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    column-gap: 6%;
    row-gap: 100px;

}

#lpCnt .itemBox .cnt02 .row {
    width: 47%;
}

#lpCnt .itemBox .cnt02 .row-wide {
    width: 58%;
}


#lpCnt .itemBox .coordinate_tit {
    margin: 0 auto 32px;
    font-family: "Gautreaux", serif;
    font-weight: 500;
    font-size: 38px;
    letter-spacing: 0;
    line-height: 2.1;
    color: #535353;
    text-align: center;
}

#lpCnt .itemBox .cnt02 .img {
    margin-bottom: 20px;
}

#lpCnt .itemBox .cnt02 .txtCnt .txt {
    letter-spacing: 0.02em;
}

#lpCnt .itemBox .detail {
    width: 670px;
    max-width: 80%;
    margin: 70px auto 0;
    text-align: center;
    position: relative;
}

#lpCnt .itemBox .detail .tit {
    margin: 0;
    font-family: "Gautreaux", serif;
    font-weight: 500;
    font-size: 42px;
    color: #3d4676;
    margin-bottom: 12px;
    margin-right: 20px;
}


#lpCnt .itemBox .detail .imgArea {
    width: 100%;
    margin: 0 auto 45px;
    display: flex;
    column-gap: 10%;
}

#lpCnt .itemBox .detail .imgArea .img {
    width: 45%;
    height: 100%;
    display: block;
}

#lpCnt .itemBox .detail .imgArea .img:nth-child(2) {
    margin-top: 7%;
    width: 40%;
}

#lpCnt .itemBox .detail .txtCnt {
    margin-top: 14px;
}

#lpCnt .itemBox .detail .txtCnt .txt {
    line-height: 2;
}

#lpCnt #sec01 {
    padding: 88px 0 0;
    margin-bottom: 0;
}

#lpCnt #sec01 .secTit {
    margin-bottom: 26px;
    color: #535353;
    margin-right: 30px;
        letter-spacing: 0;
}

#lpCnt #sec01 .cnt01 {
    margin: 0 auto 91px;
}

#lpCnt #sec01 .detail .tit {
    color: #535353;
}

#lpCnt #sec02 {
    margin-bottom: 14px;
    padding: 66px 0 77px;
    background: #d2d5db;
}

#lpCnt #sec02 .detail .secTit {
    margin-bottom: 5px;
}

#lpCnt #sec02 .cnt01 {
    margin-top: 50px;
    margin-bottom: 0px;
}

#lpCnt #sec03 {
    margin-bottom: 0px;
    padding: 75px 0 80px;
}

#lpCnt #sec03 .secTit {
    margin-bottom: 24px;
}

#lpCnt #sec03 .cnt01 {
    margin-bottom: 70px;
}

#lpCnt #sec03 .detail .imgArea {
    margin-bottom: 67px;
}

#lpCnt #sec03 .detail .imgArea .img03,
#lpCnt #sec03 .detail .imgArea .img04 {
    margin-bottom: 10px;
}

#lpCnt #sec03 .detail .tit {
    margin-bottom: 10px;
}

#lpCnt #sec03 .cnt02 .tit {
    margin-bottom: 26px;
}

#lpCnt #sec05 .cnt02 .lpPrice {
    margin-top: 30px;
}

#lpCnt #sec03 .detail .txtCnt .txt,
#lpCnt #sec03 .detail .txtCnt .txt,
#lpCnt #sec03 .cnt02 .txtCnt .txt {
    text-align: left;
}

#lpCnt #sec03 .cnt02 .txtCnt .txt {
    margin-bottom: 26px;

}


#lpCnt #sec04 {
    background: #d2d5db;
    margin-bottom: 0;
    padding: 65px 0 4px;
}

#lpCnt #sec04 .secTit {
    margin-bottom: 25px;
}

#lpCnt #sec04 .cnt01 {
    margin: 0 auto 73px;
}

#lpCnt #sec05 {
    padding: 84px 0 0;
}

#lpCnt #sec05 .detail {
    width: 100%;
    max-width: unset;
    row-gap: 0;
}

#lpCnt #sec05 .detail {
    margin: 50px auto 0;
}

#lpCnt #sec05 .detail .imgArea {
    column-gap: 0;
}

#lpCnt #sec05 .detail .img03 {
    width: 58%;
}

#lpCnt #sec05 .detail .img04 {
    padding: 60px;
}

#lpCnt #sec05 .detail .imgArea .img:nth-child(2) {
    margin-top: 3.5%;
    width: 42%;
}

#lpCnt #sec05 .lpPrice {
    margin-top: 30px;
}





/* price */
#lpCnt .lpPrice {
    margin: 15px 0 0;
    font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
    letter-spacing: .04em;
}

#lpCnt .lpPrice li span:nth-child(1) {
    letter-spacing: 0;
    margin-left: 16px;
}

#lpCnt .lpPrice li span.buy {
    font-size: 13px;
    letter-spacing: .12em;
    text-decoration: underline;
    margin-left: 30px;
}

#lpCnt #sec03 .cnt02 .txtCnt .lpPrice {
    margin-bottom: 25px;

}


/* bnrArea */
#lpCnt .bnrArea {
    width: 960px;
    max-width: 90%;
    margin: 140px auto 115px;
}

/* -- btn-container -- */
#lpCnt .btn-container {
    text-align: center;
    margin-bottom: 110px;
}

#lpCnt .btn-container ul {
    color: #555;
    font-family: 'EB Garamond', 'Noto Serif Japanese', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: 0.02em;
    font-size: 12px;
    margin-top: 38px;
}

#lpCnt .btn-container li {
    margin-bottom: -5px;
}

#lpCnt .btn-container .btn-arrow::after {
    content: "";
    position: absolute;
    right: 5%;
    top: 50%;
    width: 8px;
    height: 8px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: translateY(-50%)rotate(45deg);
    box-sizing: content-box;
}

#lpCnt a.btn.btn-arrow {
    color: #555;
    display: block;
    border: solid 1px;
    max-width: 580px;
    width: 100%;
    height: 67px;
    margin: 0px auto;
    padding: 17px 0px;
    margin-bottom: 27px;
    position: relative;
    font-family: "Noto Serif JP", serif;
    font-size: 17px;
    letter-spacing: 4.7px;
    box-sizing: border-box;
    line-height: 2em;
}


@media screen and (max-width: 900px) {

    #lpCnt .catchBox {
        padding: 6em 0;
    }

    #lpCnt .catchBox .txtCnt .tit {
        font-size: 18px;
    }

}

@media screen and (max-width: 767px) {
    #lpCnt .catchBox .txtCnt .tit {
        font-size: 14px;
    }

    /* -- itemBox -- */
    #lpCnt .itemBox {
        padding: 40px 0;
        margin-bottom: 0px;
    }

    #lpCnt .itemBox .secTit {
        font-size: 32px;
    }
        #lpCnt #sec01 .secTit {
            margin-right: 0;
        }

    #lpCnt .itemBox .cnt01 {
        margin-bottom: 40px;
    }

    /* price */
    #lpCnt .itemBox .lpPrice {
        margin: 13px 0 0 4px;
    }

    #lpCnt .lpPrice li span.buy {
        font-size: 11px;
    }

    /* bnrArea */
    #lpCnt .bnrArea {
        margin: 80px auto;
    }

    /* -- btn-container -- */
    #lpCnt .btn-container {
        padding: 20px 6vw 0;
    }

    #lpCnt a.btn.btn-arrow {
        height: 57px;
        padding: 16px 0px;
        margin-bottom: 27px;
        font-size: 14px;
        line-height: 1.7;
    }

    /* -- other -- */

    #lpCnt .itemBox .flex_box {
        flex-direction: column;
    }

    #lpCnt .itemBox .cnt01 .img_box {

        align-items: center;
        width: 100%;
        max-width: unset;
    }

    #lpCnt .itemBox .cnt01 .img_box01 .img {
        width: 90%;
        max-width: unset;
    }

    #lpCnt .itemBox .cnt01 .img_box02 {
        margin-top: 55px;
        flex-direction: row;
        row-gap: 0;
        column-gap: 30px
    }

    #lpCnt .itemBox .cnt01 .img_box02 .img {
        width: 300px;
        max-width: unset;
        margin: 0;

    }

    #lpCnt .itemBox .cnt01 .img_box02 .img01 {
        margin-right: 0;
        margin-bottom: 20px;

    }

    #lpCnt .itemBox .cnt01 .img_box02 .img02 {
        margin-left: 0;
        margin-top: 20px;

    }

    #lpCnt #sec01 {
        padding: 0;
    }

    #lpCnt #sec02 .cnt01 {
        margin-top: 0;
    }

    #lpCnt .itemBox .cnt01 .img_box01 {
        margin-top: 20px;
    }

    #lpCnt #sec03 .detail .imgArea {
        justify-content: center;
        margin-bottom: 37px;
    }

    #lpCnt #sec03 .detail .imgArea .txt {
        font-size: 13px;
    }

    #lpCnt #sec05 .detail {
        width: 100%;
        max-width: unset;
        row-gap: 0;
        margin-top: 30px;
    }

    #lpCnt #sec05 .detail .imgArea {
        flex-direction: column;
        row-gap: 20px;
    }

    #lpCnt #sec05 .detail .img03 {
        width: 100%;
    }

    #lpCnt #sec05 .detail .img04 {
        padding: 0;
        margin: 0 auto;
        width: 50%;
    }

}

@media screen and (max-width: 600px) {

    #lpCnt .itemBox .cnt01 .img {
        max-width: 100%;
    }

    #lpCnt .itemBox .cnt02 {
        row-gap: 10px;
    }

    #lpCnt .itemBox .cnt02 .row {
        width: 100%;
    }

    #lpCnt .itemBox .cnt02 .row:nth-child(2) {
        margin-top: 0;
        text-align: center;
    }

    #lpCnt #sec03 .cnt02 .txtCnt .txt {
        text-align: center;
    }

    #lpCnt .itemBox .cnt02 .tit {
        font-size: 24px;
    }

    #lpCnt .itemBox .detail {
        max-width: 100%;
        margin-top: 50px;
        margin-bottom: 30px;
    }

    #lpCnt .itemBox .detail .imgArea {
        width: 100%;
        margin-bottom: 20px;
    }

    #lpCnt .itemBox .detail .tit {
        font-size: 24px;
        margin-right: 0px;
    }

    #lpCnt .itemBox .coordinate_tit {
        font-size: 29px;
    }
        #lpCnt #sec03 .cnt02 .txtCnt .lpPrice {
            margin-bottom: 0;
    
        }
}


/*
    js
*/
/* -- 'inview' フェードプラグイン -- */
/* フェードアップ */

#lpCnt .fade,
#lpCnt .fade100,
#lpCnt .fade200 {
    opacity: 0;
    transition: opacity 0.6s, transform 0.6s;
}

#lpCnt .on.fade,
#lpCnt .on.fade100,
#lpCnt .on.fade200 {
    opacity: 1;
    transform: translateY(0);
}

#lpCnt .mvBox .img.fade {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.6s, transform 0.6s;
}

#lpCnt .mvBox .img.on.fade {
    opacity: 1;
    transform: translateY(0);
}