@font-face{
  font-family: 'myFont';
  src: url('../myfont.woff') format('woff');
}

body{
}


ul {
    padding-left: 0px;
}

li {
    list-style: none;
}

html,body {
    color: #353535;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.05em;
    margin: 0;
    font-family:'myFont', "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, "Sawarabi Gothic", sans-serif;
    text-align: center;
    background-color: #f7f8f9;
}



a {
    color: #444344;
    text-decoration: none;
}



img {
    margin: 0;
    padding: 0;
    vertical-align: bottom;
}



#scrollValue{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 30px;
    width: 100px;
    z-index: 1000;
}

.clear {
    clear: both;
}

.underline {
    text-decoration: underline;
}



.loading {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #f6f7f8;
    z-index: 200;

    display: flex;
    justify-content: center;
    align-items: center;
}


.container{
    position: relative;
    width: 100%;
    max-width: 425px;
    text-align: center;
    margin: 0 auto;
}



.pokemon{
    font-family:sans-serif;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
トップ
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/*------------------
SP(425)
------------------*/

.top_div{
    position: relative;
    width: 100%;
    margin-left: 0px;
    padding-bottom: 50px;
    background-color: #353535;
    text-align: center;

    z-index: 10;
}

.cdjacket{
    opacity: 0;
    width: calc(100% - 20px * 2);
    margin-top: 20px;
    box-shadow: 6px 6px 10px rgba(0,0,0,0.2);
    transition: all 0.6s;
    transition-timing-function:ease-in-out;
}

.release{
    opacity: 0;
    display: inline-block;
    margin-top: 36px;
    padding: 6px 10px;
    font-size: 10px;
    color: #fff;
    line-height: 1em;
    border: 1px solid #fff;
    border-radius: 20px;
    transition: all 1s;
    transition-timing-function:ease-in-out;
}

.second{
    opacity: 0;
    display: block;
    color: #fff;
    line-height: 1em;
    transition: all 1s;
    transition-timing-function:ease-in-out;

}

.nytn{
    opacity: 0;
    display: block;
    margin-top: 32px;
    margin-bottom: 20px;
    font-size: 20px;
    color: #fff;
    line-height: 1em;
    transition: all 1s;
    transition-timing-function:ease-in-out;
}

.title{
    opacity: 0;
    display: block;
    margin-top: 10px;
    font-size: 28px;
    color: #fff;
    line-height: 1em;
    transition: all 1s;
    transition-timing-function:ease-in-out;
}

@media screen and (min-width : 375px) {
    .title{
    font-size: 32px;
    transition: all 1s;
    transition-timing-function:ease-in-out;
    }
}

.tl{
    opacity: 0;
    margin: 0 auto;
    margin-top: calc(42px - 16px);
    width: calc(100% - 26px * 2);
    padding: 36px 0;
    line-height: 2.4em;
    text-align: center;
    color: #353535;
    font-size: 16px;
    background-color: rgba(255,255,255,1);
    border-radius: 16px;
    box-sizing: border-box;
    transition: all 1s;
    transform: translateY(36px);
}

.kashi{
    display: block;
    margin-top: 20px;
    font-size: 16px;
    letter-spacing: 0.2em;
    color: #fff;
    transition: all 1s;
    transition-timing-function:ease-in-out;
    opacity: 0;
}

.tl_title{
    display: inline-block;
    font-size: 20px;
    line-height: 1em;
    color: #f18c3b;
    font-weight: bold;
}
.bn_title{
    display: inline-block;
    margin-top: 36px;
    font-size: 20px;
    line-height: 1em;
    color: #f18c3b;
    font-weight: bold;
}

.small{
    display: block;
    font-size: 10px;
    line-height: 1em;
    margin-bottom:20px;
    opacity: 0.5;
}


.backdiv{
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 425px;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}


.buttondiv{
    width: calc(100% - 26px * 2);
    margin: auto;
    margin-top: 36px;
    opacity: 0;
    background-color: #f18c3b;
    font-size: 16px;
    color: #353535;
    text-align: center;
    letter-spacing: 0.2em;
    padding: 12px;
    border-radius: 24px;
    transition: all 1s;
    transition-timing-function:ease-in-out;
    box-sizing: border-box;
}

@media screen and (max-width : 319px) {
    .buttondiv{
    width: calc(100% - 36px * 2);
    }
}

.wave{
    position: relative;
    width: 100%;
    z-index: 20;
}

.footer_buttondiv{
    margin-top: calc(50px - 10px);
}

.footer{
    position: relative;
    width: 100%;
    max-width: 425px;
    padding-top: 50px;
    background-color: #f18c3b;
    box-sizing: border-box;
}

.footer_wave{
    position: relative;
    width: 100%;
}

.footer_title{
    display: block;
    font-size: 26px;
    line-height: 1em;
    margin-bottom: 10px;
}

.arrowdiv{
    display: none;
    position: fixed;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 425px;
    height: 0px;
    z-index: 100;
    box-sizing: border-box;
}

.arrowdiv_inner{
    position: absolute;
    width: 58px;
    height: 58px;
    bottom: 16px;
    right: 16px;
    box-sizing: border-box;
    background-color: #f18c3b;
    border-radius: 50%;
     -webkit-filter: drop-shadow(0px 0px 6px rgba(0,0,0,.2));
    filter: drop-shadow(0px 0px 6px rgba(0,0,0,.2));
    transform: translateZ(0);
}

.arrowdiv img{
    width:58px;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
01
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/*------------------
SP(425)
------------------*/

.tr{
    padding: 94px 26px;
    width: 100%;
    box-sizing: border-box;

}


.music1{
    position: relative;
    z-index: 10;
    text-align: left;
}

.tr_title{
    margin-bottom: calc(50px - 12px);
    font-size: 26px;
    line-height: 1em;
}

.tr_text{
    line-height: 2.4em;
}

.bg1{
    opacity: 1;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: all 1.2s;
    background-color: #f18c3b;

    background-image: url('../img/bg1_2x.png');
    background-size:cover;
    background-position: center center;
    background-repeat: no-repeat;
}





/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
02
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/*------------------
SP(425)
------------------*/

.music2{
    position: relative;
    z-index: 10;
    text-align: center;
}

.bg2{
    opacity: 0;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 2;
    transition: all 1.2s;

    background-image: url('../img/bg2_2x.png');
    background-size:cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.text2{
    color: #f18c3b;
}

.show{
    opacity: 1 !important;
    transform: translateY(0px);
}





/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
03
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/*------------------
SP(425)
------------------*/

.music3{
    position: relative;
    z-index: 11;
    text-align: left;
}

.bg3{
    opacity: 0;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #f18c3b;
    z-index: 3;
    transition: all 1.2s;

    background-image: url('../img/bg3_2x.png');
    background-size:cover;
    background-position: center center;
    background-repeat: no-repeat;
}



.text3{
    color: #353535;
}




/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
04
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/*------------------
SP(425)
------------------*/

.music4{
    position: relative;
    z-index: 11;
    text-align: left;
}

.bg4{
    opacity: 0;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 3;
    transition: all 1.2s;
    background-image: url('../img/bg4_2x.png');
    background-size:cover;
    background-position: center center;
    background-repeat: no-repeat;

}

.text4{
    color: #fff;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
05
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/*------------------
SP(425)
------------------*/

.music5{
    position: relative;
    z-index: 11;
    text-align: left;
}

.bg5{
    opacity: 0;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 3;
    transition: all 1.2s;
    background-image: url('../img/bg5_2x.png');
    background-size:cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.text5{
    color: #f18c3b;
}



/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
06
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/*------------------
SP(425)
------------------*/

.music6{
    position: relative;
    z-index: 11;
    text-align: center;
}

.bg6{
    opacity: 0;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #f18c3b;
    z-index: 3;
    transition: all 1.2s;

    background-image: url('../img/bg6_2x.png');
    background-size:cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.text6{
    color: #353535;
}



/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
07
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/*------------------
SP(425)
------------------*/

.music7{
    position: relative;
    z-index: 11;
    text-align: left;
}

.bg7{
    opacity: 0;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #f18c3b;
    z-index: 3;
    transition: all 1.2s;

    background-image: url('../img/bg7_2x.png');
    background-size:cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.text7{
    color: #fff;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
08
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/*------------------
SP(425)
------------------*/

.music8{
    position: relative;
    z-index: 11;
    text-align: center;
}

.bg8{
    opacity: 0;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 3;
    transition: all 1.2s;
    background-image: url('../img/bg8_2x.png');
    background-size:cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.text8{
    color: #111;
}
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
09
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/*------------------
SP(425)
------------------*/

.music9{
    position: relative;
    z-index: 11;
    text-align: left;
}

.bg9{
    opacity: 0;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #353535;
    z-index: 3;
    transition: all 1.2s;
    background-image: url('../img/bg9_2x.png');
    background-size:cover;
    background-position: center center;
    background-repeat: no-repeat;


}

.text9{
    color: #fff;
}
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
10
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/*------------------
SP(425)
------------------*/

.music10{
    position: relative;
    z-index: 11;
    text-align: left;
}

.bg10{
    opacity: 0;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 3;
    transition: all 1.2s;
    background-image: url('../img/bg10_2x.png');
    background-size:cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.text10{
    color: #353535;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
11
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/*------------------
SP(425)
------------------*/

.music11{
    position: relative;
    z-index: 11;
    text-align: center;
}

.bg11{
    opacity: 0;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #f18c3b;
    z-index: 3;
    transition: all 1.2s;
    background-image: url('../img/bg11_2x.png');
    background-size:cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.text11{
    color: #fff;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
12
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/*------------------
SP(425)
------------------*/

.music12{
    position: relative;
    z-index: 11;
    text-align: left;
}

.bg12{
    opacity: 0;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 3;
    transition: all 1.2s;
    background-image: url('../img/bg12_2x.png');
    background-size:cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.text12{
    color: #f18c3b;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
13
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/*------------------
SP(425)
------------------*/

.music13{
    position: relative;
    z-index: 11;
    text-align: left;
}

.bg13{
    opacity: 0;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #353535;
    z-index: 3;
    transition: all 1.2s;
    background-image: url('../img/bg13_2x.png');
    background-size:cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.text13{
    color: #fff;
}




/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
フッタ
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*------------------
SP(425)
------------------*/

.cr{
    position: relative;
    width: 100%;
    height: 42px;
    margin-top: 50px;
    font-size: 10px;
    color: #111;
    line-height: 1em;
    text-align: center;
    z-index: 10;
    opacity: 0.5;
}

.thanks{
    display: block;
    margin-bottom: 26px;
    font-size: 18px;
}


