@charset "utf-8";
/* -- reset -- */
#lpCnt ::before,#lpCnt ::after {
    box-sizing: border-box;
    border-style: solid;
    border-width: 0;
}
#lpCnt * {
    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;
    max-width: 100%;
    height: auto;
}
#lpCnt video {
    width: 100%;
}
@media screen and ( max-width: 900px ) {
    #lpCnt img {
        max-width: none;
        width: 100%;
    }
}


/* -- メイン外の設定 -- */
.__pf [style*="--s-xs"] {
    margin: 0 !important;
}
.__pf [style*="--s-xs"]>.pf-c {
    padding: 0 !important;
}


/*
    lpCnt
*/
#lpCnt {
    font-family: 'Gill Sans', 'kozuka-gothic-pro', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 1.86;
    color: #000;
}
@media screen and ( max-width: 900px ) {
    #lpCnt {
        font-size: 12px;
        line-height: 1.66;
    }
}

/* -- inner -- */
#lpCnt .inner {
    margin: 0 auto;
    width: 100%;
    max-width: 1024px;
}
@media screen and ( max-width: 1077px ) {
    #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
*/

/* -- mv --*/
/* - box01 - */
#lpCnt #mv .box01 {
    background: linear-gradient(rgba(26, 26, 26, 0.3), rgba(26, 26, 26, 0.4)), 
                url(https://cb-p-s3.s3.ap-northeast-1.amazonaws.com/contents/special/all-app-renewal-20250827/images/_DSC3978+1.jpg) no-repeat center / cover;
}
#lpCnt #mv .box01 .txtCnt {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    margin: 0 auto;
    padding: 94px 20px 0;
    max-width: 1167px;
}
#lpCnt #mv .box01 .txtCnt .txtBox {
    margin: 0 0 153px;
    width: 357px;
}
#lpCnt #mv .box01 .txtCnt .txtBox .icon {
    margin: 36px auto 0;
    padding-left: 3%;
    width: fit-content;
}
#lpCnt #mv .box01 .txtCnt .txtBox .logo {
    margin: 29px auto 0;
    padding-left: 3%;
    width: fit-content;
}
#lpCnt #mv .box01 .txtCnt .txtBox .lpBtn {
    margin: 33px 0 0 .7%;
}
#lpCnt #mv .box01 .img {
    margin-right: .8%;
    width: calc(91.7% - 357px);
}
/* - box02 - */
#lpCnt #mv .box02 {
    text-align: center;
    background: #f3ece6;
}
#lpCnt #mv .box02 > * {
    display: block;
    padding: 34px 30px 36px;
}
@media screen and ( max-width: 900px ) {
    #lpCnt #mv .box01 {
        background:linear-gradient(rgba(26, 26, 26, 0.3), rgba(26, 26, 26, 0.4)), url(https://cb-p-s3.s3.ap-northeast-1.amazonaws.com/contents/special/all-app-renewal-20250827/images/_DSC3978+1.jpg) no-repeat center / cover;
    }
    #lpCnt #mv .box01 .txtCnt {
        display: block;
        padding: 44px 20px 0;
    }
    #lpCnt #mv .box01 .txtCnt .txtBox {
        text-align: center;
        margin: 0 auto;
        width: auto;
    }
    #lpCnt #mv .box01 .txtCnt .txtBox .tit {
        margin: 0 auto;
        width: 182px;
    }
    #lpCnt #mv .box01 .txtCnt .txtBox .icon {
        display: inline-block;
        margin: 0 12px 0 0;
        padding-left: 0;
        width: 60px;
    }
    #lpCnt #mv .box01 .txtCnt .txtBox .logo {
        display: inline-block;
        position: relative;
        top: 10px;
        margin: 0;
        padding-left: 0;
        width: 128px;
    }
    #lpCnt #mv .box01 .txtCnt .txtBox .lpBtn {
        margin: 18px auto 10px;
        max-width: 175px;
    }
    #lpCnt #mv .box01 .img {
        margin: 30px auto 0;
        padding-left: 14px;
        width: auto;
        max-width: 294px;
    }
    /* - box02 - */
    #lpCnt #mv .box02 > * {
        margin: 0 auto;
        padding: 12px 22px 16px;
        max-width: 375px;
    }
}

/* -- catchBox -- */
#lpCnt .catchBox {
    margin: 137px auto 80px;
    max-width: 957px;
}
#lpCnt .catchBox .box01 .tit {
    font-weight: 700;
    font-size: 34px;
    line-height: 1.44;
    letter-spacing: .12em;
    text-align: center;
}
#lpCnt .catchBox .box01 .tit span {
    font-family: 'Gill Sans', 'kozuka-gothic-pro', sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #943432;
    display: inline-block;
    position: relative;
    top: -2px;
    transform: scale(1.2);
}
#lpCnt .catchBox .box01 .txt {
    font-size: 19px;
    font-weight: 300;
    line-height: 1.84;
    letter-spacing: .125em;
    text-align: center;
    margin-top: 33px;
}
#lpCnt .catchBox .box02 {
    margin-top: 111px;
}
#lpCnt .catchBox .box02 .decoTxt {
    position: relative;
}
#lpCnt .catchBox .box02 .decoTxt::after {
    position: absolute;
    top: 14px;
    right: 0;
    left: 0;
    margin: 0 auto;
    border-top: 1px solid #943432;
    content: "";
}
#lpCnt .catchBox .box02 .decoTxt span {
    font-family: 'Gill Sans', 'kozuka-gothic-pro', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: .075em;
    text-align: center;
    color: #fff;
    display: block;
    position: relative;
    margin: 0 auto;
    width: 131px;
    height: 28px;
    background: #943432;
    z-index: 20;
}
#lpCnt .catchBox .box02 .cnt {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 38px auto 88px;
    max-width: 842px;
}
#lpCnt .catchBox .box02 .cnt .lbox {
    width: calc(100% - 440px);
}
#lpCnt .catchBox .box02 .cnt .lbox .tit {
    font-weight: 700;
    font-size: 25px;
    line-height: 1.64;
    letter-spacing: .07em;
}
#lpCnt .catchBox .box02 .cnt .lbox .subTit {
    font-weight: 500;
    font-size: 17px;
    letter-spacing: .05em;
    margin-top: 10px;
}
#lpCnt .catchBox .box02 .cnt .lbox .txt {
    font-size: 14px;
    line-height: 1.57;
    margin: 32px 8% 0 3px;
}
#lpCnt .catchBox .box02 .cnt .rbox {
    margin-top: 9px;
    width: 403px;
}
@media screen and ( max-width: 900px ) {
    #lpCnt .catchBox {
        margin: 59px auto 71px;
    }
    #lpCnt .catchBox .box01 .tit {
        font-size: 21px;
        line-height: 1.4;
    }
    #lpCnt .catchBox .box01 .tit span {
        top: -1px;
    }
    #lpCnt .catchBox .box01 .txt {
        font-size: 12.5px;
        line-height: 1.61;
        margin-top: 14px;
    }
    #lpCnt .catchBox .box02 {
        margin-top: 58px;
    }
    #lpCnt .catchBox .box02 .decoTxt::after {
        top: 11px;
    }
    #lpCnt .catchBox .box02 .decoTxt span {
        font-size: 15px;
        line-height: 25px;
        width: 110px;
        height: 23px;
    }
    #lpCnt .catchBox .box02 .cnt {
        display: block;
        margin: 31px auto 55px;
        max-width: none;
    }
    #lpCnt .catchBox .box02 .cnt .lbox {
        width: auto;
    }
    #lpCnt .catchBox .box02 .cnt .lbox .tit {
        font-size: 18px;
        text-align: center;
    }
    #lpCnt .catchBox .box02 .cnt .lbox .subTit {
        font-size: 11.5px;
        text-align: center;
        margin-top: 6px;
    }
    #lpCnt .catchBox .box02 .cnt .lbox .txt {
        font-size: 11px;
        line-height: 1.463;
        text-align: center;
        margin: 14px auto 0;
    }
    #lpCnt .catchBox .box02 .cnt .rbox {
        margin: 23px auto 0;
        width: auto;
        max-width: 267px;
    }
}

/* -- downloadBox -- */
#lpCnt .downloadBox {
    margin-top: 35px;
}
#lpCnt .downloadBox .tit {
    font-weight: 700;
    font-size: 25px;
    line-height: 1.44;
    letter-spacing: .08em;
    text-align: center;
}
#lpCnt .downloadBox .tit > * {
    vertical-align: middle;
}
#lpCnt .downloadBox .tit img {
    position: relative;
    top: -2px;
    margin-right: 23px;
    box-shadow: 5px 4px 12px rgba(0, 0, 0, .33);
    border-radius: 12px;
}
#lpCnt .downloadBox .tit span {
    font-family: 'Gill Sans', 'kozuka-gothic-pro', sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #943432;
    display: inline-block;
    position: relative;
    top: -2px;
    transform: scale(1.2);
}
#lpCnt .downloadBox .qr {
    margin: 16px auto 0;
    max-width: 96px;
}
#lpCnt .downloadBox .lpLink {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 14px;
}
#lpCnt .downloadBox .lpLink > * {
    width: 106px;
}
#lpCnt .downloadBox .lpLink > .android {
    width: 127px;
    margin-top: -5px;
}
#lpCnt .downloadBox .lpLink > :not(:last-child) {
    margin-right: 4px;
}
@media screen and ( max-width: 900px ) {
    #lpCnt .downloadBox {
        margin-top: 36px;
    }
    #lpCnt .downloadBox .tit {
        font-size: 18px;
        line-height: 1.15;
        letter-spacing: .04em;
    }
    #lpCnt .downloadBox .tit img {
        display: block;
        top: 0;
        margin: 0 auto 21px;
        width: 66px;
        border-radius: 14px;
    }
    #lpCnt .downloadBox .tit span {
        top: -1px;
    }
    #lpCnt .downloadBox .lpLink {
        margin-top: 13px;
    }
    #lpCnt .downloadBox .lpLink > * {
        width: 91px;
    }
    #lpCnt .downloadBox .lpLink > .android {
        width: 113px;
        margin-top: 0;
    }
    #lpCnt .downloadBox .lpLink > :not(:last-child) {
        margin-right: 25px;
    }
    #lpCnt .downloadBox .lpLink .txt {
        font-weight: 500;
        font-size: 10.925px;
        line-height: 1.2;
        letter-spacing: 0.01em;
        text-align: center;
    }
    #lpCnt .downloadBox .lpLink .ios .txt {
        margin-bottom: 5px;
    }
}

/* -- bg --*/
#lpCnt .bg {
    padding: 131px 0 129px;
    background: #efefef;
}
@media screen and ( max-width: 900px ) {
    #lpCnt .bg {
        padding: 70px 0 103px;
    }
}

/* -- pointBox --*/
#lpCnt .pointBox {
    padding: 65px 92px 94px;
    box-shadow: 14px 14px 22px rgba(72, 36, 3, .18);
    border-radius: 20px;
    background: #fff;
}
#lpCnt .pointBox > .txt {
    font-weight: 500;
    font-size: 17px;
    line-height: 1.82;
    letter-spacing: .14em;
    text-align: center;
    margin-top: 26px;
}
#lpCnt .pointBox > .cnt {
    margin-top: 68px;
}
#lpCnt .pointBox > .cnt > *:not(:last-child) {
    margin-bottom: 67px;
    padding-bottom: 67px;
    border-bottom: 1px solid #f1e2d6;
}
#lpCnt .pointBox > .cnt > * > * {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    min-height: 423px;
    padding: 7px 2% 0 50%;
}
#lpCnt .pointBox > .cnt > * > * > * > * {
    width: 100%;
}
#lpCnt .pointBox > .cnt .num {
    font-family: 'Gill Sans', 'kozuka-gothic-pro', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 1;
    letter-spacing: .1em;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 2px;
    height: 28px;
    width: 102px;
    background: #943432;
}
#lpCnt .pointBox > .cnt .tit {
    font-weight: 700;
    font-size: 25px;
    line-height: 1.4;
    letter-spacing: .09em;
    margin-top: 11px;
}
#lpCnt .pointBox > .cnt .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 48.6%;
    text-align: center;
}
#lpCnt .pointBox > .cnt .txt {
    font-weight: 500;
    letter-spacing: .03em;
    margin-top: 34px;
}
@media screen and ( min-width: 901px ) {
    #lpCnt .pointBox > .cnt >:not(:nth-child(2)) .img img {
        max-width: 220px;
    }
}
@media screen and ( max-width: 900px ) {
    #lpCnt .pointBox {
        padding: 55px 15px 94px;
        border-radius: 10px;
    }
    #lpCnt .pointBox > .txt {
        font-size: 13px;
        line-height: 1.69;
        margin-top: 21px;
    }
    #lpCnt .pointBox > .cnt {
        margin: 60px 10px 0;
    }
    #lpCnt .pointBox > .cnt > *:not(:last-child) {
        margin-bottom: 63px;
        padding-bottom: 59px;
    }
    #lpCnt .pointBox > .cnt > * > * {
        display: block;
        min-height: auto;
        padding: 0;
    }
    #lpCnt .pointBox > .cnt .num {
        font-size: 11px;
        margin: 0 auto;
        padding-top: 1px;
        height: 20px;
        width: 75px;
    }
    #lpCnt .pointBox > .cnt .tit {
        font-size: 16px;
        text-align: center;
    }
    #lpCnt .pointBox > .cnt .img {
        position: static;
        width: auto;
        max-width: 246px;
        margin: 24px auto 0;
    }
    #lpCnt .pointBox > .cnt >:not(:nth-child(2)) .img img {
        max-width: 216px;
    }
    #lpCnt .pointBox > .cnt .txt {
        margin: 22px 10px 0;
        width: auto;
    }
}

/* -- pickupBox --*/
#lpCnt h2 {
    font-family: 'Gill Sans', 'kozuka-gothic-pro', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 59px;
    line-height: 1.1;
    letter-spacing: .01em;
    text-align: center;
    color: #943432;
    position: relative;
    padding: 0 62px;
    z-index: 1;
}
#lpCnt h2::before {
    font-family: 'Gill Sans', 'kozuka-gothic-pro', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 174px;
    line-height: 20px;
    color: #f3ece6;
    position: relative;
    top: 56px;
    left: 27px;
    margin-left: -62px;
    content: "“";
    z-index: -1;
}
#lpCnt h2 span {
    font-family: 'Gill Sans', 'kozuka-gothic-pro', sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 19px;
    letter-spacing: .05em;
    color: #000;
    display: block;
    margin-top: 2px;
}
@media screen and ( max-width: 900px ) {
    #lpCnt h2 {
        /* font-size: 35px; */
        font-size: 33px;
        letter-spacing: .045em;
        padding: 0;
    }
    #lpCnt h2::before {
        font-size: 94.83px;
        top: 30px;
        left: 17px;
        margin-left: -17px;
    }
    #lpCnt h2 span {
        font-size: 13px;
        letter-spacing: .05em;
        margin-top: 5px;
    }
}

/* -- pickupBox --*/
#lpCnt .pickupBox {
    margin-top: 122px;
}
#lpCnt .pickupBox h2::before {
    color: #fff;
}
#lpCnt .pickupBox .cnt {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 72px auto 0;
    max-width: 874px;
}
#lpCnt .pickupBox .cnt > * {
    margin-bottom: 72px;
    width: 46%;
}
#lpCnt .pickupBox .cnt .tit {
    font-weight: 700;
    font-size: 25px;
    line-height: 1.4;
    letter-spacing: .06em;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
}
#lpCnt .pickupBox .cnt .tit span {
    display: block;
    position: relative;
    padding-left: 18px;
}
#lpCnt .pickupBox .cnt .tit span::before {
    position: absolute;
    top: -2px;
    bottom: -4px;
    left: 0;
    margin: auto;
    width: 5px;
    background: #943432;
    content: "";
}
#lpCnt .pickupBox .cnt .img {
    text-align: center;
    margin-top: 27px;
}
#lpCnt .pickupBox .cnt .txt {
    line-height: 2.06;
    letter-spacing: .06em;
    margin: 25px auto 0;
    max-width: 370px;
}
#lpCnt .pickupBox .lpBnt {
    margin: 104px auto 0;
    max-width: 470px;
}
#lpCnt .pickupBox .lpBnt a {
    text-align: center;
    font-size: 19px;
    font-weight: 700;
    letter-spacing: .08em;
    line-height: 1.2;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 0 30px;
    height: 72px;
    border: 1px solid #000;
    border-radius: 10rem;
    transition: background .6s;
}
#lpCnt .pickupBox .lpBnt a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 19px;
    margin: auto;
    width: 10px;
    height: 10px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    content: "";
    transform: rotate(45deg);
}
#lpCnt .pickupBox .downloadBox {
    margin-top: 110px;
}
@media screen and ( min-width: 901px ) {
    #lpCnt .pickupBox .cnt > :last-child,
    #lpCnt .pickupBox .cnt > :nth-last-child(2) {
        margin-bottom: 0;
    }
}
@media screen and ( max-width: 900px ) {
    #lpCnt .pickupBox {
        margin-top: 76px;
    }
    #lpCnt .pickupBox .cnt {
        display: block;
        margin: 54px auto 0;
        max-width: none;
    }
    #lpCnt .pickupBox .cnt > * {
        margin-bottom: 60px;
        width: auto;
    }
    #lpCnt .pickupBox .cnt > :last-child {
        margin-bottom: 0;
    }
    #lpCnt .pickupBox .cnt .tit {
        font-size: 16px;
        line-height: 1.25;
        height: auto;
    }
    #lpCnt .pickupBox .cnt .tit span {
        padding-left: 15px;
    }
    #lpCnt .pickupBox .cnt .tit span::before {
        bottom: -2px;
        width: 3px;
    }
    #lpCnt .pickupBox .cnt .img {
        margin: 24px auto 0;
        max-width: 210px;
    }
    #lpCnt .pickupBox .cnt .txt {
        line-height: 1.66;
        letter-spacing: .03em;
        margin: 21px auto 0;
        max-width: 282px;
    }
    #lpCnt .pickupBox .lpBnt {
        margin: 31px auto 0;
        max-width: 295px;
    }
    #lpCnt .pickupBox .lpBnt a {
        font-size: 12px;
        padding: 0 15px;
        height: 45px;
    }
    #lpCnt .pickupBox .lpBnt a::after {
        right: 11px;
        width: 6px;
        height: 6px;
    }
    #lpCnt .pickupBox .downloadBox {
        margin-top: 94px;
    }
}


/*
    js
*/
/* -- 'inview' フェードプラグイン -- */
/* フェードアップ */
.fadeUp,
.fadeUpItem > *,
#lpCnt #mv .box01,
#lpCnt #mv .box01 .img,
#lpCnt #mv .box02 img {   
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.6s, transform 0.6s;
}
.on.fadeUp,
.fadeUpItem > .on,
#lpCnt #mv .box01.on,
#lpCnt #mv .box01 .img.on,
#lpCnt #mv .box02 img.on {
    transform: translateY(0);
    opacity: 1;
}
/* 縮小しながら表示 */
#lpCnt #mv .box01 .txtCnt .txtBox .tit,
#lpCnt #mv .box01 .txtCnt .txtBox .icon,
#lpCnt #mv .box01 .txtCnt .txtBox .logo,
#lpCnt #mv .box01 .txtCnt .txtBox .lpBtn {   
    opacity: 0;
    filter: blur(8px);
    transform: scale(1.2);
    transition: filter 1.2s, transform 1.2s, opacity 1.2s;
}
#lpCnt #mv .box01 .txtCnt .txtBox .tit.on,
#lpCnt #mv .box01 .txtCnt .txtBox .icon.on,
#lpCnt #mv .box01 .txtCnt .txtBox .logo.on,
#lpCnt #mv .box01 .txtCnt .txtBox .lpBtn.on {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
}