@charset "UTF-8";
@media screen and (max-width: 970px) {

  .sp{ display: block !important; }
  .pc{ display: none !important; }
  


/* ここまでリセットcss */

    

.smartphone{
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 20vw;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    overflow: auto;
    background-color: #ffffff;
}

    
body {
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}    


/*==================================================
                メニューのcssここから
===================================================*/

.wrapper {
    height: 100%;
    /* overflow-x: hidden; */
    /* position: relative; */
  }
  .overlay {
    content: "";
    display: block;
    width: 0;
    height: 0;
    /* background-color: rgba(0, 0, 0, 0.8); */
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    transition: opacity .5s;
  }
    
    
  .overlay3 {
    content: "";
    display: block;
    width: 0;
    height: 0;
    background-color: #FFF;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    transition: opacity .5s;
  }    
    
  .overlay.open {
    width: 100%;
    height: 100vh;
    opacity: 1;
  }
  /* main.open {
    transform: translateX(-250px);
  } */
  .menu-trigger {
    display: inline-block;
    width: 7vw;
    height: 7vw;
    vertical-align: middle;
    cursor: pointer;
    position: fixed;
    top: 7vw;
    right: 8vw;
    z-index: 100;

    background-image: url(../images/menu_1.png);
    background-repeat: no-repeat;
    background-size: contain;
    transition: background-image 0.5s;

  /*   transform: translateX(0);
    transition: transform .5s;
   */}

   .menu-trigger.active {
    background-image: url(../images/menu_2.png);
    }
    
    .menu-trigger__ {
    display: block;
    width: auto;
    height: auto;
    vertical-align: middle;
    cursor: pointer;
    position: static;
    top: 7vw;
    right: 8vw;
    z-index: 100;
  /*   transform: translateX(0);
    transition: transform .5s;
   */}

   .menu-trigger_2 {
    display: inline-block;
    width: 3.911vw;
    height: 2.608vw;
    vertical-align: middle;
    cursor: pointer;
    position: fixed;
    top: 6.519vw;
    right: 3.911vw;
    z-index: 100;
    }

  /* .menu-trigger.active {
    transform: translateX(-250px);
  }
   */.menu-trigger span {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    transition: all .5s;
  }

  .menu-trigger_2 span {
    background-color: #000;
  }
  .menu-trigger.active span {
    background-color: #000;
  }
  
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(12px) rotate(-45deg);
  }
  .menu-trigger span:nth-of-type(2) {
    top: 7.5px;
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger span:nth-of-type(3) {
    width: 100%;
    bottom: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-12px) rotate(45deg);
    width: 100%;
    bottom: -8px;
  }
  
  nav {
    width: 100%;
    height: 100%;
    background-color:#FFF;
    position: fixed;
    top: 20vw;
    right: 0;
    z-index: 20;
    transform: translate(100%);
    transition: all .5s;
    overflow: scroll;
  }
  nav.open {
    transform: translateZ(0);
  }

  nav.open::-webkit-scrollbar {  
    display: none; /*Google Chrome、Safari、Microsoft Edge対応のスクロールバー非表示コード*/
  }

  nav li {
    text-align: left;
    padding: 5% 0;
    font-size: 7vw;
  }

    .menu_{
    display: block;
    margin-top: 0;
    justify-content: center!important;
    align-items: center!important;
    }

    .menu_1{
        background-color: #00D4DD;
        position: relative;
        height: 100vh;
        padding: 5vw 0;
    }

    .btn_sp{
        width: 90%;
        margin:  15% 5%;
    }


    /*==================================================
                メニューのcssここまで
    ===================================================*/



    /* ナビゲーション */

    .gnavi__list {
        width: 190px;
        height: 60px;
        position: relative;
        transition: all .3s;
    }
    .gnavi__list:hover {
    }

    .gnavi__list:not(:first-child)::before {
        content: "";
        width: 1px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        transition: all .3s;
    }
    .gnavi__list:hover::before {
        background-color: #0071BB;
    }
    .gnavi__list a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        text-decoration: none;
        font-size: 15px;
        letter-spacing: 0.05em;
        font-weight: 600;
        transition: all .3s;
    }
    .gnavi__list:hover a {

    }

    .dropdown__lists {
        display: none;/*デフォルトでは非表示の状態にしておく*/
        width: 200px;
        height: 120px;
        position: absolute;
        top: 60px;
        left: 0px;
        box-shadow: 0 2px 4px rgb(0 0 0 / 30%);
        z-index: 5;
        background-color: #FFF;
    }
    .gnavi__list:hover .dropdown__lists {
        display: block;/*Gナビメニューにホバーしたら表示*/
    }
    .dropdown__list {
        width: 190px;
        height: 50px;
        transition: all .3s;
        position: relative;
        margin-left: 0;
        padding-top: 25px;
    }
    .dropdown__list:not(:first-child)::before{
        content: "";
        width: 100%;
        height: 1px;
        position: absolute;
        top: 0;
        left: 0;
    }
    .dropdown__list:hover {
    }
    .dropdown__list a {
        display: flex;
        justify-content: left;
        align-items: left;
        text-decoration: none;
        position: relative;
        padding: 15px;
    }


    /* ハンバーガーメニュー */

    .menu_hum{
        margin: 0 auto;
        padding: 5% 0;
    }

    .menu_hum_no{
      margin-right: 5vw;
    }

    .header-check{
        display: none;
    }
    .header-label{
        position: relative;
        display: block;
        margin-bottom: 1px;
        text-align: left;
        font-size: 7vw;
        margin: 0;
    }

    .header-label:after{
        box-sizing: border-box;
        content: '';
        background-image: url(../images/plus.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 5vw;
        height: 5vw;
        display: block;
        font-family: "Font Awesome 5 Free";
        margin: 1.5% 0;
        position: absolute;
        right: 50vw;
        top: 0px;
    }
    .header-content{
        font-size: 3rem;
        display: block;
        height: 0;
        opacity: 0;
        padding: 0 5%;
        transition: .5s;
        visibility: hidden;
    }
    .header-check:checked + .header-label:after{
        background-image: url(../images/minus.png);
    }
    .header-check:checked + .header-label + .header-content{
        opacity: 1;
        padding: 7% 1% 95% 5%;
        visibility: visible;
    }

    .header-content p{
        margin-bottom: 5%;
    }
     
    

    .logo {
        position: relative;
        width: 45vw;
        top: 4vw;
        left: 5vw;
    }






    header{
      position: fixed;
      width: 100vw;
      height: 20vw;
      top: 0vw;
      left: 0vw;
      z-index: 100;
      background-color: #fff;
      overflow: hidden;
    }


    h1{
      margin: 0 0 18.519vw;
      text-align: center;
    }

    .about_h1{
        margin: 0 0 10vw;
    }
    
    h2{
        font-size: 9.63vw;
        text-align: center;
        margin-bottom: 9.259vw;
    }
  
  
  
  /*==================================================	
              index.html  issue_gourp	
  ===================================================*/	
  
  .issue_gourp{
      padding-bottom: 14.815vw;
      margin-bottom: 14.815vw;
      border-bottom: solid 3px #000;
  }
  
  .issue_gourp_end{
      padding-bottom: 20.37vw;
      margin-bottom: 0px;
      border-bottom: solid 0px #000;
  }
  
  .issue01{
      width: 62.963vw;
  }

  .issue01_2{
    width: 50vw;
}

.issue01_3{
    width: 40vw;
}
  
  .issue02{
      width: 60.185vw;
  }

  .issue02_2{
    width: 46.296vw;
}

.issue02_3{
    width: 38vw;
}
    
    .issue02_3{
    width: 40vw;
}
  
  .issue03{
      width: 85vw;
  }

  .issue03_2{
    width: 85vw;
}

.issue03_3{
    width: 50vw;
}
  
  .issue_copy{
      background-color: #000;
      color: #FFF;
      display: inline-block;
      padding: 0 1.852vw;
      margin: 0.556vw;
  }
  
  
  
  /*==================================================	
                          article_lv1	
  ===================================================*/
  
  .article_lv1{
      border: solid 3px #000;
      border-radius: 4.4vw;
      text-align: center;
      padding: 9.259vw 5.556vw 7.407vw;
      box-shadow: 0px 14px 0px 0px #000;
  }
  
  .article_lv1_copy{
      padding-bottom: 3.704vw;
      border-bottom: 1px #000 solid;
      margin-bottom: 3.704vw;
  }
  
  .issue01_name{
      width: 9.259vw;
      margin-right: 2.778vw;
  }
  
  
    .issue01_01_icon{
        width: 10vw;
    }

    .issue01_02_icon{
        width: 10.926vw;
    }

    .issue01_03_icon{
        width: 12.037vw;
    }

    .issue02_01_icon{
        width: 6.852vw;
    }

    .issue02_02_icon{
        width: 4.63vw;
    }

    .issue03_01_icon{
        width: 10.37vw;
    }
    
  
  /*==================================================	
                          article_lv2	
  ===================================================*/
  
  .article_lv2{
      background-color: #FFF;
      border: solid 3px #000;
      border-radius: 4.4vw;
      background-color: #FFF;
      padding: 5.556vw 6.481vw;
      margin: 0 1.852vw 9.259vw;
  }
  
  .article_lv2_copy{
      padding-bottom: 3.704vw;
      margin-bottom: 3.704vw;
      border-bottom: solid 1px #000;
      font-weight: bold;
  }

  .article_lv2_img{
    width: 60%;
}
  
  
  /*==================================================	
                          article_lv3
  ===================================================*/
  
  .article_lv3{
      border: solid 3px #000;
      background-color: #FFF;
      border-radius: 4.4vw;
      padding: 5.556vw 6.481vw;
      text-align: center;
  }
  
  .article_lv3_copy{
      padding-bottom: 3.704vw;
      margin-bottom: 3.704vw;
      border-bottom: solid 1px #000;
      font-weight: bold;
  }
  
  .article_lv3_img{
      width: 60%;
  }
  
  
  /*==================================================	
                          article_lv4
  ===================================================*/
  
  .article_lv4{
      border: solid 3px #000;
      border-radius: 4.4vw;
      background-color: #FFF;
      padding: 5.556vw 6.481vw;
  }
  
  .article_lv4_copy{
      padding-bottom: 3.704vw;
      margin-bottom: 3.704vw;
      border-bottom: solid 1px #000;
      font-weight: bold;
  }
  
  /*==================================================	
                          article_lv5
  ===================================================*/
  
  .article_lv5{
      border: solid 3px #000;
      border-radius: 4.4vw;
      background-color: #FFF;
      padding: 6vw 7vw;
      margin: 0 1.852vw;
  }
  
  .article_lv5_copy{
      padding-bottom: 3.704vw;
      margin-bottom: 3.704vw;
      border-bottom: solid 1px #000;
      font-weight: bold;
  }
  
    .slider_moremore{
        height: 33vw;
    }
    
    .slider_moremore_03{
        margin-top: 3vw;
    }    
    
  .moremoretut_btn{
      margin-top: 9vw;
  }
  
  .slider{
      margin-bottom: 150px!important;
  }
  
  
  
  
  
  
  
  /*==================================================	
                          moremoretut	
  ===================================================*/
  
  .moremoretut{
      background-color: #E8E8E8;
      padding: 18.519vw 0;
  }
  
  .moremoretut_con{
      border: solid 3px #000;
      background-color: #FFF;
      padding: 11.111vw 6.481vw;
      text-align: center;
  }
  
  .moremoretut_img{
      width: 80%;
  }
  
  .moremoretut_btn{
      margin-top: 18.519vw;
  }
  
  
  
  
  /*==================================================	
                      article	
  ===================================================*/
  
  
  .issue_title{
      border-top: solid 6px #000 ;
      padding-top: 2.778vw;
      margin-top: 2.778vw;
      text-align: center;
  }
  
  .issue_title:after{
      content: '';
      display: inline-block;
      width: 100%;
      height: 18.519vw;
      background-image: url(../images/issue_title.png);
      background-repeat: no-repeat;
      background-size: contain;
      vertical-align: middle;
      margin-top: 2.778vw;
  }
  
  .issue_title_2{
      text-align: center;
      margin: 0 auto 50px;
  }
  
  .issue01_01_titleicon:before{
      content: '';
      display: inline-block;
      width: 9.259vw;
      height: 9.259vw;
      background-image: url(../images/issue01_01_icon.png);
      background-repeat: no-repeat;
      background-size: contain;
      vertical-align: middle;
      margin-right: 2.778vw;
  }

  .issue01_02_titleicon:before{
    content: '';
    display: inline-block;
    width: 9.259vw;
    height: 9.259vw;
    background-image: url(../images/issue01_02_icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-right: 2.778vw;
}

.issue01_03_titleicon:before{
    content: '';
    display: inline-block;
    width: 9.259vw;
    height: 8.7vw;
    background-image: url(../images/issue01_03_icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-right: 2.778vw;
}
    
.issue01_04_titleicon:before{
    content: '';
    display: inline-block;
    width: 9.259vw;
    height: 8.7vw;
    background-image: url(../images/issue01_01_icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-right: 2.778vw;
}    

.issue02_01_titleicon:before{
    content: '';
    display: inline-block;
    width: 9.259vw;
    height: 8.7vw;
    background-image: url(../images/issue02_01_icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-right: 2.778vw;
}

.issue02_02_titleicon:before{
    content: '';
    display: inline-block;
    width: 3vw;
    height: 8.7vw;
    background-image: url(../images/issue02_02_icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-right: 5vw;
}

.issue02_03_titleicon:before{
    content: '';
    display: inline-block;
    width: 9.259vw;
    height: 8.7vw;
    background-image: url(../images/issue01_03_icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-right: 2.778vw;
}
    
    
.issue03_01_titleicon:before{
    content: '';
    display: inline-block;
    width: 9.259vw;
    height: 9.259vw;
    background-image: url(../images/issue03_01_icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-right: 2.778vw;
}
    
.issue03_02_titleicon:before{
    content: '';
    display: inline-block;
    width: 9.259vw;
    height: 8.7vw;
    background-image: url(../images/issue03_02_icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-right: 2.778vw;
}    

.issue04_01_titleicon:before{
    content: '';
    display: inline-block;
    width: 9.259vw;
    height: 8.7vw;
    background-image: url(../images/issue03_02_icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-right: 2.778vw;
}
    
.issue04_02_titleicon:before{
    content: '';
    display: inline-block;
    width: 9.259vw;
    height: 8.7vw;
    background-image: url(../images/issue01_03_icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-right: 2.778vw;
}
    
.issue04_03_titleicon:before{
    content: '';
    display: inline-block;
    width: 9.259vw;
    height: 8.7vw;
    background-image: url(../images/issue01_03_icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-right: 2.778vw;
}    
    

  
  .issue_title_3{
      width: 73.846154vw;
      text-align: center;
      margin: 0 auto 50px;
  }
  
  .issue_title_3_name{
      display: flex;
      justify-content: center;
  }
  
  .issue_title_3_name img{
      width: 18.519vw;
      margin-right: 5.556vw;
  }
  
  .article_con_title{
      display: inline-block;
      background-color: #000;
      padding: 0.37vw 1.852vw;
      color: #FFF;
  }
  
  
    iframe{
        width: 92.592vw;
        height: 52vw;
    }
    
    
  
  /*==================================================	
                      moremore article	
  ===================================================*/
  
  .moremoretut_teacher{
      width: 23.148vw;   
      margin-right: 5.556vw;
  }
  
  .quote{
      background-color: #FFF;
      padding:  7.407vw 6.481vw;
  }
  
  .quote:before{
      content: '';
      display: inline-block;
      width: 6.852vw;
      height: 4.63vw;
      background-image: url(../images/quote.png);
      background-repeat: no-repeat;
      background-size: contain;
      vertical-align: middle;
      margin-bottom: 3.148vw;
  }
  
  .quote p{
      color: #646464;
  }
  
  .quote .font18{
      text-align: right;
  }
    
    
    
    
    
    

    /*202403追加*/



    .issue_top{
        margin-top: 23vw;
    }


    .issue01img{
        margin: 15.464vw 0;
    }

    .issue_con{
        position: relative;
    }
    
    .issue_con_btn1_01{
        width: 35vw;
        position: absolute;
        top: 58vw;
        left: 8vw;
        z-index: 10;
    }
    
    .issue_con_btn2_01{
        width: 35vw;
        position: absolute;
        top: 58vw;
        left: 61vw;
        z-index: 10;
    }
    
    .issue_con_btn3_01{
        width: 35vw;
        position: absolute;
        top: 133vw;
        left: 8vw;
        z-index: 10;
    }
    
    .issue_con_btn4_01{
        width: 35vw;
        position: absolute;
        top: 133vw;
        left: 61vw;
        z-index: 10;
    }
    
    .issue_con_btn1{
        width: 35vw;
        position: absolute;
        top: 55vw;
        left: 32vw;
        z-index: 10;
    }

    .issue_con_btn2{
        width: 35vw;
        position: absolute;
        top: 133vw;
        left: 5vw;
        z-index: 10;
    }

    .issue_con_btn3{
        width: 35vw;
        position: absolute;
        top: 133vw;
        left: 61vw;
        z-index: 10;
    }

    
        .issue03_con_btn1,.issue03_con_btn2{
               top: 117vw;
        }

        .issue02_con_btn2,.issue02_con_btn3{
               top: 117vw;
        }

    
    .issue01img_link1{
        position: absolute;
        width: 23.711vw;
        top: 2.062vw;
        left: 13.402vw;
    }

    .issue01img_link1{
        position: absolute;
        width: 23.711vw;
        top: 7.216vw;
        left: 13.402vw;
    }

    .issue01img_link2{
        position: absolute;
        width: 23.711vw;
        top: 54.639vw;
        left: 0px;
    }

    .issue01img_link3{
        position: absolute;
        width: 23.711vw;
        top: 54.639vw;
        left: 28.351vw;
    }

    .issue01_con,.issue02_con,.issue04_con{
        padding: 50vw 0 6vw;
    }
    
    .issue02_con,.issue03_con{
        padding: 35vw 0 6vw;
    }

    .issue_contop{
        padding: 35vw 0 6vw;
    }
    
    .issue_contop{
        padding: 50vw 0 6vw;
    }

    .issue_con{
        position: relative;
    }

    .issue01_sumi01 .issue_sumi{
        width: 11vw;
        position: absolute;
        top: 53vw;
        left: 4vw;
        z-index: 10;
    }

    .issue01_sumi02 .issue_sumi{
        width: 11vw;
        position: absolute;
        top: 53vw;
        left: 56vw;
        z-index: 10;
    }

    .issue01_sumi03 .issue_sumi{
        width: 11vw;
        position: absolute;
        top: 128vw;
        left: 4vw;
        z-index: 10;
    }
    
    .issue01_sumi04 .issue_sumi{
        width: 11vw;
        position: absolute;
        top: 128vw;        
        left: 56vw;
        z-index: 10;
    }
    
    .issue02_sumi01 .issue_sumi{
        width: 11vw;
        position: absolute;
        top: 112vw;
        left: 2vw;
        z-index: 10;
    }

    .issue02_sumi02 .issue_sumi{
        width: 11vw;
        position: absolute;
        top: 112vw;
        left: 54vw;
        z-index: 10;
    }

    .issue02_sumi03 .issue_sumi{
        width: 11vw;
        position: absolute;
        top: 112vw;
        left: 54vw;
        z-index: 10;
    }
    
    .issue03_sumi01 .issue_sumi{
        width: 11vw;
        position: absolute;
        top: 113vw;
        left: 2vw;
        z-index: 10;
    }

    .issue03_sumi02 .issue_sumi{
        width: 11vw;
        position: absolute;
        top: 113vw;
        left: 54vw;
        z-index: 10;
    }

    .issue03_sumi03 .issue_sumi{
        width: 11vw;
        position: absolute;
        top: 113vw;
        left: 54vw;
        z-index: 10;
    }
    
    .issue04_sumi01 .issue_sumi{
        width: 11vw;
        position: absolute;
        top: 50vw;
        left: 27vw;
        z-index: 10;
    }

    .issue04_sumi02 .issue_sumi{
        width: 11vw;
        position: absolute;
        top: 127vw;
        left: 2vw;
        z-index: 10;
    }

    .issue04_sumi03 .issue_sumi{
        width: 11vw;
        position: absolute;
        top: 127vw;
        left: 54vw;
        z-index: 10;
    }

    #issue01_01,#issue01_02,#issue01_03,#issue01_04{
        margin-top: 20vw;
    }

    
    
    .issue_title_2::before {
      content:'';
      display: block;
      padding-top: 60vw;
      margin-top: -60vw;
    }

    

    .slideinRight {
      animation: slideinRight 3s infinite;
    }

    @keyframes slideinRight {
      0% {
        transform: translateX(-50px);
      }
      100% {
        transform: translateX(0);
      }
    }


    .cached{
        background-color: pink;
    }


    /*アコーディオン*/
    .menu {
      position: fixed;
      top: 20vw;
      width: 100vw;
      border-bottom: solid 4px #000;
      background-color: #FFF;
        z-index: 100;
    }
    .menu input {
      display: none; /*チェックボックスを隠す*/
    }

    /*バー部分*/
    .menu label {
      cursor :pointer;
      display: block;
      text-decoration: none;
      line-height: 1;
      position: relative;
      padding: 20px 5%;
      border-top: solid 4px #000;
    }

    /*開いたときに表示される部分*/
    .menu ul {
      margin: 0;
      padding: 0;
      list-style: none;
      margin-bottom: 0.103vw;
    }
    .menu li {
      height: 0;
      overflow-y: hidden;
      transition: padding-bottom 0.5s, padding-top 0.5s; /*閉じるときのアニメーション*/
      -webkit-transition: padding-bottom 0.5s, padding-top 0.5s;
      -moz-transition: padding-bottom 0.5s, padding-top 0.5s;
      -ms-transition: padding-bottom 0.5s, padding-top 0.5s;
      -o-transition: padding-bottom 0.5s, padding-top 0.5s;
    }
    #menu_bar01:checked ~ #links01 li,
    #menu_bar02:checked ~ #links02 li {
        height: auto;
        opacity: 1;
        padding: 2.062vw 1.031vw 2.062vw 3.093vw;
        border-top: solid 2px #E6E6E6;
    }

    /*閉じた状態の矢印描画*/
    .menu label:after{
        content: "";
        display: block;
        width: 3vw;
        height: 3vw;
        border-top: #000 4px solid;
        border-right: #000 4px solid;
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
        position: absolute;
        right: 5vw;
        top: 0;
        bottom: 15%;
        margin: auto;
    }
    /*開いた状態の矢印描画*/
    .menu input[type=checkbox]:checked + label:after{
      content:"";
      display:block;
      width:3vw;
      height:3vw;
        border-top: #000 4px solid;
        border-right: #000 4px solid;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      position:absolute;
        right: 5vw;
      top: 7%;
      bottom: 0;
      margin: auto;
    }


    /*----------------------------
    scroll_up ｜下から上へ出現
    ----------------------------*/
    .scroll_up {
      transition: 0.8s ease-in-out;
      transform: translateY(30px);
      opacity: 0;
    }
    .scroll_up.on {
      transform: translateY(0);
      opacity: 1.0;
    }


    /*----------------------------
    キャラクター
    ----------------------------*/

    .anime{
        position: relative;
    }

    .anim-box{
        position: absolute;
    }

    .issue_00_char{
        width: 32vw;
        top: 25vw;
        right: 29vw;
    }

    .issue_00_fuki{
        width: 85vw;
        top: 5vw;
        left: 3.5vw;
    }

    .issue_01_char{
        width: 38vw;
        top: 15vw;
        left: 53vw;
    }

    .issue_01_fuki{
        width: 50vw;
        top: 15vw;
        left: 2vw;
    }

    .issue_02_char{
        width: 38vw;
        top: 15vw;
        left: 4vw;
    }
    
    .issue_02_char_{
        width: 38vw;
        top: 15vw;
        left: 4vw;
    }

    .issue_02_fuki{
        width: 50vw;
        top: 10vw;
        right: 2vw;
    }
    
    .issue_02_fuki_{
        width: 50vw;
        top: 10vw;
        right: 2vw;
    }

    .issue_03_char{
        width: 38vw;
        top: 15vw;
        right: 1vw;
    }

    .issue_03_fuki{
        width: 50vw;
        top: 15vw;
        left: 2vw;
    }


    .anim-box.poyoyon {
          transform: translateX(5vw);
          opacity: 0;
    }


    .anim-box.poyoyon.is-animated {
      animation: poyoyon 0.5s cubic-bezier(0.12, 0, 0.39, 0) 1 forwards;
    }

    @keyframes poyoyon {
      0% {
        transform: translateX(10vw);
        opacity: 0;
      }
      50% {
        transform: translateX(0);
      }
      65% {
        transform: translateX(5vw);
      }
      100% {
        transform: translateX(0);
      }
      20%,100% {
        opacity: 1;
      }
    }

    .anim-box.poyoyon2 {
          opacity: 0;
    }

    .anim-box.poyoyon2.is-animated {
      animation: poyoyon2 1s ease-in-out forwards;
    }

    @keyframes poyoyon2 {
      0%  {
        transform: scale(1.0, 1.0) translate(0, 0);
      }
      15% {
        transform: scale(0.98, 0.9) translate(0, 5px);
      }
      30% {
        transform: scale(1.02, 1.0) translate(0, 8px);
      }
      50% {transform: scale(0.98, 1.05) translate(0, -8px);
      }
      70% {
        transform: scale(1.0, 0.9) translate(0, 5px);
      }
      100% {
        transform: scale(1.0, 1.0) translate(0, 0);
      }
      0%, 100% {
        opacity: 1;
      }
    }


    .anim-box.poyopoyo3 {
      animation: poyopoyo 2s ease-out infinite;
      opacity: 1;
    }
    @keyframes poyopoyo {
      0%, 40%, 60%, 80% {
        transform: scale(1.0);
      }
      50%, 70% {
        transform: scale(0.95);
      }
    }
    


}