/*
Theme name:hoshiiro steady
Author:hoshiiro
Version:1/0

/*共通*/
*{
    margin:0;
    padding:0;
}
/*background-image:url('./img/ba.png');
    height:100vh;
    background-size:cover;
    background-repeat:no-repeat;*/
body{
    overflow-x: hidden;
    background:linear-gradient(45deg,#c4ceff,#ffe4f1);
    font-family:'ヒラギノ角ゴシック';
}
li{
    list-style:none;
}
a{
    text-decoration:none;
    color:inherit;
}
.header-right a{
    font-family: 'Meiryo UI';
    font-weight:bold;
}
button{
    text-decoration: none;
}
.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
    width:94%;
    margin:3% auto;
}

.slider img {
    width:100vw;/*スライダー内の画像を60vwにしてレスポンシブ化*/
    height:auto;
}

.slider .slick-slide {
    transform: scale(0.8);/*左右の画像のサイズを80%に*/
    transition: all .5s;/*拡大や透過のアニメーションを0.5秒で行う*/
    opacity: 0.5;/*透過50%*/
}

.slider .slick-slide.slick-center{
    transform: scale(1);/*中央の画像のサイズだけ等倍に*/
    opacity: 1;/*透過なし*/
}
/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #666;/*矢印の色*/
    border-right: 2px solid #666;/*矢印の色*/
    height: 15px;
    width: 15px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left: -1.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right: -1.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
    text-align:center;
    margin:20px 0 0 0;
}

.slick-dots li {
    display:inline-block;
    margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:5px;/*ドットボタンのサイズ*/
    height:5px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#ccc;/*ドットボタンの色*/
    border:none;
}

.slick-dots .slick-active button{
    background:rgb(73, 228, 255);/*ドットボタンの現在地表示の色*/
}

/*======ニュースインデックス======*/

.clearfix{
    display:flex;
    justify-content: space-between;
    padding-top:4%;
    padding-bottom:4%;
    font-size:20px;
    width:79%;
    margin:0 auto;
}
.news-only{
    background:#fff;
}
.news img{
    width:100%;
}
.news p{
    width:90%;
    padding:1% 3% 2% 3%;
}
.textarea{
    border-bottom:1px dotted #dddddd;
}
.news-wrapper{
    margin-top:10%;
}
.news-wrapper h1{
    padding:10px 0;
}
 /*===single page====*/
 .news-wrap .thumbnail{
    width:100%;
    height:auto;
 }
 .news-wrap{
    background:#fff;
 }
 .news-title-article{
    text-align:left;
    padding:4% 0;
    font-size:2.0rem;
 }
.news-body{
    margin-top:15px;
}
.news-header{
    border-bottom:1px dotted #ccc;
}
.news-body p{
    font-size:18px;
}
@media (min-width:1281px){
    .sp-header,.sp-top,.sp-sns,.sp-btnarea,.sp-app-trans,.sp-tutorial,.sp{
        display: none;
    }
    body{
        background: #ffffff;
    }
    .slider{
        margin: 3% auto -3%;
    }
   .content{
        width: 1200px;
        margin: 0 auto;
    }
    .pc-header{
        width: 100%;
        height: 65px;
        display: flex;
        margin: 0% 0 3% 0;
        align-items: center;
        padding-top: 40px;
        border-bottom:1px solid #1d2d43;
        padding-bottom:15px;
        flex-wrap:nowrap;
    }
    .header-left{
        width: 19%;
        padding:0% 3%;
    }
    .header-right{
      padding: 0 72px;
    }
    .logo{
        width:100%;
    }
    .btn-header{
        font-size: 16px;
        font-family: 'Meiryo UI';
        line-height:65px;
        margin-left: 2%;
        font-weight:bold;
    }
    .start-btn{
        background:#413c66;
        border-radius: 25px;
        border:1px solid #000;
        padding:9px 24px; 
        color:#fff;
    }
    .menu-list{
        display:flex;
        font-family: 'Meiryo UI';
        color:#303A5C;
        font-size:16px;
        padding: 0 84px;
    }
    .menu-list li{
        margin-right:41px;
    }
    .menu-list li:hover{
        text-decoration:underline;
    }
    .slider img {
        width:44vw;/*スライダー内の画像を60vwにしてレスポンシブ化*/
    }
    /*====ポップアップウィンドウ=====*/
.popup {
    display: none;
    height: 100vh;
    width: 100%;
    background: rgb(0, 0, 0,0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index:3;
  }
  .app-content {
    padding: 30px;
    width: 80%;
    text-align: center;
    background: #eaeaea;
    margin:20px auto;
  }
  .app-content img{
    width:100%;
  }
  h3{
    font-size:24px;
    margin-bottom:5px;
  }
  .show {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .close img{
    width: 10%;
    position: absolute;
    top: 1%;
    left: 88%;
}
    main{
        display:block;
        }
    .container{
        max-width: 1200px;
        margin:0 auto;
    }
    /*===blog====*/
    .news-list{
        display: grid;
        width: fit-content;
        grid-template-columns: repeat(2, auto);
        margin:-3% auto 0;
        width:80%;
    }
    .blog-wrapper{
        background: #fff;
        box-shadow: 3px 3px #A6DDE2;
        margin: 7%;
        border:2px solid #000;
    }
    .blog-title-index{
        text-align:left;
        padding:0;
        font-size:30px;
        margin-bottom:5px;
    }
    .blog-content{
        padding:15px;
    }
    .blog-body{
        margin-top:5px;
        font-size:12px;
    }
    .blog-content a{
        font-size:13px;
    }
    .blog-fotter a{
        font-size:16px;
        margin-top:10%;
        float:right;
    }
    .blog-footer a:hover{
        text-decoration:underline;
    }
    .section-title{
        font-weight:normal;
        text-align:center;
        font-size:1.5em;
        margin-top:2%;
    }
     /*===single page====*/
     .news-wrap .thumbnail{
        width:100%;
        height:auto;
     }
     .news-wrap{
        background:#fff;
        width: 75%;
        margin: 0 auto;
        border: 2px solid;
        box-shadow: 6px 6px #a6dde2;
     }
     .news-title-article{
        text-align:left;
        padding:4% 0;
        font-size:2.0rem;
     }
    .news-body{
        margin-top:15px;
        padding:0 2%;
    }
    .news-header{
        border-bottom:1px dotted #ccc;
        padding:0 2%;
    }
    .news-body p{
        font-size:18px;
    }
    .thumbnail{
        width:100%;
    }
    .thumbnail img{
        width: 100%;
        height: auto;
    }
    /*====お知らせ=====*/
    .article-list{
        display: grid;
        /* justify-content: space-around; */
        width: fit-content;
        grid-template-columns: repeat(2, auto);
        width: 80%;
    margin: -3% auto 0;
    }
    h2{
        font-weight: normal;
        text-align: center;
        padding: 43px;
    }
    .section-title{
        position: relative;
        padding: 0 65px;
        text-align: center;
      }
      .section-title img{
        width: 23%;
        text-align: center;
        margin-top:-1%;
      }
    
    .date{
        font-size:11px;
    }
    .news-content{
        margin-bottom:2%;
    }
    /*====characters=====*/
    .cont01{
        display: grid;
    width: fit-content;
    grid-template-columns: repeat(3, auto);
    margin-bottom:-2%;
     }
     .cont01 li{
        margin-bottom:41px;
     }
     .cont01 img{
        width:80%;
        margin-bottom:3%;
     }
     .character-wrapper{
        text-align: center;
        margin-top: 1%;
        margin-bottom: 5%;
        width: 80%;
       margin: 0 auto;
     }
     .detail_btn{
        float:right;
        margin:3%;
        color:#838383;
     }
     .character-content{
        background:#d2eaed;
        padding-bottom:31px;
        padding-top:3px;
     }
     /*====リストページ=====*/
     main{
        height:auto;
     }
     .content{
        width:1200px;
        margin:0 auto;
     }
     h1{
        padding:41px 0;
     }
     .character-list{
        display:flex;
        margin:3% auto;
        flex-wrap: wrap;
        justify-content: space-evenly;
        width:80%;
     }
     .c-box{
      width: 46%;
      margin: 10px 0;
      text-align: center;
      border: 2px solid;
      box-shadow: 5px 5px #a6dde2;
     }
     .c-box a{
        opacity:1;
        transition:all 0.5S;
     }
     .c-box a:hover{
        opacity:0.8;
     }
     .c-box img{
        width:100%;
        vertical-align: top;
     }
     /*=====footer＝＝＝＝＝*/
     .btn-area{
        text-align:center;
        margin:1% 0 0 0;
     }
     .pc-btnarea{
        text-align:center;
     }
     .pc-btnarea img{
        width:50%;
        margin:0 auto 2%;
     }
     .app-area{
        text-align:center;
        margin:3% 0;
     }
     .app-area img{
        width:60%;
     }
     .sns-area{
        width: 79%;
    /* margin: 0% 0 3% 0; */
    text-align: center;
    padding-top: 6%;
    margin: 0 auto 3%;
     } 
     .sns-area ul{
        display:flex;
        justify-content:center;
     }
     .sns-area img{
        width:45%;
     }
     footer{
        height:62px;
     }
     footer p{
        color:#fff;
        text-align: center;
        line-height: 62px;
        font-size:14.5px;
     }
   /*=====tutorial＝＝＝＝＝*/
   .tutorial-main{
    width:100%;
   }
   .tutorial_content{
    width:100%;
    margin:0 auto;
    height:100%;
   }
   .heading img{
    width:30%;
   }
   h1{
    text-align:center;
    padding:5%;
   }
   .tutorial-main p{
    padding:0 20%;
    line-height:31px;
   }
   .tutorial-main img{
    width:100%;
   }
   .content01{
    width:80%;
    margin:0 auto;
   }
   .cont02,.cont03,.cont04,.cont05{
    width: 70%;
    margin: 5% auto;
   }
   h1{
    text-align:center;
    padding:3%;
    background: #59A6C3;
    font-weight: normal;
    color: #fff;
    border-bottom: 1px solid #000;
   }
   .tutorial-main p{
    text-align: center;
    font-size: 20px;
    margin-top:34px;
   }
   .tutorial-main img{
    width:100%;
   }
   .pagination {
    margin: 4rem 0;
    text-align: center;
  }
   
  .pagination ul {
    font-size: 0;
  }
   
  .pagination ul li {
    font-size: 1rem;
    display: inline-block;
    margin-right: .75rem;
  }
   
  .pagination ul li:last-child {
    margin-right: 0;
    border: 0;
  }
   
  .pagination ul li a,
  .pagination ul li .current {
    font-weight: 600;
    line-height: 1;
    display: block;
    padding: .75rem .875rem;
    border: 1px solid #ddd;
  }
   
  .pagination ul li a {
    text-decoration: none;
    color: #555;
  }
   
  .pagination ul li .current {
    color: #fff;
    background-color: #1d2d43;
  }
   
  .pagination ul li .prev,
  .pagination ul li .next {
    padding: .75rem .5rem;
    border: 0;
  }
   
  .pagination ul li i {
    font-size: 1rem;
    color: #1d2d43;
  }
  .character,.tutorial,.news{
    margin: 0% auto;
    width:80%;
   }
   .c-text{
    text-align: center;
    font-size: 20px;
    padding-top: 34px;
}

   .footer-content{
    background: url(./img/back.png);
    background-size: cover;
    position: relative;
}
   .more-btn {
    text-align:center;
    margin-top:1%;
  }
  
  .more-btn span {
    padding-bottom: 7px;
    letter-spacing: 4px;
    font-size: 18px;
    padding-right: 15px;
    text-transform: uppercase;
  }
  
  .more-btn svg {
    transform: translateX(-8px);
    transition: all 0.3s ease;
  }
  
  .more-btn:hover svg {
    transform: translateX(0);
  }
  
  .more-btn:active svg {
    transform: scale(0.9);
  }
  
  .hover-underline-animation {
    position: relative;
    color: black;
    padding-bottom: 20px;
  }
  
  .hover-underline-animation:after {
    content: "";
    position: absolute;
    width: 120%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #000000;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
  }
  
  .more-btn:hover .hover-underline-animation:after {
    transform: scaleX(1);
    transform-origin: bottom left;
  }
  .top-app img{
    width:43%;
  }
  .top-app{
    width: 100%;
    margin: 5% auto 0%;
    background: #d2eaed;
    text-align: center;
}
.news-content .section-title{
    margin-top:1%;
}
.character-section-title img{
  width: 20%;
  position: relative;
  padding: 0 65px;
  text-align: center;
    margin-bottom:-3%;
   }
   .character-section-title{
    margin:0 auto;
    text-align:center;
   }
   .news-section-title img{
    width: 20%;
    position: relative;
    padding: 0 65px;
    text-align: center;
   }
   .news-section-title{
    margin:0 auto;
    text-align:center;
   }
   .tutorial-section-title img{
    width: 20%;
    position: relative;
    padding: 0 65px;
    text-align: center;
    margin-bottom:-3%;
   }
   .tutorial-section-title{
    margin:0 auto;
    text-align:center;
   }
   .another-1{
    background: #d2eaed;
    text-align: center;
    padding: 3%;
    margin: 3% 0;
   }
   .another-2{
    text-align: center;
    padding: 3%;
    margin: 3% 0;
   }
   .another-1 img{
    width:70%;
   }
   .another-2 img{
    width:70%;
   }
   .back-btn {
    text-align:center;
    margin-top:3%;
  }
  .back-btn{
    position: relative;
    display: inline-block;
    text-decoration: none;
    color:#111;
    padding:0 1%;
  }
  .back-btn a{
    letter-spacing: 4px;
    font-size:16px;
  }
  .back-btn::after {
    position: absolute;
    bottom: -4px;/*テキストからの距離*/
    left: 0;
    content: '';
    width: 100%;/*hover時に表示*/
    height: 2px;/*下線の高さ*/
    background: #000000;/*下線の色*/
    transform: scale(0, 1);/*トランス前の下線*/
    transform-origin: right top;/*トランスフォーム開始位置*/
    transition: transform .3s;/*アニメーション速度*/
  }
  .back-btn:hover::after {
    transform: scale(1, 1);
  }
  .dli-arrow-left {
    display: inline-block;
    vertical-align: middle;
    color: #333;
    line-height: 1;
    position: relative;
    width: 30px;
    height: 1.5px;
    background: currentColor;
    transform: translateX(-5px);
  }
  
  .dli-arrow-left::before {
    content: '';
    width: 8px;
    height: 8px;
    border: 1.5px solid currentColor;
    border-right: 0;
    border-bottom: 0;
    transform: rotate(-45deg);
    transform-origin: top left;
    position: absolute;
    top: 50%;
    left: -0.05em;
    box-sizing: border-box;
  }
  .back-btn:hover::after .dli-arrow-left{
    transform: translate(-9px);
    transition: all 0.3s ease;
  }
  .news-section-title, .character-section-title, .tutorial-section-title{
    padding:0;
  }
}
/*PC*/
@media (max-width: 1280px) and (min-width: 961px) {
    .sp-header,.sp-top,.sp-sns,.sp-btnarea,.sp-app-trans,.sp-tutorial,.sp{
        display: none;
    }
    body{
        background: #ffffff;
    }
    .slider{
        margin: 3% auto -3%;
    }
    .slider img{
        width:44vw;
    }
    .pc-header{
        width: 100%;
        height: 65px;
        display: flex;
        margin: 0% 0 3% 0;
        align-items: center;
        padding-top: 40px;
        border-bottom:1px solid #1d2d43;
        padding-bottom:15px;
    }
    .header-left{
        width: 19%;
        padding:0% 3%;
    }
    .logo{
        width:100%;
    }
    .btn-header{
        font-size: 16px;
        font-family: 'Meiryo UI';
        line-height:65px;
        margin-left: 2%;
        font-weight:bold;
    }
    .start-btn{
        background:#413c66;
        border-radius: 25px;
        border:1px solid #000;
        padding:9px 24px; 
        color:#fff;
    }
    .header-right{
      font-family: 'Meiryo UI';
      font-weight:bold;
      padding: 0 74px;
    }
    .menu-list{
        display:flex;
        color:#303A5C;
        font-size:16px;
        padding: 0 16px;
    }
    .menu-list li{
        margin-right:41px;
    }
    .menu-list li:hover{
        text-decoration:underline;
    }
    main{
        display:block;
        }
    .container{
        max-width: 100%;
        padding: 0 15px;
    }
    /*===blog====*/
    .news-list{
        display: grid;
        width: fit-content;
        column-gap: 0em;
        grid-template-columns: repeat(2, auto);
        width:80%;
        margin:0 auto;
        margin-top: -3%;
    }
    .blog-wrapper{
        background: #fff;
        box-shadow: 3px 3px #A6DDE2;
        margin: 7%;
        border:2px solid #000;
    }
    .blog-title-index{
        text-align:left;
        padding:0;
        font-size:30px;
        margin-bottom:5px;
    }
    .blog-content{
        padding:15px;
    }
    .blog-body{
        margin-top:5px;
        font-size:12px;
    }
    .blog-content a{
        font-size:13px;
    }
    .blog-fotter a{
        font-size:16px;
        margin-top:10%;
        float:right;
    }
    .blog-footer a:hover{
        text-decoration:underline;
    }
    .section-title{
        font-weight:normal;
        text-align:center;
        font-size:1.5em;
        margin-top:1%;
    }
     /*===single page====*/
     .news-wrap .thumbnail{
        width:100%;
        height:auto;
     }
     .news-wrap{
        background:#fff;
        border: 2px solid;
        box-shadow: 6px 6px #a6dde2;
        width:75%;
        margin:0 auto;
     }
     .news-title-article{
        text-align:left;
        padding:4% 0;
        font-size:2.0rem;
     }
    .news-body{
        margin-top:15px;
        padding:0 2%;
    }
    .news-header{
        border-bottom:1px dotted #ccc;
        padding:0 2%;
    }
    .news-body p{
        font-size:16px;
    }
    /*====お知らせ=====*/
    .thumbnail{
        width:100%;
    }
    .thumbnail img{
        width: 100%;
        height: auto;
    }
    /*====お知らせ=====*/
    .article-list{
        display: grid;
        /* justify-content: space-around; */
        width: fit-content;
        grid-template-columns: repeat(2, auto);
        width:80%;
        margin:-3% auto 0;
    }
    h2{
        text-align: center;
    }
    .section-title{
        position: relative;
        padding: 0 65px;
        text-align: center;
        margin-top:2%;
      }
      .section-title img{
        width: 23%;
        text-align: center;
        margin-top: -2%;
      }
      .news-content{
        margin-bottom:3%;
    }
    /*====characters=====*/
    .cont01{
        display: grid;
    width: fit-content;
    grid-template-columns: repeat(3, auto);
    margin-bottom:-2%;
     }
     .cont01 img{
        width:80%;
        margin-bottom: 13%;
     }
     .character-wrapper{
        text-align: center;
        margin-top: 2%;
        margin-bottom: 5%;
        width:80%;
        margin:0 auto;
     }
     .detail_btn{
        float:right;
        margin:3%;
        color:#838383;
     }
     .character-content{
        background:#d2eaed;
        padding-bottom:30px;
        padding-top:1px;
     }
     /*====リストページ=====*/
     main{
        height:auto;
     }
     .content{
        width:980px;
        margin:0 auto;
     }
     h1{
        padding:41px 0;
     }
     .character-list{
        display:flex;
        justify-content: space-evenly;
        width:80%;
        margin:0 auto;
        margin-top:23px;
        flex-wrap: wrap;
     }
     .c-box{
        width:47%;
        margin: 10px 0;
        text-align: center;
        border: 2px solid;
        box-shadow: 5px 5px #a6dde2;
     }
     .c-box a{
        opacity:1;
        transition:all 0.5S;
     }
     .c-box a:hover{
        opacity:0.8;
     }
     .c-box img{
        width:100%;
        vertical-align: top;
     }
    /*=====ボタン＝＝＝＝＝*/
    /*=====footer＝＝＝＝＝*/
    .btn-area{
        text-align:center;
        margin:2% 0 0 0;
     }
     .pc-btnarea{
        text-align:center;
     }
     .pc-btnarea img{
        width:70%;
        padding:8px 0;
        margin-top:-2%;
     }
     .app-area{
        text-align:center;
        margin:3% 0;
     }
     .app-area img{
        width:60%;
     }
     .sns-area{
        width: 79%;
    /* margin: 0% 0 3% 0; */
    text-align: center;
    padding-top: 6%;
    margin: 0 auto 3%;
     } 
     .sns-area ul{
        display:flex;
        justify-content:center;
     }
     .sns-area img{
        width:45%;
     }
     footer{
        height:62px;
     }
     footer p{
        color:#fff;
        text-align: center;
        line-height: 62px;
        font-size:14.5px;
     }
   /*=====tutorial＝＝＝＝＝*/
   .tutorial-main{
    width:100%;
   }
   .tutorial_content{
    width:100%;
    margin:0 auto;
    height:100%;
   }
   .heading img{
    width:30%;
   }
   h1{
    text-align:center;
    padding:5%;
   }
   .tutorial-main p{
    padding:0 20%;
    line-height:31px;
    text-align: center;
    font-size: 17px;
    margin: 3% auto;
   }
   .tutorial-section-title img{
    width: 20%;
    position: relative;
    padding: 0 65px;
    text-align: center;
    margin-bottom:-3%;
   }
   .tutorial-main img{
    width:80%;
   }
   .content01{
    width:92%;
    margin:0 auto;
    margin-bottom:2%;
   }
   .cont02,.cont03,.cont04,.cont05{
    width: 70%;
    margin: 5% auto;
   }
   .two-content{
    display: flex;
    justify-content: space-evenly;
    text-align: center;
    margin:2%;
   }
   .n1{
    margin-top:-1%;
   }
   .n2{
    margin-top:-9%;
   }
   h1{
    text-align:center;
    padding:3%;
    background: #59A6C3;
    font-weight: normal;
    color: #fff;
    border-bottom: 1px solid #000;
   }
   .pagination {
    margin: 4rem 0;
    text-align: center;
  }
   
  .pagination ul {
    font-size: 0;
  }
   
  .pagination ul li {
    font-size: 1rem;
    display: inline-block;
    margin-right: .75rem;
  }
   
  .pagination ul li:last-child {
    margin-right: 0;
    border: 0;
  }
   
  .pagination ul li a,
  .pagination ul li .current {
    font-weight: 600;
    line-height: 1;
    display: block;
    padding: .75rem .875rem;
    border: 1px solid #ddd;
  }
   
  .pagination ul li a {
    text-decoration: none;
    color: #555;
  }
   
  .pagination ul li .current {
    color: #fff;
    background-color: #1d2d43;
  }
   
  .pagination ul li .prev,
  .pagination ul li .next {
    padding: .75rem .5rem;
    border: 0;
  }
   
  .pagination ul li i {
    font-size: 1rem;
    color: #1d2d43;
  }
  .character,.tutorial,.news{
    margin: 0% auto;
    width:80%;
   }
   .c-text{
    text-align: center;
    font-size:17px;
    margin: 3% 0 0 0;
   }
   .footer-content{
    background: url(./img/back.png);
    background-size: cover;
    position: relative;
}
.character,.tutorial,.news img{
    width:80%;
   }
   .more-btn {
    text-align:center;
    margin-top:1%;
  }
  
  .more-btn span {
    padding-bottom: 7px;
    letter-spacing: 4px;
    font-size: 18px;
    padding-right: 5px;
    text-transform: uppercase;
  }
  
  .more-btn svg {
    transform: translateX(-8px);
    transition: all 0.3s ease;
  }
  
  .more-btn:hover svg {
    transform: translateX(0);
  }
  
  .more-btn:active svg {
    transform: scale(0.9);
  }
  
  .hover-underline-animation {
    position: relative;
    color: black;
    padding-bottom: 20px;
  }
  
  .hover-underline-animation:after {
    content: "";
    position: absolute;
    width: 120%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #000000;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
  }
  
  .more-btn:hover .hover-underline-animation:after {
    transform: scaleX(1);
    transform-origin: bottom left;
  }
  .top-app img{
    width:60%;
  }
  .top-app{
    width: 100%;
    margin: 5% auto 0%;
    background: #d2eaed;
    text-align: center;
}
.news-content .section-title{
    margin-top:1%;
}
.character-section-title img{
  width: 20%;
  position: relative;
  padding: 0 65px;
  text-align: center;
    margin-bottom:-3%;
   }
   .character-section-title{
    margin:0 auto;
    text-align:center;
   }
   .news-section-title img{
    width: 20%;
  position: relative;
  padding: 0 65px;
  text-align: center;
   }
   .news-section-title{
    margin:0 auto;
    text-align:center;
   }
   .tutorial-section-title{
    margin:0 auto;
    text-align:center;
   }
   .more-btn a{
    display: inline-block;
    text-align: center;
   }
   .another-1{
    text-align: center;
    background: #d2eaed;
    padding: 5% 0;
    margin: 2% 0;
   }
   .another-2{
    text-align: center;
    padding: 5% 0;
    margin: 2% 0;
   }
   .another-1 img{
    width:60%;
   }
   .another-2 img{
    width:60%;
   }
   .container{
    max-width:1200px;
    margin:0 auto;
   }
   .back-btn {
    text-align:center;
    margin-top:3%;
  }
  .back-btn{
    position: relative;
    display: inline-block;
    text-decoration: none;
    color:#111;
    padding:0 1%;
  }
  .back-btn a{
    letter-spacing: 4px;
    font-size:16px;
  }
  .back-btn::after {
    position: absolute;
    bottom: -4px;/*テキストからの距離*/
    left: 0;
    content: '';
    width: 100%;/*hover時に表示*/
    height: 2px;/*下線の高さ*/
    background: #000000;/*下線の色*/
    transform: scale(0, 1);/*トランス前の下線*/
    transform-origin: right top;/*トランスフォーム開始位置*/
    transition: transform .3s;/*アニメーション速度*/
  }
  .back-btn:hover::after {
    transform: scale(1, 1);
  }
  .dli-arrow-left {
    display: inline-block;
    vertical-align: middle;
    color: #333;
    line-height: 1;
    position: relative;
    width: 30px;
    height: 1.5px;
    background: currentColor;
    transform: translateX(-5px);
  }
  
  .dli-arrow-left::before {
    content: '';
    width: 8px;
    height: 8px;
    border: 1.5px solid currentColor;
    border-right: 0;
    border-bottom: 0;
    transform: rotate(-45deg);
    transform-origin: top left;
    position: absolute;
    top: 50%;
    left: -0.05em;
    box-sizing: border-box;
  }
  .back-btn:hover::after .dli-arrow-left{
    transform: translate(-9px);
    transition: all 0.3s ease;
  }
  .news-section-title, .character-section-title, .tutorial-section-title{
    padding:0;
  }
  }
/*タブレット*/
@media (max-width: 960px) and (min-width: 768px){
    .sp-header,.sp-top,.sp-sns,.sp-btnarea,.sp-app-trans,.sp-tutorial,.sp{
        display: none;
    }
    .slider{
        margin: 3% auto -3%;
    }
    body{
        background: #ffffff;
    }
    .pc-header{
        width: 100%;
        height: 65px;
        display: flex;
        margin: 0% 0 3% 0;
        align-items: center;
       flex-wrap:nowrap;
        padding-top: 40px;
        border-bottom:1px solid #1d2d43;
        padding-bottom:15px;
    }
    .header-left{
        width: 23%;
        padding:0% 3%;
    }
    .logo{
        width:100%;
    }
    .btn-header{
        font-size: 16px;
        font-family: 'Meiryo UI';
        line-height:65px;
        margin-left: 1%;
        font-weight:bold;
    }
    .header-right{
      padding: 0 4px;
    }
    .start-btn{
        background:#413c66;
        border-radius: 25px;
        border:1px solid #000;
        padding:9px 24px; 
        color:#fff;
    }
    .menu-list{
        display:flex;
        font-family: 'Meiryo UI';
        color:#303A5C;
        font-size:16px;
        padding:0 25px;
    }
    .menu-list li{
        margin-right:28px;
    }
    .menu-list li:hover{
        text-decoration:underline;
    }
    main{
        display:block;
        }
    .container{
        max-width: 100%;
        padding: 0 15px;
    }
    /*===blog====*/
    .news-list{
        display: grid;
       width: fit-content;
        column-gap: 0em;
        grid-template-columns: repeat(2, auto);
        margin-top:-4%;
}
    .blog-wrapper{
        background: #fff;
        box-shadow: 3px 3px #A6DDE2;
        margin: 7%;
        border:2px solid #000;
    }
    .blog-content{
        padding:15px;
    }
    .blog-body{
        margin-top:5px;
        font-size:12px;
    }
    .blog-content a{
        font-size:13px;
    }
    .blog-fotter a{
        font-size:13px;
        margin-top:10%;
        float:right;
    }
    .blog-footer a:hover{
        text-decoration:underline;
    }
    .section-title{
        font-weight:normal;
        text-align:center;
        font-size:1.5em;
    }
    /*====お知らせ=====*/
    .thumbnail{
        width:100%;
    }
    .thumbnail img{
        width: 100%;
        height: auto;
    }
    /*====お知らせ=====*/
    .article-list{
        display: grid;
        /* justify-content: space-around; */
        width: fit-content;
        column-gap: 2em;
        grid-template-columns: repeat(2, auto);
        width:80%;
        margin:0 auto;
        margin-top:-3%;
    }
    .news-box{
        margin-bottom:25px;
    }
    .textarea{
        background:#fff;
    }
    .textarea a{
        font-size:30px;
    } 
    h2{
        font-weight: normal;
        text-align: center;
        padding: 43px;
    }
    .section-title{
        position: relative;
        padding: 0 65px;
        text-align: center;
        margin-top:2%;
      }
      .section-title img{
        width: 30%;
        text-align: center;
      }
      .character-content{
        background:#d2eaed;
        padding-bottom:2px;
      }
      .news-content{
        margin-bottom:3%;
      }
      
     /*====characters=====*/
     .cont01{
    display: grid;
    width: fit-content;
    grid-template-columns: repeat(3, auto);
     }
     .cont01 img{
        width:80%;
     }
     .character-wrapper{
        text-align: center;
        margin-top: -1%;
        margin-bottom: 3%;
        width:100%;
     }
     .cont01 li{
        margin-bottom:29px;
     }
     .detail_btn{
        float:right;
        margin:3%;
        color:#838383;
     }
      /*====リストページ=====*/
      main{
        height:auto;
     }
     .content{
        width:765px;
        margin:0 auto;
     }
     h1{
        padding:41px 0;
     }
     .character-list{
        display: flex;
        flex-wrap: wrap;
        width:86%;
        margin:0 auto;
        justify-content:space-between;
        margin-top:3%;
     }
     .c-box{
        width:47%;
        margin: 10px 0;
        text-align: center;
        border: 2px solid;
      box-shadow: 5px 5px #a6dde2;
     }
     .c-box a{
        opacity:1;
        transition:all 0.5S;
     }
     .c-box a:hover{
        opacity:0.8;
     }
     .c-box img{
        width:100%;
        vertical-align: top;
     }
    /*=====footer＝＝＝＝＝*/
    .btn-area{
        text-align:center;
        margin:2% 0 5% 0;
     }
     .pc-btnarea{
        text-align:center;
     }
     .pc-btnarea img{
        width:100%;
     }
     .app-area{
        text-align: center;
        margin:5% 0;
     }
     .app-area img{
        width:80%;
     }
     .sns-area{
        width:100%;
        height:80px;
        margin:5% 0;
        text-align:center;
     } 
     .sns-area ul{
        display:flex;
        justify-content:center;
     }
     .sns-area img{
        width:45%;
     }
     footer{
        height:62px;
     }
     footer p{
        color:#fff;
        text-align: center;
        line-height: 62px;
        font-size:14.5px;
     }
     /*=====tutorial＝＝＝＝＝*/
   .tutorial-main{
    width:100%;
   }
   .tutorial_content{
    width:100%;
    margin:0 auto;
    height:100%;
   }
   .heading img{
    width:30%;
   }
   .content01 p{
    text-align: center;
    margin: 0 auto;
    width: 100%;
   }
   .cont02,.cont03,.cont04,.cont05{
    width: 60%;
    margin: 5% auto;
   }
   h1{
    text-align:center;
    padding:3%;
    background: #59A6C3;
    font-weight: normal;
    color: #fff;
    border-bottom: 1px solid #000;
   }
   .tutorial-main p{
    text-align: center;
    font-size: 18px;
   }
   .tutorial-main img{
    width:100%;
   }
    /*===single page====*/
    .news-wrap .thumbnail{
        width:100%;
        height:auto;
     }
     .news-wrap{
      border: 2px solid;
      box-shadow: 6px 6px #a6dde2;
      width:75%;
      margin:0 auto;
     }
     .news-title-article{
        text-align:left;
        padding:4% 0;
        font-size:2.0rem;
     }
    .news-body{
        margin-top:15px;
        padding:2%;
    }
    .news-header{
        border-bottom:1px dotted #ccc;
        padding:0 2%;
    }
    .news-body p{
        font-size:16px;
    }
    .pagination {
        margin: 4rem 0;
        text-align: center;
      }
       
      .pagination ul {
        font-size: 0;
      }
       
      .pagination ul li {
        font-size: 1rem;
        display: inline-block;
        margin-right: .75rem;
      }
       
      .pagination ul li:last-child {
        margin-right: 0;
        border: 0;
      }
       
      .pagination ul li a,
      .pagination ul li .current {
        font-weight: 600;
        line-height: 1;
        display: block;
        padding: .75rem .875rem;
        border: 1px solid #ddd;
      }
       
      .pagination ul li a {
        text-decoration: none;
        color: #555;
      }
       
      .pagination ul li .current {
        color: #fff;
        background-color: #1d2d43;
      }
       
      .pagination ul li .prev,
      .pagination ul li .next {
        padding: .75rem .5rem;
        border: 0;
      }
       
      .pagination ul li i {
        font-size: 1rem;
        color: #1d2d43;
      }
      .character,.tutorial,.news{
        margin: 0 auto;
        width:80%;
       }
       .slider img{
        width:70vw;
       }
       .footer-content{
        background: url(./img/back.png);
        background-position: center center;
        background-size: cover;
        position: relative;
    }
    .character,.tutorial,.news img{
        width:80%;
       }
        /*=====footer＝＝＝＝＝*/
     .btn-area{
        text-align:center;
        margin:2% 0 0 0;
     }
     .pc-btnarea{
        text-align:center;
     }
     .pc-btnarea img{
        width:70%;
        margin:0 auto 2%;
     }
     .app-area{
        text-align:center;
        margin:3% 0;
     }
     .app-area img{
        width:60%;
     }
     .sns-area{
        width: 70%;
    text-align: center;
    padding-top: 6%;
    margin: 0 auto ;
     } 
     .sns-area ul{
        display:flex;
        justify-content:center;
     }
     .sns-area img{
        width:45%;
     }
     footer{
        height:62px;
     }
     footer p{
        color:#fff;
        text-align: center;
        line-height: 62px;
        font-size:14.5px;
     }
   /*=====tutorial＝＝＝＝＝*/
   .tutorial-main{
    width:100%;
   }
   .tutorial_content{
    width:100%;
    margin:0 auto;
    height:100%;
   }
   .heading img{
    width:30%;
   }
   h1{
    text-align:center;
    padding:5%;
   }
   .tutorial-main p{
    line-height:31px;
   }
   .tutorial-main img{
    width:100%;
   }
   .content01{
    width:80%;
    margin:0 auto;
    margin-top: -2%;
    margin-bottom: 3%;
   }
   .cont02,.cont03,.cont04,.cont05{
    width: 70%;
    margin: 5% auto;
   }
   h1{
    text-align:center;
    padding:3%;
    background: #59A6C3;
    font-weight: normal;
    color: #fff;
    border-bottom: 1px solid #000;
   }
   .tutorial-main p{
    text-align: center;
    font-size: 17px;
   }
   .tutorial-main img{
    width:100%;
   }
   .pagination {
    margin: 4rem 0;
    text-align: center;
  }
   
  .pagination ul {
    font-size: 0;
  }
   
  .pagination ul li {
    font-size: 1rem;
    display: inline-block;
    margin-right: .75rem;
  }
   
  .pagination ul li:last-child {
    margin-right: 0;
    border: 0;
  }
   
  .pagination ul li a,
  .pagination ul li .current {
    font-weight: 600;
    line-height: 1;
    display: block;
    padding: .75rem .875rem;
    border: 1px solid #ddd;
  }
   
  .pagination ul li a {
    text-decoration: none;
    color: #555;
  }
   
  .pagination ul li .current {
    color: #fff;
    background-color: #1d2d43;
  }
   
  .pagination ul li .prev,
  .pagination ul li .next {
    padding: .75rem .5rem;
    border: 0;
  }
   
  .pagination ul li i {
    font-size: 1rem;
    color: #1d2d43;
  }
  .character,.tutorial,.news{
    margin: 0% auto;
    width:80%;
   }
   .c-text{
    text-align: center;
    font-size: 17px;
    margin-top: -2%;
   }
   .footer-content{
    background: url(./img/back.png);
    background-size: cover;
    position: relative;
}
.character,.tutorial,.news img{
    width:80%;
   }
   .more-btn {
    text-align:center;
    margin-top:1%;
  }
  
  .more-btn span {
    padding-bottom: 7px;
    letter-spacing: 4px;
    font-size: 14px;
    padding-right: 15px;
    text-transform: uppercase;
  }
  
  .more-btn svg {
    transform: translateX(-8px);
    transition: all 0.3s ease;
  }
  
  .more-btn:hover svg {
    transform: translateX(0);
  }
  
  .more-btn:active svg {
    transform: scale(0.9);
  }
  
  .hover-underline-animation {
    position: relative;
    color: black;
    padding-bottom: 20px;
  }
  
  .hover-underline-animation:after {
    content: "";
    position: absolute;
    width: 120%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #000000;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
  }
  
  .more-btn:hover .hover-underline-animation:after {
    transform: scaleX(1);
    transform-origin: bottom left;
  }
  .top-app img{
    width:67%;
  }
  .top-app{
    width: 100%;
    margin: 5% auto 0%;
    background: #d2eaed;
    text-align: center;
}
.news-content .section-title{
    margin-top:1%;
}
.character-section-title img{
  width:31%;
  margin-top:-2%;
   }
   .character-section-title{
    margin:0 auto;
    text-align:center;
   }
   .news-section-title img{
    width:31%;
    margin-top:-2%;
   }
   .news-section-title{
    margin:0 auto;
    text-align:center;
   }
   .tutorial-section-title img{
    width:31%;
    margin-top:-2%;
   }
   .tutorial-section-title{
    margin:0 auto;
    text-align:center;
   }
   .another-1{
    text-align: center;
    padding: 3% 0;
    margin-top: 4%;
    background: #d2eaed;
   }
   .another-2{
    text-align: center;
    padding: 3% 0;
    margin-top: 4%;
   }
   .another-1 img{
    width:80%;
   }
   .another-2 img{
    width:80%;
   }
   .container{
    max-width:1200px;
    margin:0 auto;
   }
   .back-btn {
    text-align:center;
    margin-top:3%;
  }
  .back-btn{
    position: relative;
    display: inline-block;
    text-decoration: none;
    color:#111;
    padding:0 1%;
  }
  .back-btn a{
    letter-spacing: 4px;
    font-size:16px;
  }
  .back-btn::after {
    position: absolute;
    bottom: -4px;/*テキストからの距離*/
    left: 0;
    content: '';
    width: 100%;/*hover時に表示*/
    height: 2px;/*下線の高さ*/
    background: #000000;/*下線の色*/
    transform: scale(0, 1);/*トランス前の下線*/
    transform-origin: right top;/*トランスフォーム開始位置*/
    transition: transform .3s;/*アニメーション速度*/
  }
  .back-btn:hover::after {
    transform: scale(1, 1);
  }
  .dli-arrow-left {
    display: inline-block;
    vertical-align: middle;
    color: #333;
    line-height: 1;
    position: relative;
    width: 30px;
    height: 1.5px;
    background: currentColor;
    transform: translateX(-5px);
  }
  
  .dli-arrow-left::before {
    content: '';
    width: 8px;
    height: 8px;
    border: 1.5px solid currentColor;
    border-right: 0;
    border-bottom: 0;
    transform: rotate(-45deg);
    transform-origin: top left;
    position: absolute;
    top: 50%;
    left: -0.05em;
    box-sizing: border-box;
  }
  .back-btn:hover::after .dli-arrow-left{
    transform: translate(-9px);
    transition: all 0.3s ease;
  }
  .news-section-title, .character-section-title, .tutorial-section-title{
    padding:0;
  }
}
/*======スマホ=======*/
@media (max-width: 767px) {
    .pc-header,.pc-top,.pc-sns,.pc-btnarea,.pc-app-image,.pc-into,.app-area,.pc-tutorial,.pc{
        display: none;
    }
    body{
        background:#ffffff;
    }
    .sp-header{
        width:100%;
        height:65px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
    }
    .logo{
      width: 60%;
      margin-left: 67px;
    }
    .header-right a{
        font-family: 'ヒラギノ角ゴシック';
    }
    .header-left{
      text-align: center;
    }
    /*ハンバーガーメニュー*/
    #g-nav{
        position:fixed;
        z-index: -1;
        opacity: 0;/*はじめは透過0*/
        /*ナビの位置と形状*/
        top:0;
        width:100%;
        height: 100vh;/*ナビの高さ*/
        background:linear-gradient(to right,#cfdeef,#fec5e3);
        /*動き*/
        transition: all 0.3s;
    }
    
    #g-nav.panelactive{
      opacity: 1;
      z-index:999;
    }
    
    #g-nav.panelactive #g-nav-list{
        /*ナビの数が増えた場合縦スクロール*/
        position: fixed;
        z-index: 999; 
        width: 100%;
        height: 100vh;/*表示する高さ*/
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    /*ナビゲーション*/
    #g-nav ul {
        display: none;
        /*ナビゲーション天地中央揃え*/
        position: absolute;
        z-index: 999;
        top:50%;
        left:50%;
        transform: translate(-50%,-50%);
    }
    
    #g-nav.panelactive ul {
        display: block;
    }
    
    /*リストのレイアウト設定*/
    
    #g-nav li{
    text-align: center; 
    }
    
    #g-nav li a{
      color: rgb(255, 255, 255);
      text-decoration: none;
      padding:10px;
      display: block;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      font-weight: bold;
      opacity: 1;
    }
    #g-nav a:hover{
        opacity:0.8;
        display: block;
    }
    
    /*========= ボタンのためのCSS ===============*/
    .openbtn{
      position:relative;
      z-index: 9999;/*ボタンを最前面に*/
      left: 10px;
      width: 40px;
      height:40px;
      background:pink;
      border-radius: 8px;
    }
    .openbtn .openbtn-area{
        transition:all .6s;
        width:40px;
        height:40px;
    }
    .openbtn span{
        display:inline-block;
        transition:all .4s;
        position:absolute;
        left:11px;
        height:3px;
        border-radius:2px;
        background:#fff;
        width:45%;
    }
    .openbtn span:nth-of-type(1) {
        top:11px;	
    }
    
    .openbtn span:nth-of-type(2) {
        top:19px;
    }
    
    .openbtn span:nth-of-type(3) {
        top:27px;
    }
    .openbtn.active .openbtn-area{
        transform: rotate(360deg);
    }
    .openbtn.active span:nth-of-type(1) {
        top: 14px;
        left: 13px;
        transform: translateY(6px) rotate(-45deg);
        width: 40%;
    }
    .openbtn.active span:nth-of-type(2) {
        opacity: 0;
    }
    
    .openbtn.active span:nth-of-type(3){
        top: 26px;
        left: 13px;
        transform: translateY(-6px) rotate(45deg);
        width: 40%;
    }
    .resister{
      width: 83%;
      text-align: right;
      margin-right:11px;
    }
    .button a{
      padding: 12px 11px;
      background:#413c66;
      border-radius: 18px;
      font-size: 12px;
      color:#fff;
      font-weight: bold;
      font-family:'ヒラギノ角ゴシック';
    }
    /*===blog====*/
    .blog-wrapper{
        margin-bottom:25px;
        background:#fff;
        border:2px solid #000;
        box-shadow:3px 3px #A6DDE2;
        display:flex;
        width: 92%;
    margin: 0 auto 26px;
    }
    .blog-wrapper figure{
        margin:0;
    }
    .blog-title-index{
        text-align:left;
        padding:0;
        font-size:30px;
        margin-bottom:5px;
    }
    .date{
        font-size:11px;
    }
    .blog-content{
        width:100%;
        padding:5px;
    }
    .blog-body{
        margin-top:10px;
        font-size:10px;
    }
    .blog-content a{
        font-size:8px;
        margin-top:10%;
    }
    .section-title{
        font-weight: normal;
        text-align: center;
        font-size: 18px;
        margin: 6% 0 0% 0;;
        padding: 2% 0;
    }
    .section-title img{
        width:40%;
    }
    .steady{
        margin-top:20%;
    }
    /*=====お知らせ＝＝＝＝＝*/
    main{
        display:block;
        }
    .container{
        max-width: 1200px;
       margin:0 auto;
    }
    h2{
        text-align:center;
        padding:10%;
        font-weight:normal;
    }
    .news-box{
        background:#fff;
        margin-bottom:25px;
    }
    .thumbnail{
        width:100%;
    }
    .thumbnail img{
        width:100%;
        height:auto;
    }
    .textarea{
        padding:20px;
    }
    .textarea a{
        font-size:22px;
    }

    /*=====キャラクター＝＝＝＝＝*/
    .character-wrapper{
        margin-bottom:5%;
    }
    .cont01{
       text-align:center;
       display:grid;
       width: fit-content;
        grid-template-columns: repeat(2, auto);
        margin:0 4%;
       
    }
    .cont01 img{
        width:93%;
        margin-bottom:20px;
    }
    .detail_btn{

        clear: both;
        margin: 5%;
        color:#838383;
        float:right;
    }
    /*=====リストページ＝＝＝＝＝*/
    .content{
        width:100%;
        margin:-3% 0 0 0;
    }
     .c-text{
      font-size: 12px;
      width: 80%;
      margin: 0 auto;
      padding: 0% 1% 5%;
     }
     .character-list{
        display:block;
        margin:5% 0;
     }
     .c-box{
        width:94%;
        margin: 10px;
        text-align: center;
        border:2px solid #000;
        box-shadow:3px 3px #A6DDE2;
     }
     .c-box a{
        opacity:1;
        transition:all 0.5S;
     }
     .c-box a:hover{
        opacity:0.8;
     }
     .c-box img{
        width:100%;
        vertical-align: top;
     }
     /*=====footer＝＝＝＝＝*/
     .app-area{
        margin-bottom:5%;
     }
     .sp-app-trans{
        margin:5% 0;
     }
     .sp-app-trans img{
        width:100%;
     }
     .sp-btnarea{
        text-align:center;
     }
     .sp-btnarea img{
        width:100%;
     }
     .sns-area{
        width:87%;
        text-align:center;
        padding-top: 7%;
        margin:0 auto;
     } 
     .sns-area ul{
        display:flex;
        justify-content: center;
     }
     .sns-area img{
        width:50%;
     }
     footer{
        height:50px;
     }
     footer p{
        color:#fff;
        text-align: center;
        line-height: 50px;
        font-size:12px;
     }
     .clearfix{
        font-size:16px;
        width:88%;
     }
     .news-wrapper h1 {
        text-align: left;
     }
     .news-wrapper p{
        font-size: 12px;;
     }
     /*=====tutorial＝＝＝＝＝*/
   .tutorial-main{
    width:100%;
   }
   .tutorial_content{
    width:100%;
    margin:0 auto;
    height:100%;
   }
   .heading img{
    width:30%;
   }
   h1{
    text-align:center;
    color: #354656;
    font-size: 24px;
    border-bottom: 1px solid #000;
    padding-top: 5%;
    padding-bottom: 2%;
   }
   .tutorial-main p{
    font-size: 12px;
    width: 80%;
    margin: 0 auto;
    padding: 0% 1% 5%;
   }
   .tutorial-main img{
    width:100%;
   }
    /*===single page====*/
    .news-wrap .thumbnail{
        width:100%;
        height:auto;
     }
     .news-wrap{
        background:#fff;
        border: 2px solid;
      box-shadow: 6px 6px #a6dde2;
      width:90%;
      margin: 24px auto 0;
     }
     .news-title-article{
        text-align:left;
        padding:4% 0;
        font-size:1.3rem;
     }
    .news-body{
        margin-top:15px;
        padding:2%;
    }
    .news-header{
        border-bottom:1px dotted #ccc;
        font-size:10px;
        padding:2%;
    }
    .news-body p{
        font-size:15px;
    }
    .pagination {
        margin: 3rem 0;
      }
     
      .pagination ul li a {
        padding: .5rem;
      }
      .pagination ul {
        font-size: 0;
      }
       
      .pagination ul li {
        font-size: 1rem;
        display: inline-block;
        margin-right: .75rem;
      }
       
      .pagination ul li:last-child {
        margin-right: 0;
        border: 0;
      }
       
      .pagination ul li a,
      .pagination ul li .current {
        font-weight: 600;
        line-height: 1;
        display: block;
        padding: .75rem .875rem;
        border: 1px solid #ddd;
      }
       
      .pagination ul li a {
        text-decoration: none;
        color: #555;
      }
       
      .pagination ul li .current {
        color: #fff;
        background-color: #1d2d43;
      }
       
      .pagination ul li .prev,
      .pagination ul li .next {
        padding: .75rem .5rem;
        border: 0;
      }
       
      .pagination ul li i {
        font-size: 1rem;
        color: #1d2d43;
      }
      .cont02,.cont03,.cont04,.cont05{
        width: 90%;
        margin: 0 auto;
        margin:5%;
}
.character,.tutorial,.news{
    margin: 0%;
    width:100%;
   }
  
   .character,.tutorial,.news img{
    width:100%;
   }
   .slick-slider img{
    width:70vw;
   }
   .slider{
    margin:3% auto -6%;
   }
   .footer-area{
    margin-top:-4%;
   }
   .footer-content{
    background-image:url(./img/back.png);
    background-size: cover;
    position: relative;
}
.character-content{
    background:#d2eaed;
    padding-bottom:9px;
}
.top-app img{
    width:88%;
}
.top-app{
    text-align:center;
    background: #d2eaed;
    margin:7% auto 0;
}
.more-btn {
    text-align:center;
  }
  
  .more-btn span {
    padding-bottom: 7px;
    letter-spacing: 2px;
    font-size: 10px;
    padding-right: 15px;
    text-transform: uppercase;
  }
  
  .more-btn svg {
    transform: translateX(-8px);
    transition: all 0.3s ease;
  }
  
  .more-btn:hover svg {
    transform: translateX(0);
  }
  
  .more-btn:active svg {
    transform: scale(0.9);
  }
  
  .hover-underline-animation {
    position: relative;
    color: black;
    padding-bottom: 20px;
  }
  
  .hover-underline-animation:after {
    content: "";
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #000000;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
  }
  
  .more-btn:hover .hover-underline-animation:after {
    transform: scaleX(1);
    transform-origin: bottom left;
  }
  .news-content .section-title{
    margin-top:0%;
  }
  .character-section-title img{
    width:50%;
    margin-bottom:-3%;
   }
   .character-section-title{
    margin:0 auto;
    text-align:center;
   }
   .news-section-title img{
    width:50%;
    margin-bottom:-3%;
   }
   .news-section-title{
    margin:0 auto;
    text-align:center;
   }
   .news-section-title,h2{
    padding-bottom:2%;
   }
   .tutorial-section-title img{
    width:50%;
    margin-bottom:-3%;
   }
   .tutorial-section-title{
    margin:0 auto;
    text-align:center;
   }
   .blog-wrapper img{
    vertical-align:top;
   }
   .another-1{
    background:#d2eaed;
    padding:3% 0;
   }
   .innner{
    width:80%;
    margin:0 auto;
   }
   .another-2{
    padding:3% 0;
   }
   .back-btn {
    text-align:center;
    margin-top:3%;
  }
  .back-btn{
    position: relative;
    display: inline-block;
    text-decoration: none;
    color:#111;
    padding:0 1%;
  }
  .back-btn a{
    letter-spacing: 4px;
    font-size:16px;
  }
  .back-btn::after {
    position: absolute;
    bottom: -4px;/*テキストからの距離*/
    left: 0;
    content: '';
    width: 100%;/*hover時に表示*/
    height: 2px;/*下線の高さ*/
    background: #000000;/*下線の色*/
    transform: scale(0, 1);/*トランス前の下線*/
    transform-origin: right top;/*トランスフォーム開始位置*/
    transition: transform .3s;/*アニメーション速度*/
  }
  .back-btn:hover::after {
    transform: scale(1, 1);
  }
  .dli-arrow-left {
    display: inline-block;
    vertical-align: middle;
    color: #333;
    line-height: 1;
    position: relative;
    width: 24px;
    height: 1px;
    background: currentColor;
    transform: translateX(-5px);
  }
  
  .dli-arrow-left::before {
    content: '';
    width: 7px;
    height: 7px;
    border: 1px solid currentColor;
    border-right: 0;
    border-bottom: 0;
    transform: rotate(-45deg);
    transform-origin: top left;
    position: absolute;
    top: 50%;
    left: -0.05em;
    box-sizing: border-box;
  }
  .back-btn:hover::after .dli-arrow-left{
    transform: translate(-9px);
    transition: all 0.3s ease;
  }
}
