@charset "UTF-8";
/* CSS Document */

html { font-size: 62.5%; }/*デフォルトフォントサイズを10pxに変更*/

main {
    width: 1080px;
    height: 1548px;
    overflow:hidden;
    transform-origin:0% 0%;
}

#hand ,#hand img,#bc ,#bc img,#bc2 ,#bc2 img,#bc3 ,#bc3 img,#bc4 ,#bc4 img,#copy ,#copy img, p, .flame_image{
    pointer-events:none;
    -webkit-user-select:none;
}

/*個別設定*/
.clearfix:after{
    content: ".";
    display: block;
    height: 0;
    font-size:0;
    clear: both;
    visibility:hidden;
}

/*背景画像*/
#bc{
    width: 1080px;
    height: 1548px;
    top: 0;
    left: 0;
    position: relative;
    z-index: 0;
}
#bc img{
    width: 1080px;
}
#copy{
    width: 1080px;
    height: 1548px;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 0;
}
#copy img{
    width: 1080px;
}
#bc2{
    top: 504.5px;
    text-align: center;
    position: relative;
    z-index: 0;
}
#bc3{
    top: 598px;
    text-align: center;
    position: relative;
    z-index: 0;
}
#bc4{
    width: 1080px;
    height: 1548px;
    top: 0;
    left: 0;
    position: relative;
    z-index: 0;
    /*filter:blur(10px);*/
}
#bc4 img{
    width: 1080px;
}
.bc_img1{
    width: 782px;
    height: auto;
    display: block;
    margin: 25px auto 0px;
}

/*内容*/
#cont{
    width: 1080px;
    height: 1548px;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 10;
}

#cont .inner-box{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#gray-out{
    width: 1080px;
    height: 1548px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    /*opacity: 0.8;*/
    opacity: 0.5;
	display:none;
}
#point_frame{
    width: 242px;
    height: 188px;
    border-radius: 35px;
    border: 20px #ff0000 solid;
    margin: 60px auto 0px;
}
#hand{
   position: absolute;
   top:203px;
   left: 597px;
   transform: rotate( -15deg );
   -webkit-animation: blinkitem 0.5s infinite alternate;
   -moz-animation: blinkitem 0.5s infinite alternate;
   animation: blinkitem 0.5s infinite alternate;
}
#point_frame1{
    border-radius: 35px;
    border: 20px #ff0000 solid;
}
#hand1{
   position: absolute;
   transform: rotate( -15deg );
   -webkit-animation: blinkitem 0.5s infinite alternate;
   -moz-animation: blinkitem 0.5s infinite alternate;
   animation: blinkitem 0.5s infinite alternate;
}
#hand1 img{
    width:145px;
}
#hand img{
    width:145px;
}
@-webkit-keyframes blinkitem {
 from { opacity: 1.0; } to { opacity: 0; }
}
@-moz-keyframes blinkitem {
 from { opacity: 1.0; } to { opacity: 0; }
}
@keyframes blinkitem {
 from { opacity: 1.0; } to { opacity: 0; }
}
#character01{
   position: absolute;
   top:1005px;
   left: 24px;
}
#character02{
   position: absolute;
   top: 343px;
   left: 24px;
}
#character03{
   position: absolute;
   top:1005px;
   left: 15px;
}
#mark_google {
    top: 1185px;
    right: 90px;
    position: absolute;
}

/*テキスト画像ボックスのサイズと位置1*/
.txt_flame-box{/*テキストボックス 縦方向と横方向の中央揃えBOX */
    display: -webkit-flex;
    display: flex;
     -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
    align-items: center;
    -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
    justify-content: center; /* 横方向中央揃え */
}
.txt_flame-box-vertical{/*テキストボックス 縦方向のみの中央揃えBOX */
    display: -webkit-flex;
    display: flex;
     -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
    align-items: center;
}

/*テキスト画像ボックスのサイズと位置-個別設定*/
.box01posi{
    width: 100%;
    position: absolute;
    bottom: 578px;
}
.flame01size{
    width: 970px;
    height: auto;
    /*padding: 5.5rem 4.5rem;*/
    padding: 2rem 2rem;
    /*border: 10px #EB5505 solid;*/
    border: 20px #5c8831 double;
    background-color: #fff;
    border-radius: 30px;
    margin: 0 auto;
}
.box02posi{
    width: 100%;
    position: absolute;
    bottom: 1226px;
}
.flame02size{
    width: 970px;
    height: auto;
    /*padding: 5rem 2rem;*/
    padding: 2rem 2rem;
    /*border: 10px #424242 solid;*/
    border: 20px #5c8831 double;
    background-color: #fff;
    border-radius: 30px;
    margin: 0 auto;
    z-index: 100;
}
.flame03size{
    width: 970px;
    height: auto;
    /*padding: 3rem 2rem;*/
    padding: 2rem 2rem;
    border: 10px #424242 solid;
    background-color: #fff;
    border-radius: 30px;
    margin: 0 auto;
    z-index: 100;
}
.flame04size{
    /*padding: 6.3rem 4.4rem;*/
    padding: 2rem 2rem;
    margin: 0 auto;
    z-index: 100;
}

.balloon{
    position: absolute;
    bottom: -75px;
    left: 350px;
    z-index: 101;
}


/*テキスト*/
.flame01size,.flame02size,.flame03size p{
    font-family: 'Noto Sans Japanese', sans-serif !important;
    font-weight: bold;       /*normal*/
    font-size: 6rem;
    line-height: 7.5rem;
}
.flame04size p{
    font-family: 'Noto Sans Japanese', sans-serif !important;
    font-weight: bold;       /*normal*/
    font-size: 6rem;
    line-height: 7.25rem;
}

.title-color {
    text-align: center;
    color: #00479c;
    margin-bottom: 2.3rem;
}




/*ページ下ボタン*/
#foot_btn{
    width: 1080px;
    /*height: 1548px;*/
    margin-top:1548px;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 20;
    text-align: center;
}
#foot_btn .inner-box{
    position: absolute;
    width: 100%;
    bottom: 54px;
}
#next_btn{
    width: 100%;
    text-align: center;
    margin-bottom: 26px;
}
#next_btn2{
    width: 100%;
    text-align: center;
    margin-bottom: 47.5px;
}
#next_btn3{
    width: 100%;
    text-align: center;
    /*margin-bottom: 26px;*/
    margin-bottom: 230px;
    margin-left: 250px;
}
#skip_btn{
    position:absolute;
    text-align: center;
    /*margin-bottom: 26px;*/
    bottom: 190px;
    left: 560px;
}

#skip_btn2{
    position:absolute;
    text-align: center;
    /*margin-bottom: 26px;*/
    top: -1342px;
    left: 764px;
}

#back_btn{
    margin-right: 20px;/*26px*/
    display: inline-block;
}
#top_btn{
    margin-left: 20px;/*26px*/
    display: inline-block;
}
.enquete_foot_btn{
    width: 100%;
    text-align: center;
    margin-bottom: 32px;
}
#tt_btn{
    width: 100%;
    text-align: center;
}
#lesson_back_btn{
    margin-right: 125px;/*26px*/
    display: inline-block;
    margin-bottom: 53px;
}
#lesson_next_btn{
    margin-left: 125px;/*26px*/
    display: inline-block;
    margin-bottom: 53px;
}

.shadow {
    display: inline-block;
    border-radius: 25px;
    box-shadow: 5px 5px 20px -5px #000; /*横方向　下方向　ぼかし　広がり　色 */
}


/*トップページ*/
#top_start_btn {
    top: 430px;
    left: 689px;
    position: absolute;
}
#top_continuation_btn {
    top: 655px;
    left: 689px;
    position: absolute;
}
#top_lesson_btn {
    top: 880px;
    left: 689px;
    position: absolute;
}

#top_bar {
    /*top: 1308px;*/
    top: -390px;
    left: 0px;
    right: 0px;
    position: absolute;
}
#top_bar img{
    /*width:1080px;*/
    width: 84.8%;
    border-radius: 25px;
    box-shadow: 5px 5px 20px -5px #000;
    margin-left: -10px;
    margin-bottom: 30px;
}
#top_bar img.newicon{
    width: 215px !important;
    position: absolute !important;
    left: 45px !important;
    top: -26px !important;
    border-radius: unset !important;
    box-shadow: unset !important;
    transform: rotate(-20deg) !important;
    -moz-transform: rotate(-20deg) !important;
    -webkit-transform: rotate(-20deg) !important;
}
/*レッスンメニュー*/
#le-menu-posi {
    top: 144px;
    left: 0px;
    right: 0px;
    position: absolute;
}
#le-menu-posi #posi01 {
    top: 0px;
    width: 100%;
    position: absolute;
}
#le-menu-posi #posi02 {
    top: 161px;
    width: 100%;
    position: absolute;
}
#le-menu-posi #posi03 {
    top: 322px;
    width: 100%;
    position: absolute;
}
#le-menu-posi #posi04 {
    top: 483px;
    width: 100%;
    position: absolute;
}
#le-menu-posi #posi05 {
    top: 644px;
    width: 100%;
    position: absolute;
}
#le-menu-posi #posi06 {
    top: 805px;
    width: 100%;
    position: absolute;
}
#le-menu-posi #posi07 {
    top: 966px;
    width: 100%;
    position: absolute;
}
.le-menu-box {
    text-align: center;
    position: relative;
}
.le-menu-mark {
    top: 10px;
    left: 30px;
    position: absolute;
}

/*アンケート*/
#enquete-title {
    top: 0px;
    position: absolute;
}
#enquete_btn {
    text-align: center;
    margin-top: 700px;
}
#enquete-ok {
    margin-right: 20px;/*26px*/
    display: inline-block;
}
#enquete-ng {
    margin-left: 20px;/*26px*/
    display: inline-block;
}
#evaluation_1 {
    margin-right: 20px;/*26px*/
    display: inline-block;
}
#evaluation_2 {
    margin-left: 20px;/*26px*/
    display: inline-block;
}
