@charset "utf-8";
/*
@import url("https://fonts.googleapis.com/css?family=Oswald");
@import url("https://fonts.googleapis.com/css?family=Open%20Sans");
*/

/***** 汎用 *****/


html {
    overflow: auto;
}


body {
    overflow : hidden;
}

body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
}

img {
    width: 100%;
}

* {
    position: relative;
    font-weight: 100;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: transparent;
}

ul {
    list-style: none;
}

a {
    z-index: 100;
}
a:link {
    color: white;
    text-decoration: none;
}
a:visited {
    color: white;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}

.s a:link {opacity: 1;}
.s a:visited {opacity: 1;}
.s a:hover {opacity: 1;}



br.pc {display: inline;}
br.sp {display: none;}
.s br.pc {display: none;}
.s br.sp {display: inline;}


.pc {display: block;}
.sp {display: none;}
.s .pc {display: none;}
.s .sp {display: block;}


.disp_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}


/***** body *****/

body {
    background: #231815;
    font-family: "ヒラギノ角ゴ Pro","Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
    letter-spacing: 1.5px;
}



/***** container *****/
.container {
    position: relative;
    width: 100%;
}


/***** title *****/
.title {
    width: 100%;
    position: relative;
    background-image: url("../img/title_bg_blur.jpg");
    background-color: #FDFAE7;
    background-repeat: no-repeat, repeat-x;
    background-position: top;
    display: block;
    z-index: 1000;
}
.s .title {
    width: 100%;
    position: relative;
    background-image: url("../img/title_bg_blur.jpg");
    background-color: #FDFAE7;
    background-repeat: no-repeat, repeat-x;
    background-position: center top, right bottom;
    background-size: contain;
    display: block;
    z-index: 100;
}

.title_inner {
    width: 100%;
    max-width: 1020px;
    height: 100%;
    max-height: 1020px;
    background-image: url("../img/title_bg.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
    margin: auto;
    position: relative;
}

.s .title_inner {
    background: none;
    width: 100%;
    padding-bottom: 0;
}


div.box::before {content:''; display:block; padding-top:100%;}

.title_inner #title_background {
    width: 100%;
    max-width: 1020px;
}

.title_inner #title_honma_halo {
    max-width: 1020px;
    position: absolute;
    top: -48%;
    left: 24%;
    animation : 15s linear infinite halo_rotation;
}

@keyframes halo_rotation{
    0% {
        -webkit-transform: rotate(0) scale(1);
           -moz-transform: rotate(0) scale(1);
                transform: rotate(0) scale(1);

    }
    25% {
        -webkit-transform: rotate(20deg) scale(0.75);
           -moz-transform: rotate(20deg) scale(0.75);
                transform: rotate(20deg) scale(0.75);
    }
    50% {
        -webkit-transform: rotate(0) scale(1);
           -moz-transform: rotate(0) scale(1);
                transform: rotate(0) scale(1);
    }
    75% {
        -webkit-transform: rotate(-20deg) scale(0.85);
           -moz-transform: rotate(-20deg) scale(0.85);
                transform: rotate(-20deg) scale(0.85);
    }
    100% {
        -webkit-transform: rotate(0) scale(1);
           -moz-transform: rotate(0) scale(1);
                transform: rotate(0) scale(1);
    }
}



.title_inner #title_honma {
    width: 50%;
    max-width: 1020px;
    position: absolute;
    top: 0%;
    left: 50%;
}

.title_inner #title_floating_back {
    width: 100%;
    max-width: 1020px;
    position: absolute;
    top: 10%;
    left: 0%;
    animation : 4s linear infinite floating_movie;
}

@keyframes floating_movie{
    0% {
        transform: translate(0px,0px);
    }
    12.5% {
        transform: translate(5px,5px);
    }
    25% {
        transform: translate(10px,0px);
    }
    37.5% {
        transform: translate(5px,-5px);
    }
    50% {
        transform: translate(0px,0px);
    }
    62.5% {
        transform: translate(-5px,5px);
    }
    75% {
        transform: translate(-10px,0px);
    }
    87.5% {
        transform: translate(-5px,-5px);
    }
    100% {
        transform: translate(0px,0px);
    }
}



.title_inner #title_kaoru, .title_inner #title_kaoru_beam {
    width: 66%;
    max-width: 680px;
    position: absolute;
    top: 0%;
    right: 0%;
}

.title_inner #title_kaoru_beam {
    opacity: 0 ;
    animation : 7s linear infinite beam_opacity;
}

@keyframes beam_opacity{
    35% {
        opacity : 0;
    }
    50% {
        opacity : 1;
    }
    65% {
        opacity : 0;
    }
}

.title_inner #title_karauri {
    width: 100%;
    max-width: 1020px;
    position: absolute;
    bottom: 0%;
    left: 0%;
}

.title_inner #title_takane {
    width: 50%;
    max-width: 510px;
    position: absolute;
    bottom: 0%;
    left: 0%;
}

.title_inner #title_floating_front {
    width: 100%;
    max-width: 1020px;
    position: absolute;
    bottom: 0%;
    left: 0%;
    animation : 10s linear infinite floating_movie;

}

.title_inner #title_object {
    width: 100%;
    max-width: 1020px;
    position: absolute;
    bottom: 0%;
    left: 0%;
}

.title_inner #title_logo {
    width: 50%;
    max-width: 510x;
    position: absolute;
    top: 65%;
    left: 3%;
    padding-bottom: 100%;
}

.title_logo, .title_footer {
    position: absolute;
}

.title_logo {
    width: 40%;
    max-width: 640px;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%);
    z-index : 1100;
}

.s .title_logo {
    width: 55%;
    top: 0%;
    max-width: 640px;
    padding-top: -40px;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%);
    z-index: 1100;
}


.title_footer {
    width: 100%;
    height: auto;
    padding-top: 56%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%);
}
.s .title_footer {
    padding-top: 80%;
}

.title_txt {
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%);
}

.s .title_txt {
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%);
    padding: 4px 10px;
}

.title_start {
    width: 13.2%;
    top: 0;
    left: 130px;
}
.s .title_start {
    width: 23%;
    top: 21%;
    left: 2vw;
}

.title_download {
       -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -ms-flex-direction: row;
           flex-direction: row;
    -webkit-box-pack: center;
       -ms-flex-pack: center;
     justify-content: center;
     pointer-events: none;

}

.title_download .badge{
    width : 25% ;
}


/***** title_regist_btn *****/
.title_regist_btn {
    background: url("../img/dot_yellow.jpg");
    background-repeat: repeat;
    padding-top:30px;
    padding-bottom:40px;
    
}

.s .title_regist_btn {
    background: url("../img/dot_yellow.jpg");
    background-repeat: repeat;
    padding-top:10px;
    padding-bottom:28px;
    background-size: 10px 10px;
}

.title_regist_btn img{
    width: 80%;
    max-width: 800px;
    left: 50%;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%);
}

.s .title_regist_btn img{
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%);
    padding: 0 15px;
    margin: auto;
}


/***** main *****/
.main img{
    padding-top: 40px;
    padding-bottom: 40px;
    width: 100%;
    max-width: 800px;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%);
}
.s .main img{
    padding-top: 20px;
    padding-bottom: 10px;
    width: 80%;
    top: 0%;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%);
}

.after_store {
    background: url("../img/introduction_bg.jpg");
    width: 100%;
    background-size: cover;
    padding: 6%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -ms-flex-direction: column;
           flex-direction: column;
           -webkit-box-align: center;
           -ms-flex-align: center;
              align-items: center;
}

.after_store .store_list {
    max-width : 800px;
    margin: 0 auto 6%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
  justify-content: center;

}



.introduction {
    background: url("../img/intro_bg.jpg");
    width: 100%;
}


.introduction img{
    margin: auto;
}

.intro_detail{
    margin : 0 auto 3%;
}

.intro_detail img{
}


.after_detail{
    margin : 3% auto 0;
}

.after_detail img{
}


/***** about *****/
.about {
    background: url("../img/about_bg.jpg");
    background-size: 100%;
    width: 100%;

}

.about img {
    padding-top: 40px;
    padding-bottom: 40px;
    width: 100%;
    margin: auto;

}
.s .about img {
    padding-top: 10px;
    padding-bottom: 10px;
}


.about_detail {
    width : 80%;
    max-width: 800px;
    margin: auto;
}

.about_step {
    position: absolute;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -ms-flex-direction: column;
           flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}

/***** character *****/


.band img{
    width: 100%;
    vertical-align: bottom;
}


.charactor_contents {
    background: url("../img/chara_bg.jpg");
    background-size: cover;
    
    width: 100%;
}

.character {
    width: 100%;
    margin: auto;
    padding: 10% 0;

}
.s .character {
    padding: 10px;
    border-image-slice: 33%;
}

.character_list{
    width: 80%;
    max-width: 800px;
    margin: auto;
    position: relative;
}


.character_list img{
    width: 100%;
}

.character_main {
    width : 87% ;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -ms-flex-direction: column;
           flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
  justify-content: space-between;

}


.chara_head img {
    width: 100%;
    max-width: 240px;
    margin: auto;
    padding: 20px 0 15px;
}
.s .chara_head img {
    width: 100%;
    max-width: 120px;
    border-radius: 16px;
    padding: 4px 0 3px;
}

.chara_detail {
    width: 100%;
    max-width: 800px;
    -webkit-box-align: center;
    -ms-flex-align: center;
       align-items: center;
}


.chara_img {
width: 44% ;
}

.chara_img .chara_body {
    width: 100%;
    padding: 10% 0;

}

.chara_profile {
    width: 56% ;
    }
    

.chara_charaset {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
  justify-content: space-between;
}


.chara_charaset .chara_charaset_main {
    width : 70%;
}

.chara_charaset .chara_charaset_age {
    width : 20%;
}

.chara_charaset .chara_charaset_cv {
    width : 20%;
    max-width : 75px;
}

.chara_nameset {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
  justify-content: space-between;
}

.chara_name {
    width : 100%;
}

.chara_name p {
    font-size: 2vmin;
    margin : 5px 0 1px ;
}

.chara_phonetic {
    width: 100%;
}

.chara_phonetic p {
    font-size: 1.1vmin;
    margin : 1px 0 5px ;
}

.chara_cv {
    width: 100%;
}

.chara_cv p{
    font-size: 1.7vmin;
}

.chara_charaset_age {
    width: 100%;
}

.chara_charaset_age p {
    font-size: 1.6vmin;
    margin : 6px 0 0 ;
}

.chara_hr{
    height: 7px;
}

.chara_skill {
    width: 100%;
    margin : 8px 0 6px ;
}

.chara_skill p {
    font-size: 1.8vmin;
}

.chara_info {
    width: 100%;
    margin : 6px 0 6px ;
}


.chara_info p {
    font-size: 1.5vmin;
    margin : 3px 0 0 ;
}


.chara_list_line{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -ms-flex-direction: row;
           flex-direction: row;
           -webkit-box-pack: center;
           -ms-flex-pack: center;
         justify-content: center;
           }

.chara_list_icon{

}

        

/***** regist *****/
.regist {
    width: 100%;
    max-width: 800px;
    margin: auto;
    border: 4px solid #63c4ba;
    border-radius: 16px;
    border-image-slice: 33%;
    padding: 20px 20px;
    background: url("../img/dot_red.jpg");
    background-repeat: repeat;
    background-size: 20px 20px;
    background-position: right 2px top 0;
}
.s .regist {
    width: 80%;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 10px;
    border: 2px solid #63c4ba;
    border-radius: 4px;
    border-image-slice: 33%;
}

.regist_chart {
    width: 100%;
    max-width: 840px;

    
}
.s .regist_chart {
    border-radius: 16px;
    padding: 10px 10px;
}

.regist_btn_disp_flex {
    width: 100%;
    max-width: 800px;
    display: flex;
}

.regist_btn_flex .pc{
    padding: 20px;
    width: 100%;
}



/***** account_link *****/
.account_link img {
    width: 100%;
    max-width: 800px;
    padding-top: 40px;
    padding-bottom: 40px;
    width: 80%;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%);
}
.s .account_link img {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 80%;
    top: 0%;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%);
}




/***** after *****/
.after {
    width: 100%;
    max-width: 860px;
    padding-top: 40px;
    margin-top: -160px;
    padding-bottom: 40px;
    z-index: 0;
    margin: auto;
}
.s .after {
    width: 88%;
    padding-top: 15px;
    margin-top: 20px;
    padding-bottom: 16px;
    padding-right: 0;
    margin-bottom: 20px;
    margin: auto;
}

.news {
    margin: 40px;
}
.s .news {
    margin: 16px;
}


.news_list {
    width: 100%;
    height: 310px;
    border: 4px solid #63c4ba;
    border-radius: 16px;
    padding: 20px 20px;
    background: #f0e4d1;
    
}
.s .news_list {
    border: 2px solid #63c4ba;
    border-radius: 4px;
    padding: 10px 10px;
}

.news_list iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    border-radius: 16px;
}



.twitter {
    margin: 40px;
}
.s .twitter {
    margin: 16px;
}

.twitter_inner {
    border: 4px solid #63c4ba;
    border-radius: 16px;
    padding: 20px 20px;
    background: white;
}
.s .twitter_inner {
    border: 2px solid #63c4ba;
    border-radius: 4px;
    padding: 10px 10px;
}

.twitter_content {
    width: 100%;
    height: 310px;
    overflow-y: scroll;
}
.s .twitter_content {
    width: 100%;
    height: 240px;
}

#twitter-widget-0 {
}



/***** detail *****/
.detail {
    color: #e4ebff;
    font-size: 14px;
    line-height: 1.6em;
    background: url("../img/detail_bg.jpg");
    background-size: 24px;
    padding: 60px 0 10px;
    -webkit-box-pack: center;
       -ms-flex-pack: center;
     justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.s .detail {
    color: #e4ebff;
    font-size: 10px;
    letter-spacing: 0px;
    background-size: 12px;
    padding: 32px 20px;
}


.detail_inner {
    padding: 0 10px;
    -webkit-box-pack: center;
       -ms-flex-pack: center;
       justify-content: center;
}

.detail_inner .link_img {
    width : 14px;
}

.detail_list dt{
    margin : 0 0 15px 0;
    float: left;
  }
.detail_list dd{
    margin : 0 0 15px 75px;
}

.s .detail_list dd{
    margin : 0 0 15px 55px;
    }
    
.detail_list dd .os{
margin : 0 0 0 0 ;
}

.detail_list dd .spec{
    margin : 0 0 0 15px;
}

.Afterword{
    background: url("../img/banner_bg.jpg");
    background-size: cover;
}

.relating_game{
    width: 100%;
}

.relating_game img{
    width: 80%;
    max-width: 800px;
    margin: auto;
}


/***** footer *****/
#page_top{
    width: 100px;
    height: 60px;
    position: fixed;
    right: 0;
    bottom: 0;
    background-image: url("../img/pagetop.png");
    z-index: 1010;
  }

  #page_top a{
    position: relative;
    display: block;
    width: 100px;
    height: 60px;
    z-index: 1010;
  }

.footer {
    background: #030d36;
    padding: 20px 0;
    text-align: center;
}
.s .footer {
    padding: 10px 0;
}

.footer p {
    color: #e4ebff;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0px;
}
.s .footer p {
    font-size: 9px;
}



