@charset "utf-8";
@import url('//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@200;300;400;500;600;700;900&display=swap');

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

html,
body {
    width: 100%;
    height: 100%;
    color: #222222;
    font-weight: 400;
    font-family: 'Noto Sans JP', 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;}

/* ---------------------------------------------
*   Main Visual
--------------------------------------------- */

.mv {
    width: 100%;
    height: calc((344 / 375) * 100vw);
    background-color: #FFF3F6;
}

.mv_contents {
    position: relative;
    z-index: 10;
}

.mv .mv_contents .mv_logo {
    position: absolute;
    width: calc((152/375)*100vw);
    height: calc((46/375)*100vw);
    left: calc((10/375)*100vw);
    top: calc((10/375)*100vw);
}

.mv .mv_contents .mv_date {
    position: absolute;
    width: calc((80/375)*100vw);
    height: calc((80/375)*100vw);
    right: calc((20/375)*100vw);
    top: calc((20/375)*100vw);
}

.mv .mv_contents .mv_ttl_container {
    position: absolute;
    width: calc((102/375)*100vw);
    height: calc((430/375)*100vw);
    left: calc((45/375)*100vw);
    top: calc((69/375)*100vw);
    background: rgba(255, 255, 255, 0.6);
}

.mv .mv_contents .mv_ttl_container img {
    position: absolute;
    width: calc((110/375)*100vw);
    height: calc((404/375)*100vw);
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.mv .mv_contents .mv_img {
    position: absolute;
    width: 100%;
    height: calc((367/375)*100vw);
    left: 50%;
    top: calc((416 / 375) * 100vw);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.mv .mv_contents .mv_sakura1 {
    position: absolute;
    width: calc((340/375)*100vw);
    height: calc((196/375)*100vw);
    right: 0;
    top: 0;
}

.mv .mv_contents .mv_sakura2 {
    position: absolute;
    width: calc((308/375)*100vw);
    height: calc((202/375)*100vw);
    left: 0;
    top: calc((500/375)*100vw);
}

/* ---------------------------------------------
*   Intro
--------------------------------------------- */

.intro {
    position: relative;
    width: 100%;
    height: calc((1083 / 375) * 100vw);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(244, 230, 150, 0.2) 100%), #FFBACB;

}

.intro .intro_sakura1 {
    position: absolute;
    width: calc((280/375)*100vw);
    height: calc((235/375)*100vw);
    right: 0;
    bottom: calc((418/375)*100vw);
}

.intro .intro_sakura2 {
    position: absolute;
    width: calc((280/375)*100vw);
    height: calc((235/375)*100vw);
    left: 0;
    bottom: calc((73/375)*100vw);
}

.intro .intro_sakura3 {
    position: absolute;
    width: calc((187/375)*100vw);
    height: calc((101/375)*100vw);
    right: 0;
    bottom: 0;
}

.intro .intro_contents {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: calc((335/375)*100vw);
    height: calc((686/375)*100vw);
    left: 50%;
    bottom: calc((75 / 375) * 100vw);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background:url(https://c.synchrolife.io/campaign/202203_agemono/assets/img/intro_bg.jpg) no-repeat;
    background-size: cover;
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.15));
}

.intro .intro_contents .intro_img_container {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    width: 100%;
    height: calc((96/375) * 100vw);
    margin: calc((16/375) * 100vw) auto;
}

.intro .intro_contents .intro_img_container img {
    width: calc((96 / 375) * 100vw);
    height: calc((96 / 375) * 100vw);
    border-radius: calc((48 / 375) * 100vw);
}

.intro .intro_contents p {
    font-size: calc((16 / 375) * 100vw);
    line-height: 180%;
    letter-spacing: 0.05em;
    color: #222222;
    text-align: center;
}

.intro .intro_contents p .emphasize {
    font-size: calc((24 / 375) * 100vw);
    line-height: 160%;
    color: #DD0040;
    letter-spacing: 0.05em;
    font-weight: bold;
}

.intro .intro_contents p .bold {
    font-weight: bold;
}

.intro .intro_contents p .brown {
    color: #550A00;
    font-size: calc((20 / 375) * 100vw);
    font-weight: bold;
}

.intro .intro_contents p .less_space {
    letter-spacing: 0;
}

/* ---------------------------------------------
*   Join
--------------------------------------------- */

.join {
    width: 100%;
    height: calc((510 / 375) * 100vw);
    background: #D13C67;
}

.join .join_contents {
    padding-top: calc((60 / 375) * 100vw);
}

.join .join_contents img {
    width: calc((335/375)*100vw);
    height: calc((102/375)*100vw);
    margin: 0 auto calc((16 / 375) * 100vw);
}

.join .join_contents p {
    text-align: center;
    font-weight: bold;
    color: #222222;
    font-size: calc((18/375)*100vw);
    line-height: 175%;
    letter-spacing: 0.05em;
}

.join .join_contents p .emphasize {
    font-weight: 900;
    color: #ffffff;
    font-size: calc((32/375)*100vw);
}

.join .join_contents .hashtag_container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: calc((335/375)*100vw);
    height: calc((149/375)*100vw);
    margin: calc((12 / 375) * 100vw) auto 0;
    border-radius: calc((3/375)*100vw);
    background: #FFFFFF;
}

.join .join_contents .hashtag_container p {
    margin: calc((9/375)*100vw) auto;
    font-weight: 900;
    color: #DD0040;
    font-size: calc((18/375)*100vw);
    line-height: 140%;
    letter-spacing: 0.05em;
}

.join .join_contents .hashtag_container .dotted_line {
    width: calc((298/375)*100vw);
    border-bottom: 1px dashed #DD0040;
    margin-bottom: calc((26/375)*100vw);
}

.join .join_contents .hashtag_container h1 {
    font-weight: 900;
    color: #222222;
    font-size: calc((36/375)*100vw);
    line-height: 140%;
    letter-spacing: 0.05em;
}

/* ---------------------------------------------
*   Present
--------------------------------------------- */

.present {
    width: 100%;
    height: calc((1017 / 375) * 100vw);
    background:url(https://c.synchrolife.io/campaign/202203_agemono/assets/img/present_bg.jpg) repeat, #FFFFFF;
}

.present .present_contents {
    position: relative;
    height: calc((1017 / 375) * 100vw);
    padding-top: calc((95/375)*100vw);
}

.present .present_contents .present_sakura {
    position: absolute;
    width: calc((185/375)*100vw);
    height: calc((95/375)*100vw);
    left: 0;
    top: 0;
}

.present .present_contents .present_ttl {
    width: calc((335/375)*100vw);
    height: calc((102/375)*100vw);
    margin: 0 auto calc((12 / 375) * 100vw);
}

.present .present_contents p {
    text-align: center;
    font-weight: bold;
    color: #222222;
    font-size: calc((18/375)*100vw);
    line-height: 170%;
    letter-spacing: 0.05em;
}

.present .present_contents p span {
    font-size: calc((32/375)*100vw);
    line-height: 130%;
}

.present .present_contents .present_list {
    width: calc((335/375)*100vw);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: calc((22/375)*100vw) auto 0;
    padding-top: calc((-12/375)*100vw);;
}

.present .present_contents .present_list .present_list_item {
    width: calc((162/375)*100vw);
    padding-top: calc((12/375)*100vw);
}

.present .present_contents .present_list .present_list_item img {
    width: calc((162/375)*100vw);
    height: calc((166/375)*100vw);
    margin-bottom: calc((6/375)*100vw);
}

.present .present_contents .present_list .present_list_item p {
    text-align: left;
    font-weight: bold;
    color: #DD0040;
    font-size: calc((12/375)*100vw);
    line-height: 150%;
    letter-spacing: 0;
}

.present .present_contents .present_footer {
    position: absolute;
    bottom: calc((95/375)*100vw);
    left: 0;
    width: 100%;
    height: calc((160/375)*100vw);
}

/*******************SYNCHROLIFE*******************/
.synchrolife{
    background:url(https://c.synchrolife.io/campaign/202203_agemono/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-weight:600;
    font-size: 24px;
}
.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/202203_agemono/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/202203_agemono/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;
    }
}