*{
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
@font-face{
font-family: mplus-1c-black;
src: url('../font/mplus-1c-black.ttf')
     format("truetype");
}
@font-face{
font-family: mplus-1c-bold;
src: url('../font/mplus-1c-bold.ttf')
     format("truetype");
}
@font-face{
font-family: mplus-1c-heavy;
src: url('../font/mplus-1c-heavy.ttf')
     format("truetype");
}
@font-face{
font-family: mplus-1c-light;
src: url('../font/mplus-1c-light.ttf')
     format("truetype");
}
@font-face{
font-family: mplus-1c-regular;
src: url('../font/mplus-1c-regular.ttf')
     format("truetype");
}
@font-face{
font-family: mplus-1c-medium;
src: url('../font/mplus-1c-medium.ttf')
     format("truetype");
}
@font-face{
font-family: mplus-1c-thin;
src: url('../font/mplus-1c-thin.ttf')
     format("truetype");
}

body{
	background-color: #121122;
}
p,span,tr,td,li,h2,h3,a{
    font-family: mplus-1c-thin;
	color: #ffffff;
}
a{
    cursor: pointer;
}

.transition{
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.fix_width{
    /*min-width: 1024px;*/
}

#wrap{
    width: 100%;
    overflow: hidden;
    text-align: center;
    position: relative;
}
#background{
    background-image: url(../img/background.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; 
    height: 100%;
    z-index: -1;
    opacity: 0;
}
#background img{
    width: 100%;
    margin-top: -100px;
}
#main{
}
#loading{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #121122;
    z-index: 999;
}

/*----------------------
    contents_top
----------------------*/
.contents_top{
    padding: 218px 0 100px;
    position: relative;
    width: 100%;
}
.collect_icon{
    border-radius: 25px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 118px;
    height: 118px;
    z-index: 999;
    -webkit-transition: background-color 1s ease;
    -moz-transition: background-color 1s ease;
    transition: background-color 1s ease;
}
.collect_icon.backdround{
    background-color: #e2e2e2
}
.collect_icon img{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.collect_icon--color{
    opacity: 0;
}
.contents_top h1{
    margin-top: 30px;
    opacity: 0;
    transform: translate(0px, 30px);
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.contents_top h1.opening{
    transform: translate(0px, 0px);
    opacity: 1;
}
.contents_top h1 img{
    width: 170px;
}
.contents_top .sub_title{
    font-size: 20px;
    margin-top: 20px;
    opacity: 0;
    transform: translate(0px, 30px);
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.contents_top .sub_title.opening{
    transform: translate(0px, 0px);
    opacity: 1;
}
.contents_top .appstore_box{
    margin-top: 80px;
    position: relative;
}
.appstore_box p{
    font-size: 18px;
    margin-bottom: 10px;
    opacity: 0;
    transform: translate(0px, 30px);
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.appstore_box p.opening{
    transform: translate(0px, 0px);
    opacity: 1;
}
/*-----初期リリース------*/
.appstore_box p{
    display: none;
}
/*-----------/----------*/
.appstore_box a{
    display: block;
    opacity: 0;
    transform: translate(0px, 30px);
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.appstore_box a.opening{
    transform: translate(0px, 0px);
    opacity: 1;
}
.appstore_box a img{
    width: 180px;
}

/*----------------------
    contents_main
----------------------*/
.contents_main{
    max-width: 1024px;
    margin: auto;
}
.app_index{
    position: relative;
    width: 100%;
}
.app_index_text{
    display: table;
    width: 350px;
    position: absolute;
}
.app_index_text--1,
.app_index_text--3{
    padding-right: 50px;
    text-align: right;
    left: 0;
}
.app_index_text--3{
    top: 66%;
}
.app_index_text--2{
    padding-left: 50px;
    text-align: left;
    top: 33%;
    right: 0;
}
.app_index_text_inner{
    display: table-cell;
    vertical-align: middle;
}
.app_index_text h2{
    font-family: mplus-1c-heavy;
    font-size: 36px;
}
.app_index_text p{
    font-family: mplus-1c-medium;
    font-size: 18px;
    margin-top: 20px;
    line-height: 26px;
}
.app_index_iphone{
    max-width: 1024px;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}
.app_index_iphone.fixed{
    position: fixed;
    top: 0;
}
.iphone{
    background-image: url(../img/iphone.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 324px; 
    height: 632px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    transform: translate(0px, 30px);
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.iphone.opening{
    transform: translate(0px, 0px);
    opacity: 1;
}
.iphone_screen{
    background-color: #121122;
    width: 270px;
    height: 480px;
    margin: 68px auto 0;
    overflow: hidden;
    position: relative;
}
.sp_step_img{
    display: none;
}

/*----------------------
    iphone animation
----------------------*/
/* step 1 */
.moya{
    width: 260px;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    margin: auto;
    height: 253px;
}
.moya img{
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}
.moya img.moya_1,.moya img.moya_2,
.moya img.moya_3,.moya img.moya_4{
    transform: translate(-50px, 0px);
}
.moya img.moya_5,.moya img.moya_6,
.moya img.moya_7,.moya img.moya_8{
    transform: translate(50px, 0px);
}
.moya img.start{
    opacity: 1;
    transform: translate(0px, 0px);
}
.rasping_tool{
    position: absolute;
    top: -70px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 190px;
    height: 218px;
}
.rasping_tool img{
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
}
.rasping_tool img.magic{
    opacity: 0;
}
.time{
    color: #ffffff;
    font-family: mplus-1c-black;
    font-size: 30px;
    position: absolute;
    text-align: center;
    bottom: 110px;
    width: 100%;
}
.rasping_btn,
.restart_btn{
    box-shadow: 0px 5px 0px 0px #056f66;
    background-color: #079488;
    border-radius: 5px;
    color: #ffffff;
    font-family: mplus-1c-light;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    letter-spacing: 2px;
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: auto;
    width: 160px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.rasping_btn.push{
    background-color: #068076;
    box-shadow: 0px 3px 0px 0px #056f66;
    transform: translate(0px, 3px);
}
.rasping_btn.stop{
    opacity: 0;
    background-color: #343c65;
    box-shadow: 0px 5px 0px 0px #22294b;
}
/* step 2 */
.step_2{
    display: none;
}
.step_2_text{
    font-family: mplus-1c-medium;
    font-size: 15px;
    letter-spacing: 1px;
    margin-top: 70px;
    opacity: 0;
}
.treasure,
.kirakira{
    position: absolute;
    top: 140px;
    width: 100%;
}
.treasure_effect{
    position: absolute;
    left: 0;
    right: 0;
    top: 35px;
    margin: auto;
    width: 210px;
    transform: scale(0);
}
.treasure_effect.animate{
    animation-name: treasure_effect_animation;
    animation-duration: .75s;
    animation-iteration-count: 1;
    animation-fill-mode:forwards;
}
@keyframes treasure_effect_animation {
    0% { transform: scale(0); }
    45% { transform: scale(1.2); }
    70% { transform: scale(0.9); }
    100% { transform: scale(1);}
}
.treasure_img{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 100px;
    opacity: 0;
    transform: translate(0px, -40px);
}
.treasure_img.animate{
    animation-name: treasure_img_animation;
    animation-duration: .3s;
    animation-iteration-count: 1;
    animation-fill-mode:forwards;
}
@keyframes treasure_img_animation {
    0% { opacity: 0; transform: translate(0px, -40px); }
    100% { opacity: 1; transform: translate(0px, 0px);}
}
.kirakira{
    opacity: 0;
}
.kira{
    position: absolute;
    opacity: 0;
}
.kira.animate{
    animation-name: kirakira_animation;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
.kira_1{
    left: 20px;
    top: 140px;
    width: 40px;
    animation-delay: 0.5s;
}
.kira_2{
    left: 65px;
    top: 15px;
    width: 20px;
    animation-delay: 0.7s;
}
.kira_3{
    left: 200px;
    top: -10px;
    width: 30px;
    animation-delay: 0.3s;
}
.kira_4{
    left: 185px;
    top: 110px;
    width: 35px;
}
@keyframes kirakira_animation {
    0% { opacity: 0; }
    50% { opacity: 1;}
    100% { opacity: 0;}
}
.star{
    position: absolute;
    bottom: 120px;
    left: 0;
    width: 100%;
}
.star img{
    width: 26px;
    display: inline-block;
    transform: translate(0px, 10px);
    opacity: 0;
}
.star img.animate{
    animation-name: star_animation;
    animation-duration: .8s;
    animation-iteration-count: 1;
    animation-fill-mode:forwards;
}
@keyframes star_animation {
    0% { opacity: 0; transform: translate(0px, 10px); }
    50% { transform: translate(0px, -10px);}
    100% { opacity: 1; transform: translate(0px, 0px);}
}
.star_2{
    animation-delay: 0.2s;
}
.star_3{
    animation-delay: 0.4s;
}
.star_4{
    animation-delay: 0.6s;
}
.restart_btn{
    opacity: 0;
}
/* step 3 */
.step_3{
    display: none;
}
.step_3 .background{
    background-image: url(../img/background_top.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 120%;
    height: 100%;
    position: absolute;
    left: -10%;
    opacity: 0.2;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}
.step_3 .background.animate{
    transform: translate(0px,120px) scale(0.85);
}
.tresure_box{
    position: absolute;
    width: 230px;
    top: 120px;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}
.tresure_box.animate{
    transform: translate(0px, 170px) scale(0.7);
}
.tresure_box img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.tresure_box img.box_treasure{
    top: 30px;
}
.tresure_box img.box_treasure.open{
    transform :translate(0px, -30px); 
    animation-name: box_treasure_open;
    animation-duration: .6s;
    animation-iteration-count: 1;
    animation-fill-mode:forwards;
}
@keyframes box_treasure_open {
    0% { transform: translate(0px, 0px); }
    70% { transform: translate(0px, -36px);}
    100% {transform: translate(0px, -30px);}
}
.tresure_box img.box_treasure.close{
    opacity: 1; 
    animation-name: box_treasure_close;
    animation-duration: .6s;
    animation-iteration-count: 1;
    animation-fill-mode:forwards;
}
@keyframes box_treasure_close {
    0% { transform: translate(0px, -30px); }
    100% {transform: translate(0px, 0px);}
}
.tresure_box_kira{
    position: absolute;
    width: 100%;
    top: 120px;
    left: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}
.tresure_box_kira.animate{
    transform: translate(0px, 130px) scale(0.8);
    opacity: 0;
}
.tresure_box_kira img{
    position: absolute;
    animation-name: kirakira_animation;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
.tresure_box_kira_1{
    left: 45px;
    top: 120px;
    width: 35px;
    animation-delay: 0.5s;
}
.tresure_box_kira_2{
    left: 80px;
    top: 90px;
    width: 20px;
    animation-delay: 0.7s;
}
.tresure_box_kira_3{
    left: 170px;
    top: 70px;
    width: 35px;
    animation-delay: 0.3s;
}
.tresure_box_kira_4{
    left: 170px;
    top: 140px;
    width: 25px;
}
.top_moya{
    position: absolute;
    width: 95%;
    left: 0;
    right: 0;
    top: 30px;
    margin: auto;
    opacity: 0;
}
.top_moya img{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    transform: scaleY(0) translate(0px, 200px);
    -webkit-transition: transform 1s ease;
    -moz-transition: transform 1s ease;
    transition: transform 1s ease;
}
.top_moya img.animate{
    transform: scaleY(1) translate(0px, 0px);
}
.light_back{
    position: absolute;
    width: 110%;
    left: -55%;
    margin-left: 47%;
    bottom: 100px;
    opacity: 0;
    transform: scaleY(0);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}
.light_back.animate{
    opacity: 1;
    transform: scaleY(1);
}
.jewelry{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.jewelry img{
    width: 44px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 400px;
    opacity: 0;
    transform: scale(0);
    -webkit-transition: left 0.6s ease, top 0.6s ease, opacity 0.6s 0.2s ease, transform 0.6s ease;
    -moz-transition: left 0.6s ease, top 0.6s ease, opacity 0.6s 0.2s ease, transform 0.6s ease;
    transition: left 0.6s ease, top 0.6s ease, opacity 0.6s 0.2s ease, transform 0.6s ease;
}
.jewelry img.animate{
    opacity: 1;
    transform: scale(1);
}
.jewelry img.jewelry_1.animate{left: -74%; top: 50px;}
.jewelry img.jewelry_2.animate{left: -37%; top: 50px;}
.jewelry img.jewelry_3.animate{left: 0; top: 50px;}
.jewelry img.jewelry_4.animate{left: 37%; top: 50px;}
.jewelry img.jewelry_5.animate{left: 74%; top: 50px;}
.jewelry img.jewelry_6.animate{left: -55.5%; top: 105px;}
.jewelry img.jewelry_7.animate{left: -18.5%; top: 105px;}
.jewelry img.jewelry_8.animate{left: 18.5%; top: 105px;}
.jewelry img.jewelry_9.animate{left: 55.5%; top: 105px;}
.jewelry img.jewelry_10.animate{left: -37%; top: 160px;}
.jewelry img.jewelry_11.animate{left: 0; top: 160px;}
.jewelry img.jewelry_12.animate{left: 37%; top: 160px;}
.jewelry img.jewelry_13.animate{left: -18.5%; top: 215px;}
.jewelry img.jewelry_14.animate{left: 18.5%; top: 215px;}
.jewelry img.jewelry_15.animate{left: 0; top: 270px;}

/*----------------------
    contents_bottom
----------------------*/
.contents_bottom{
    padding: 100px 0 10px;
}
.contents_bottom .presented_text{
    font-size: 18px;
    margin-top: 80px;
}
.presented_list{
    margin-top: 30px;
}
.presented_list li{
    display: inline-block;
    margin: 0 30px;
}
.presented_list li a{
    display: block;
}
.presented_list li.timecrowd img{
    width: 79px;
}
.presented_list li.eaze img{
    width: 84px;
}
.copyright{
    font-size: 11px;
    margin-top: 100px;
}





/***************************************
****************************************

SP

****************************************
***************************************/
@media screen and (max-width: 750px) {

#background{
    background-image: url(../img/sp_background.svg);
}

.contents_top .sub_title{
    font-size: 18px;
    width: 240px;
    line-height: 24px;
    margin: 20px auto;
}
.app_index_text{
    width: 100%;
    text-align: center;
}
.app_index_text--1,
.app_index_text--2,
.app_index_text--3{
    padding: 0 20px;
}
.iphone{
    width: 260px;
    height: 507px;
}
.iphone_screen{
    width: 83.33%;
    height: 75.94%;
    margin: 18.5% auto 0;
}
.pc_step_img{
    display: none;
}
.sp_step_img{
    display: block;
    width: 100%
}

.contents_bottom .presented_text{
    font-size: 16px;
}
.presented_list li{
    margin: 0 15px;
}
.presented_list li.timecrowd img{
    width: 59px;
}
.presented_list li.eaze img{
    width: 64px;
}

}

