@charset "utf-8";

:root {
    --color-red:#F32840;
}

html,
body {
    width: 100%;
    height: 100%;
    color: #222222;
    font-weight: 400;
    font-family: sans-serif;
    font-size: 16px;

    overflow-wrap: break-word;
    word-wrap: break-word;
    text-align: left;
    line-height: 1.5;
    background-size:100% auto;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
}

/*@media screen and (max-width: 751px) {*/
/*    html,*/
/*    body {*/
/*        font-size: 3.73333vw;*/
/*    }*/
/*}*/

/* ---------------------------------------------
*   <a> tag
--------------------------------------------- */
a {
    outline: none;
    color: inherit;
    text-decoration: none;
}

/* ---------------------------------------------
*   <img> tag
--------------------------------------------- */
img {
    display: block;
    width: 100%;
    vertical-align: bottom;
}

h1, h2, h3 {
    /*font-family: serif;*/
}

.pcview a:hover{opacity:0.6;}
.pcview a[href*="tel:"]{
    pointer-events: none;
    cursor: default;
}
.pcview a[href*="tel:"]:hover{opacity:1;}
.pcview .sp{display: none !important;}
.mobile .pc{display: none !important;}

/* mv */
.mv {
    width: 100%;
    height: 222.6667vw;
    background:url(https://c.synchrolife.io/campaign/202202_manpuku/assets/img/mv_bg.jpg) no-repeat top left;
    background-size: contain;
}

.mv .mv__logo {
    position: absolute;
    width: 40.533333333333333vw;
    top: 2.666667vw;
    left: 2.66667vw;
}

.mv .mv__item_left {
    position: absolute;
    top: 21.6vw;
    left: 0;
    width: 35.46667vw;
    height: 57.3333vw;
}

.mv .mv__item_right {
    position: absolute;
    top: 5.33333vw;
    right: 5.33333vw;
    width: 24.8vw;
}

.mv .mv__title {
    position: absolute;
    top: 16.8vw;
    left: 32.266667vw;
    width: 36vw;
}

.mv .mv__date {
    position: absolute;
    top: 119.733333333333333vw;
    left: 6.933333333333333vw;
    width: 34.133333333333333vw;
}

.mv .mv__cloud_left {
    position: absolute;
    width: 41.333333333333333vw;
    left: 4.26666666666667vw;
    top: 142.93333vw;
}

.mv .mv__cloud_right {
    position: absolute;
    top: 182.66667vw;
    left: 46.93333vw;
    width: 48.80000vw;
}

.mv .mv__dec01 {
    position: absolute;
    top: 211.20000vw;
    left: 38.66667vw;
    width: 22.40000vw;
}

.mv .mv__copy {
    position: absolute;
    width: 89.6vw;
    top: 157.33333vw;
    left: 6.13333vw;
}

.mv p {
    text-align: center;
    font-weight: 900;
    font-size: 4.8vw;
    line-height: 12vw;
}

.mv p .red {
    color: #E7222C;
}

.mv p .emphasize {
    font-size: 8.4vw;
}

.mv p rt {
    font-weight: normal;
    font-size: 3.2vw;
}

/* howto */
.howto {
    background-color: #E8C948;
    padding-top: 19.46667vw;
    padding-bottom: 16vw;
}

.howto .howto__title {
    width: 89.33333vw;
    margin: 0 auto 6vw;
}

.howto p {
    font-size: 4.8vw;
    color: #222222;
    font-weight: 900;
    text-align: center;
    line-height: 9vw;
}

.howto p .emphasize {
    font-size: 8.533333vw;
}

.howto p .red {
    color: #B60F18;
}

.howto .hashtag_container {
    background-color: #FFFFFF;
    border-radius: 0.8vw;
    width: 89.33333vw;
    margin: 6vw auto 0;
    padding-top: 3vw;
    padding-bottom: 6vw;
}

.howto .hashtag_container .hashtag_line {
    width: 79.46667vw;
    margin: 0 auto 0;
}

.howto .hashtag_container p {
    color: #B60F18;
    font-weight: 900;
    font-size: 4.8vw;
}

.howto .hashtag_container .hashtag {
    font-weight: 900;
    font-size: 9.6vw;
    text-align: center;
    margin-top: 6vw;
}

/* present */

.present {
    background-color: #B60F18;
    padding-top: 19.46667vw;
    padding-bottom: 16vw;
}

.present .present__title {
    width: 89.33333vw;
    margin: 0 auto 6vw;
}

.present p {
    color: #FFFFFF;
    font-weight: 900;
    font-size: 4.8vw;
    text-align: center;
}

.present p span {
    font-size: 8.53333vw;
}

.present .present_list {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    /*margin-bottom: 10vw;*/
}

.present .present_list .present_item {
    width: 43%;
    margin-top: 7vw;
}

.present .present_list .present_item p{
    font-size: 3.2vw;
    text-decoration: underline;
    text-align: left;
    line-height: normal;
}

/* copy */
.copy__container {
    background:url(https://c.synchrolife.io/campaign/202202_manpuku/assets/img/copy_bg.jpg) repeat top left;
    padding-top: 8.53333vw;
}

.copy__container .dec_top {
    width: 49.6vw;
    margin: 0 auto 5.6vw;
}

.copy__container .dec_bottom {
    width: 49.6vw;
    margin: 5.6vw auto 5.6vw;
    transform: scale(-1, -1);
}

.copy__container p {
    text-align: center;
    font-weight: 900;
    font-size: 4.8vw;
    line-height: 11vw;
}

.copy__container p .red {
    color: #B60F18;
}

.copy__container p .emphasize {
    font-size: 8.4vw;
}

.copy__container p rt {
    font-weight: normal;
    font-size: 3.2vw;
}

/*******************SYNCHROLIFE*******************/
.synchrolife{
    background:url(https://c.synchrolife.io/campaign/202202_manpuku/assets/img/synchrolife_mark.svg) no-repeat top center var(--color-red);
    background-size:134px auto;
    background-position-y: 20%;
    text-align:center;
    padding: 92px 30px 60px;
    color: #FFF;
}
.synchrolife h2{
    font-family: sans-serif;
    font-weight:600;
    font-size: 32px;
}
.synchrolife p{
    font-weight:400;
    font-size: 4.26667vw;
    letter-spacing:.01em;
    margin: 30px auto 60px;
}

.synchrolife .slife_btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    background-color: #fff;
    border-radius: 5px;
    width: 327px;
    height: 60px;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);
}

.synchrolife .slife_btn p {
    color: #F32840;
    font-size: 18px;
    font-weight: 900;
    margin: 0;
}

.div_link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1200px) {

}

@media screen and (max-width: 750px) {
    .synchrolife .slife_btn {
        width: 87.2vw;
        max-width: 327px;
        height: 60px;
        box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);
    }
}

/*******************INSTALL*******************/
.install{
    background:url(https://c.synchrolife.io/campaign/202202_manpuku/assets/img/download_bg_sp.png) no-repeat center center;
    background-size:cover;
    padding:max(30px, min(12.8vw,80px)) 0 0 ;
    padding:clamp( 30px, 12.8vw, 80px) 0 0 ;
    text-align:center;
}
.install_inner{
    width:79%;
    max-width:670px;
    margin:0 auto;
}
.install_inner .txt{ margin:0 0 8.5vw; }
.install_inner h2{
    margin:0 0 6vw;
    font-family: sans-serif;
    color: #FFF;}
.install_inner h3{
    font-family: sans-serif;
    color: #FFF;
    font-weight:400;
    font-size: 22px;
    line-height:1.45;
    margin-bottom:10.6vw;
}
.install_link{
    width:100%;
    max-width:250px;
    margin:0 auto;
    display:flex;
    justify-content:space-between;
}
.mobile .install_link{ display:block; }
.install_link .install_qr{ flex:0 1 38.4%; }
.mobile .install_link .install_qr{ display:none; }
.install_link .install_app{ flex:0 1 54%; }
.install_link .install_app .apple{ margin-bottom:14px; }
.mobile .install_link .install_app{
    width:200px;
    margin:0 auto;
}
.install_link .install_app a,
.install_link .install_app img{
    display:block;
    width:100%;
}
.mobile .install_link .install_app .apple{ margin:0; }
.iphone .install_link .install_app .google{ display:none; }
.android .install_link .install_app .apple{ display:none; }
.install_inner .ph{ padding:0 9%; }

@media screen and (min-width: 751px) {
    .install{
        background:url(https://c.synchrolife.io/campaign/202202_manpuku/assets/img/download_bg_pc.png) no-repeat center center;
        background-size:cover;
    }
    .install_inner{
        display:flex;
        justify-content:space-between;
    }
    .install_inner .txt{
        margin:0;
        order:2;
        flex:0 1 350px;
        padding:68px 30px 0 ;
        box-sizing:border-box;
        max-width:350px;
    }
    .install_inner h2{ margin:0 0 15px; }
    .install_inner h3{ margin-bottom:24px; }
    .install_inner .ph{
        order:1;
        padding:0;
        flex:0 1 240px;
    }
}

footer{
    background-color:#FFF;
    border-top:1px #DFDFDF solid;
}
.f_sns{
    padding:4.3vw 0;
    border-bottom:1px #DFDFDF solid;
    display:flex;
    width:100%;
    margin:0 auto;
    justify-content:center;
}
.f_sns a{
    flex:0 1 10.6vw;
    margin:0 3.2vw;
}
.f_sns a img{width:100%;}
.f_inner .cr{
    color:#aaa;
    line-height:1;
    font-size:14px;
    text-align:center;
    padding:4.3vw 0;
}

@media screen and (min-width: 751px) {
    .f_inner{
        display:flex;
        width:85%;
        max-width:1014px;
        margin:0 auto;
        padding:17px 0;
        align-items:center;
        justify-content:space-between;
    }
    .f_sns{
        padding:0;
        border-bottom:none;
        flex:0 1 136px;
        margin:0;
        order:2;
        justify-content:space-between;
    }
    .f_sns a{
        flex:0 1 24%;
        margin:0;
    }
    .f_inner .cr{
        text-align:left;
        padding:0;
        order:1;
    }
}