div.main{
    width: 100%; height: 100vh;
}
div.main section{
    background-image: url(../img/img_00.png);
    background-color: rgba(0,0,0,0.4);
    background-position: center;
    background-size: cover;
    background-blend-mode: multiply;
}
div.main section .fitday{
    width: 90%; max-width: 1440px; height: 70vh; margin: 0 auto;
    height: 70vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
div.main section .fitday .texts{}
div.main section .fitday .texts .logo{
    background-image: url(../img/fitday_logo.png);
    background-position-y: center;
    width: 100%; height: 15vh;
    background-size: auto;
    background-repeat: no-repeat;
}
div.main section .fitday .texts h3{
    font-weight: 700;
    margin-top: 20px;
}
div.main section .fitday .texts h4{
    margin-top: 20px;
}
div.main section .fitday .image{
    width: 40%;
    position: absolute; right: 0; top: 20%; margin: auto;
}
div.main section .fitday .image .phone{
    background-image: url(../img/img_01.png);
    background-position: center;
    height: 68vh;
    background-repeat: no-repeat;
    background-size: contain;
}
div.main section .download{
    height: 30vh;
}
div.main .download .btns{
    width: 50%; max-width: 900px; height: 30vh; margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
div.main .download .btns a{
    width: calc(50% - 10px); height: 120px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    color: inherit;
}
div.main .download .btns #apple{
    background-image: url(../img/img_02.png);
}
div.main .download .btns #apple:hover{
    background-image: url(../img/img_02-2.png);
}
div.main .download .btns #google{
    background-image: url(../img/img_03.png);
}
div.main .download .btns #google:hover{
    background-image: url(../img/img_03-2.png);
}
div.main .download .scroll{
    width: 5%; height: 5%;
    background-image: url(../img/scroll.png);
    background-size: 30%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute; left: 0; right: 0; bottom: 30px; margin: auto;
    animation-name: particle;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
@keyframes particle {
    from { transform: translate(0,  0px); }
    65%  { transform: translate(0, 10px); }
    to   { transform: translate(0, -0px); }    
}

div.ct1{
    background-image: url(../img/img_04.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%; height: 760px;
}
div.ct1 section{
    display: flex;
    justify-content: end;
    align-items: center;
}
div.ct1 section .texts{
    text-align: right; width: 50%;
}
div.ct1 section .texts h2{
    font-weight: 700;
}
div.ct1 section .texts p{
    margin-top: 30px;
}
div.ct2{
    background-image: url(../img/img_05.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%; height: 760px;
}
div.ct2 section{
    display: flex;
    align-items: center;
}
div.ct2 section .texts{
    width: 50%;
}
div.ct2 section .texts h2{
    font-weight: 700;
    color: #038fe6;
}
div.ct2 section .texts p{
    margin-top: 30px;
    color: #303030;
}

div.ct3{
    width: 100%; height: 960px; background-color: #038fe6;
    background-image: url(../img/img_06.png);
    background-size: cover;
    background-blend-mode: luminosity;
}
div.ct3 section{}
div.ct3 section .artGroup{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
div.ct3 section .artGroup .image{
    width: 50%; height: 100%; margin-right: 40px;
    background-image: url(../img/img_07.png);
    background-position: center; background-repeat: no-repeat; background-size: contain;
}
div.ct3 section .artGroup .texts{
    width: 50%;
}
div.ct3 section .artGroup .texts h2{
    font-weight: 700; text-align: center;
    line-height: 80px;
}
div.ct3 section .artGroup .texts article{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}
div.ct3 section .artGroup .texts .a1{
    margin-top: 20px;
}
div.ct3 section .artGroup .texts article .icon{
    width: 100px; height: 100px;
}
div.ct3 section .artGroup .texts article .i1{
    background-image: url(../img/img_08.png);
}
div.ct3 section .artGroup .texts article .i2{
    background-image: url(../img/img_09.png);
}
div.ct3 section .artGroup .texts article .i3{
    background-image: url(../img/img_10.png);
}
div.ct3 section .artGroup .texts article p{
    line-height: 36px; width: calc(100% - 120px);
}

div.ftrWrap{
    background-color: #111111;
    padding: 60px 0;
}
div.ftrWrap footer{
    font-size: 18px;
    width: 90%; height: 100%; max-width: 1440px; margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
div.ftrWrap footer .logo{
    background-image: url(../img/ttam_logo-01.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 10%; height: 30px;
}
div.ftrWrap footer .logo a{
    text-indent: -9999px;
    color: inherit; text-decoration: none; display: block;
    width: 100%; height: 100%;
}
div.ftrWrap footer .ttam{
    display: flex;
    justify-content: right;
}
div.ftrWrap footer .ttam .texts{}
div.ftrWrap footer .ttam ul{
    display: flex; line-height: 25px; 
}
div.ftrWrap footer .ttam ul li{
    margin-left: 20px;
}
div.ftrWrap footer .ttam ol{
    display: flex; line-height: 25px;
    justify-content: right;
}
div.ftrWrap footer .ttam ol li{
    margin-left: 20px;
}
div.ftrWrap footer .ttam .icons{
    display: flex;
    justify-content: right;
    align-items: center;
    margin-left: 15px;
}
div.ftrWrap footer .ttam .icons .icon{
    width: 35px; height: 35px; text-align: center; font-weight: 500;
    border-radius: 50px; background-color: #fff;
    margin-left: 5px;
}
div.ftrWrap footer .ttam .icons .icon i{
    font-size: 22px; color: #000; margin-right: 2px;
    text-indent: -1px; vertical-align: 2px;
}
div.ftrWrap footer .ttam .icons .i2{
    background-image: url(../img/img_09-2.png);
    width: 35px; height: 35px; background-repeat: no-repeat; background-position: center;
    cursor: pointer;
}
div.ftrWrap footer .ttam .icons .i2 a{
    width: 35px; height: 35px; display: block;
}