.iconHeading {
    background-repeat: no-repeat;
    background-size: 32px 32px;
    padding: 0px 0 0px 40px;
    background-position: left top;
}
.iconHeading--check {
    background-image: url('../images/app/icon/icon_check.svg');
}
.iconHeading--spot {
    background-image: url('../images/app/icon/icon_spot.svg');
}
.iconHeading--commu {
    background-image: url('../images/app/icon/icon_commu.svg');
}
.iconHeading--msg {
    background-image: url('../images/app/icon/icon_msg.svg');
}
.iconHeading--spot_msg {
    background-image: url('../images/app/icon/icon_spot.svg'), url('../images/app/icon/icon_msg.svg');
    background-position: left top, left 40px;
}
.iconHeading--commu_msg {
    background-image: url('../images/app/icon/icon_commu.svg'), url('../images/app/icon/icon_msg.svg');
    background-position: left top, left 40px;
}
.iconHeading--my {
    background-image: url('../images/app/icon/icon_my.svg');
}
.iconHeading--cafe {
    background-image: url('../images/app/icon/icon_cafe.svg');
}

.iconHeading--commu_my {
    background-image: url('../images/app/icon/icon_commu.svg'), url('../images/app/icon/icon_my.svg');
    background-position: left top, left 40px;
}
.iconHeading--commu_msg {
    background-image: url('../images/app/icon/icon_commu.svg'), url('../images/app/icon/icon_msg.svg');
    background-position: left top, left 40px;
}
.iconHeading--cafe_check {
    background-image: url('../images/app/icon/icon_cafe.svg'), url('../images/app/icon/icon_check.svg');
    background-position: left top, left 40px;
}
.iconHeading--my_msg {
    background-image: url('../images/app/icon/icon_my.svg'), url('../images/app/icon/icon_msg.svg');
    background-position: left top, left 40px;
}
.iconHeading--my_check {
    background-image: url('../images/app/icon/icon_my.svg'), url('../images/app/icon/icon_check.svg');
    background-position: left top, left 40px;
}

.moreBtn {
    font-size: 16px;
    text-decoration: none;
    border: 1px solid #000;
    color: #000;
    line-height: 1;
    padding: 5px 15px;
    border-radius: 6px;
    display: block;
    margin: auto;
    width: 5em;
    box-sizing: border-box;
}

.flowBtn {
    color: white;
    border: 1px solid #067F7F;
    background-color: #067F7F;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    line-height: 1;
    padding: 5px 15px;
    border-radius: 6px;
    box-sizing: border-box;
}

.flowBtn:hover {
    color: #067F7F;
    border: 1px solid #067F7F;
    background-color: white;
}

.flowBtn2 {
    color: white;
    border: 1px solid #067F7F;
    background-color: #067F7F;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    line-height: 1;
    padding: 5px 15px;
    border-radius: 6px;
    box-sizing: border-box;
}

.movieBtn {
    color: white;
    border: 1px solid #D3401D;
    background-color: #D3401D;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    line-height: 1;
    padding: 5px 15px;
    border-radius: 6px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.spotBtn {
    color: white;
    border: 1px solid #D3401D;
    background-color: #D3401D;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    line-height: 1;
    padding: 12.5px 15px;
    border-radius: 6px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

.termsBtn {
    color: white;
    border: 1px solid #067F7F;
    background-color: #067F7F;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    line-height: 1;
    width: 50%;
    margin: 0 auto;
    padding: 12.5px 15px;
    border-radius: 6px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

.campaignInfo {
    border: 4px solid #B90F18;
    padding: 10px;
    color: #B90F18;
    line-height: 1.4;
    margin-top: 14px;
}

.campaignInfo--link {
    color: inherit;
    text-decoration: none;
}

.campaignInfo--link:hover {
    text-decoration: underline;
}

@media screen and (max-width: 767px) {
    .campaignInfo {
        font-size: 0.857rem;
    }
}

.func__row {
    display: flex;
}
.func__box {
    flex: 1 1 25%;
    text-align: center;
}
.func__icon {
    width: 64px;
    height: 64px;
}
.func__name {
    color: #b01e23;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    height: 3em;
}
.moreBtn--func {
    border-color: #b01e23;
    color: #b01e23;
}
.moreBtn--func:hover {
    border-color: #b01e23;
    color: #FFF;
    background-color: #b01e23;
}
.func__title {
    color: #b01e23;
    width: 22em;
    padding: 10px 0;
    margin: 30px auto;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    background-image: url('../images/app/ft_left.svg'), url('../images/app/ft_right.svg');
    background-repeat: no-repeat;
    background-position: left center, right center;
    background-size: 45px 45px, 45px 45px;
}

@media screen and (max-width: 1023px) {
    .func__name {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    .func__row {
        flex-wrap: wrap;
    }
    .func__title {
        font-size: 18px;
        background-size: 25px 25px, 25px 25px;
        width: auto;
        padding: 10px 25px;
        margin: 0;
    }
    .func__box {
        flex: 1 1 33%;
        padding: 15px 0;
    }
    .func__name {
        font-size: 12px;
    }
}

.fdl--1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.fdl--2 {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.fdl__logoIcon {
    width: 110px;
    height: 110px;
    margin-bottom: 20px;
}
.fdl__logoMoji {
    width: 250px;
    margin-bottom: 15px;
}
.fdl__name {
    font-size: 20px;
    color: #AE2129;
    margin-bottom: 40px;
}
.fdl__txtLead {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
.fdl__txt {
    text-align: center;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 20px;
}

.fdlBtns {
    display: flex;
    justify-content: space-evenly;
    column-gap: 5px;
}
.fdl__dlLink {
    flex: 0 0 45%;
}
.fdl__dlLink--ip {
    flex: 0 0 48%;
}
.fdl__dlLink--ad {
    flex: 0 0 43%;
}
.fdl__dlLink--qr {
    flex: 0 0 17%;
}
.fdl__dlBtn {
    /* max-height: 50px; */
}
.fbl__image {
    width: 250px;
}
@media screen and (max-width: 767px) {
    .fdl__dlLink {
        padding-left: 10px;
        padding-right: 10px;
    }
}
/* feature */
.featureWrapper {
    background-color: #666;
    padding: 0;
}
.featureSection {
    background-image: url('../images/app/top_bg_pc.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 10px;
}
.featureLogo {
    text-align: center;
    margin-bottom: 20px;
}
.featureLogo__img {
    width: 100px;
    height: 100px;
}
.featureHeading {
    color: #FFF;
    font-size: 40px;
    line-height: 1.2;
    margin: 0;
    text-align: center;
}
.featureSub {
    color: #FFF;
    text-align: center;
    font-size: 28px;
    line-height: 1.4;
    border-top: 3px solid #FFF;
    margin-top: 15px;
    padding-top: 15px;
    margin-bottom: 20px;
}
.featureBtns {
    display: flex;
    justify-content: space-evenly;
}
.featureBtns__link {
    flex: 0 0 45%;
}
.featureBtns__link--ip {
    flex: 0 0 48%;
}
.featureBtns__link--ad {
    flex: 0 0 43%;
}
.fDlBtn {
    /* max-height: 50px; */
}

/*
.featureImg {
    position: relative;
    left: -100px;
    max-width: 330px;
}
*/

.topCampaign {
    position: absolute;
    width: 380px;
    max-width: 380px;
    bottom: 30px;
    right: 0;
}
.moreBtn--camp {
    border: 1px solid #FFF;
    color: #FFF;
}
.moreBtn--camp:hover {
    background-color: #FFF;
    color: #000;
}
@media screen and (max-width: 1023px) {
    .featureSection {
        background-image: url('../images/app/top_bg_tablet.jpg');
    }
    .featureLogo__img {
        width: 120px;
        height: 120px;
    }
    .featureBtns__link {
        padding-left: 10px;
        padding-right: 10px;
    }
    .featureImg {
        left: 0;
    }
    .featureHeading {
        font-size: 34px;
    }
    .featureSub {
        font-size: 24px;
    }
    .topCampaign {
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .featureSection {
        background-image: url('../images/app/top_bg_sp.jpg');
    }
    .featureHeading {
        text-align: center;
    }
    .featureSub {
        text-align: center;
    }
    .featureLogo__img {
        width: 100px;
        height: 100px;
    }

}
/* end feature */

.ut_contentsArea {
    display: flex;
}
.ut_leftArea {
    width: 55%;
    display: flex;
}
.ut_dlBtnArea {
    display: flex;
    width: 45%;
    max-width: 600px;
    margin: 0 auto;
    box-sizing: border-box;
    align-items: center;
}

.ut_icons {
    width: 160px;
    text-align: center;
}
.ut__logoIcon {
    width: 80px;
    margin-bottom: 10px;
}
.ut__logoMoji {
    width: 130px;
}
.ut_texts {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.ut__txtLead {
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 5px;
}
.ut__txt {
    font-size: 18px;
    font-weight: bold;
}
.af__txt {
    color: #462200;
    font-size: 18px;
    font-weight: bold;
}
.ut_dlBtnArea--ip {
    flex: 0 0 38%;
    padding: 0 10px;
    box-sizing: border-box;
}

.ut_dlBtnArea--ad {
    flex: 0 0 33%;
    padding: 0 10px;
    box-sizing: border-box;
}
.ut_dlBtnArea--qr {
    flex: 0 0 26%;
    padding: 0 10px;
    box-sizing: border-box;
}
.ut__fDlBtn {
    /* box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.5); */
}

@media screen and (max-width: 1024px) {
    .ut__logoIcon {
        width: 60px;
    }

    .ut__logoMoji {
        width: 110px;
    }
    .ut__txtLead {
        font-size: 18px;
    }
    .ut__txt {
        font-size: 14px;
    }
}
@media screen and (max-width: 767px) {
    .ut_contentsArea {
        flex-direction: column;
    }
    .ut_leftArea {
        width: auto;
        flex-direction: column;
    }
    .ut_dlBtnArea {
        width: auto;
        justify-content: center;
    }

    .ut_icons {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: auto;
        margin-bottom: 10px;
    }
    .ut_texts {
        margin-bottom: 10px;
        text-align: center;
    }
    .ut__logoIcon {
        width: 70px;
    }
    .ut__logoMoji {
        width: 100px;
    }
    .ut__txtLead {
    font-size: 16px;
    text-align: center;
    }
    .ut__txt {
    font-size: 12px;
    text-align: center;
    }

    .ut_dlBtnArea--ip {
        padding: 0 10px;
    }

    .ut_dlBtnArea--ad {
        padding: 0 10px;
    }
}

.ut__logoIcon2 {
    width: 80px;
    margin-top: 7px;
}
@media screen and (max-width: 1024px) {
    .ut__logoIcon2 {
        width: 60px;
    }
}
@media screen and (max-width: 767px) {
    .ut__logoIcon2 {
        width: 70px;
        margin-top: 0;
        margin-bottom: 10px;
    }
}
.ut__txtLead2 {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 5px;
}
.ut__txtLead3 {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #b8193f;
}
.ut__txt2 {
    font-size: 16px;
    font-weight: bold;
}
.ut_dlBtnArea--ip2 {
    flex: 0 0 33%;
    padding: 0 10px;
    box-sizing: border-box;
}

.ut_dlBtnArea--ad2 {
    flex: 0 0 28%;
    padding: 0 10px;
    box-sizing: border-box;
}
.ut_dlBtnArea--qr2 {
    flex: 0 0 21%;
    padding: 0 10px;
    box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
    .ut__txtLead2 {
        font-size: 16px;
    }
    .ut__txt2 {
        font-size: 12px;
    }
}
@media screen and (max-width: 767px) {
    .ut__txtLead2 {
        font-size: 16px;
        text-align: center;
    }
    .ut__txt2 {
        font-size: 12px;
        text-align: center;
    }
}