@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 {
    background:url(../img/mv_bg.jpg) no-repeat top left;
    background-size: cover;
    width: calc((375/375) * 100vw);
    height: calc((1043/375) * 100vw);
}

.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 {
    position: absolute;
    width: calc((306/375) * 100vw);
    height: calc((188/375) * 100vw);
    top: calc((131/375) * 100vw);
    left: calc((26/375) * 100vw);
}

.mv .intro {
    position: absolute;
    background:url(../img/mv_detail_bg.svg) no-repeat top left;
    background-size: cover;
    width: calc((335/375) * 100vw);
    height: calc((594/375) * 100vw);
    top: calc((430/375) * 100vw);
    left: calc((20/375) * 100vw);
}

p {
    text-align: center;
    font-size: calc((16/375) * 100vw);
    margin-top: 25px;
    line-height: 180%;
}

span {
    font-weight: bold;
    font-size: calc((24/375) * 100vw);
}

.underline {
    background: linear-gradient(transparent 60%, #FED73E 40%);
}

b {
    font-weight: bold;
}

.mv .intro .intro_img {
    margin: 16px auto 0;
    width: calc((296/375) * 100vw);
}

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

.join p {
    font-size: calc((18/375) * 100vw);
}

.join_contents {

}

.join_contents .join_header {
    width: calc((335/375) * 100vw);
    margin: auto;
}

.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: solid;
    border-color: #000000;
    border-width: calc((2/375) * 100vw);
    border-radius: calc((3/375)*100vw);
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

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

.join .join_contents .hashtag_container span {
    font-size: calc((28/375) * 100vw);
    font-weight: 900;
}

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

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

.present_contents .present_header {
    width: calc((335/375) * 100vw);
    margin: auto;
}

.present p {
    font-size: calc((18/375) * 100vw);
}

.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: #000000;
    font-size: calc((12/375)*100vw);
    line-height: 150%;
    letter-spacing: 0;
    margin: 0;
    text-decoration:underline;
    text-decoration-color:#000000;
}

.present .present_contents .ap {
    margin: calc((16/375)*100vw);
    text-align: left;
    font-weight: normal;
    color: #555555;
    font-size: calc((12/375)*100vw);
    line-height: 100%;
    letter-spacing: 0;
}

.present .present_contents .present_footer {
    width: calc((375/375)*100vw);
    height: calc((200/375)*100vw);
}

/*******************SYNCHROLIFE*******************/
.synchrolife{
    background:url(../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(../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(../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;
    }
}