@charset "UTF-8";
/* -------------------------------------------------- */
/* poc.css                                            */
/* -------------------------------------------------- */
.gameCo {
  color: #e40062;
}

.itCo {
  color: #00a29a;
}

.comCo {
  color: #ff6c00;
}
img {
  vertical-align: bottom;
}
@media screen and (min-width: 751px), print {
  /* -------------------- PC start -------------------- */

  .anc01 {
    margin-top: -140px;
    padding-top: 140px;
  }

  .bg_poc {
    background-color: #0c5aa5;
  }

  .contW {
    max-width: 1020px;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
  }

  header {
    height:130px;
    background-color: #0D6AB8;
  }
  header .contW {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height:130px;
    max-width: 1020px;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
  }

  header .flBox {
    width: 29.5%;
  }
  header .frBox {
    display: flex;
    justify-content: flex-start;
    width: 64%;
  }
  header .frBox li:first-child {
    width: 65.6%;
    margin-right: 1.6%;
  }
  header .frBox li a {
    display: block;
    background: #fff;
    padding: 2px;
    border: solid 1px #0D6AB8;
    color: #333;
    font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro",
      "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック",
      "MS PGothic", sans-serif;
      text-align: center;
  }
  header .frBox li a span {
    display: inline-block;
    border: solid 1px #0D6AB8;
    padding: 17px 0 17px 20px;
    background: url("../img/icon_header01.png") no-repeat 7px center / 18px auto;
    font-size: clamp(13px,1.9vw,19px);
    width: 100%;
    box-sizing: border-box;
  }
  header .frBox li.btnDisabled a {
    background-color: #ccc;
    border-color: #999;
  }
  header .frBox li.btnDisabled a span {
    border: solid 1px #999;
    background: url("../img/icon_header03.png") no-repeat 7px center / 13px auto;
  }
  header .frBox li:last-child {
    width: 32.8%;
  }
  header .frBox li:last-child a span {
    padding: 17px 0 17px 20px;
    background: url("../img/icon_header02.png") no-repeat 25% center / 16px
      auto;
  }

  .mv {
    margin-top: 130px;
    text-align: center;
    height: 900px;
    background: url(../img/bg_mv.jpg) no-repeat center top / cover;
    position: relative;
  }
  .mv .h2_wrap {
    display: flex;
    justify-content: flex-start;
    height: 100%;
    width: 100%;
    padding-left: 16%;
    padding-right: 18.3%;
    box-sizing: border-box;
    position: relative;
  }
  .mv .h2_wrap h2 {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }


  .mv .mv_sub01 {
    position: absolute;
    right: 20px;
    bottom: 10px;
    width: 23.3%;
    max-width: 348px;

  }

  .mv .h2_wrap h2.after {
    display: none;
  }
  .new_event .mv .h2_wrap h2.before {
    display: none;
  }
  .new_event .mv .h2_wrap h2.after {
    display: block;
  }

  .mv .h2_wrap h2 img {
    max-width: 976px;
    width: 100%;
  }
  .mv_award {
    background-color: #4b4948;
    padding: 24px 0;
  }
  .mv_award .inner01 {
    width: 100%;
    max-width: 1020px;
    padding: 0 10px;
    box-sizing: border-box;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .mv_award .inner01 .inner_l {
    width: 71.8%;
  }
  .mv_award .inner01 .inner_r {
    width: 26%;
  }
  .mv_award .inner01 img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }

  #mv_poc {
    padding-top: 50px;
    padding-bottom: 75px;
  }

  #mv_poc .thisDay {
    position: relative;
  }

  .bg_wrap {
    padding: 90px 0 0;
    background: #394298;
  }
  .bg_wrap02 {
    padding: 80px 0 100px;
    background: #0D6AB8;
  }
  .news_content {
    /* color: #f00; */
    color:#FFF;
    line-height: 1.5;
    max-width: 1020px;
    margin: auto;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .news_content .title {
    margin-bottom: 10px;
    text-align: center;
  }

  #point {
    background-color: #ac1922;
  }

  #point .decoA {
    padding: 75px 0 60px;
  }

  #point h2 {
    width: 76.4%;
    margin: 0 auto 30px;
  }

  .decoA {
    max-width: 1490px;
    margin: 0 auto;
    background-image: url(../img/bg_snow.png);
    background-repeat: no-repeat;
    background-position: center top;
  }

  #game_award {
    background: url(/img/pc/game_award_bg.jpg) no-repeat center center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .game_award_box {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .game_award_cont {
    max-width: 1280px;
    width: 96.6%;
    margin: 0 auto;
  }

  .wrapPoc {
    max-width: 1280px;
    width: 100%;
    margin: auto;
    position: relative;
  }

  .movie_wrap {
    background-image: linear-gradient(135deg, #C1DAE9, #F7D2E1);
    padding-bottom:80px;
  }
  .movie_wrap .inner {
    width:100%;
    max-width: 1000px;
    margin: 0 auto ;
    position: relative;
    padding-top: 45px;
  }
  
  .movie_wrap .inner .movie_tit {
    width: 100%;
    text-align: center;
    margin-bottom: -1px;
  }
  /* .movie_wrap .inner .movie_tit img {
    width: 80%;
  } */

  .movie_wrap .inner .box {
  position: relative;
  height: 0;
  padding: 0 0 56.25%;
  overflow: hidden;
  width: 100%;
  }
  .movie_wrap .inner .box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  #exp .type {
    margin-bottom: 40px;
  }

  #exp .expIt .type {
    width: 74.5%;
    margin: 0 auto 40px;
  }

  /*-------expCont--------------*/

  .information {
    margin-bottom: 120px;
  }
  .information h3 {
    width: 53.7%;
    margin: 0 auto 60px;
  }

  .information .list {
    display: flex;
    justify-content: flex-start;
  }
  .information .list li{
    width: 30%;
    margin-right: 5%;
  }
  .information .list li:last-child{
    margin-right: 0;
  }
  .information .list li p:first-child{
    margin-bottom: 20px;

  }
  .lesson {
    padding: 80px 0 100px;
    background: #394298;
  }
  .lesson_inner {
    max-width: 1290px;
    margin: 0 auto;
  }

  .lesson_inner h3 {
    width: 97.8%;
    margin: -140px 0 90px;
    padding-left: 2.2%;
  }

  .lesson .course_wrap {
    background: #FFF;
    border-radius: 50px;
    padding: 60px 0 80px;
    position: relative;
    /* margin-bottom: 150px; */
  }
  .lesson .course_wrap.wrap02 {
    padding-bottom:0 ;

  }
  .lesson .course_wrap.wrap03 {
    margin-bottom: 0px;

  }
  .lesson .course_wrap h4 {
    width: 100%;
    text-align: center;
    margin-bottom: 80px;
  }
  .lesson .course_wrap h4.it_h4 {
    margin-top: 120px;

  }
  .lesson .course_wrap h4 img {
    width: 27.1%;
  }
  .lesson .course_wrap h4.plan_h4 {
    width: 100%;
    position: static;
    margin-bottom: 60px;
  }
  .lesson .course_wrap h4.plan_h4 img {
    width: 32.1%;
  }
  .lesson .course_box {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 60px;
  }
  .lesson .course_box02 {
    background: #FFF;
    border: solid 15px #FE5C77;
    border-radius: 20px;
    color: #FE5C77;
    font-size: 65px;
    font-weight: 800;
    padding: 50px 0;
    text-align: center;
    margin-bottom: 60px;

  }
  .lesson .course_box.bottom {
    margin-bottom: 0;
  }
  .lesson .course_box h5 {
    background: #EA5964;
    text-align: center;
    color: #FFF;
    font-size: 30px;
    font-weight: 700;
    padding: 8px 0;
    margin-bottom: 30px;
    border-radius: 10px;
  }
  .lesson .course_box h5.limited_h5 {
    position: relative;
  }
  .lesson .course_box h5.limited_h5::before {
    content: "";
    display: block;
    background: url(../img/fukidashi_limited.png) no-repeat center center / 100% auto;
    width: 228px;
    height: 57px;
    position: absolute;
    left: 50%;
    top: -37px;
    margin-left: -114px;

  }

  .lesson .course_box .h5_sub {
    color: #EA5964;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
  } 
  .lesson .course_box .txt01 {
    font-size: 18px;
  }

  .lesson .course_box.course02 h5 {
    background: #01B197;
  }
  .lesson .course_box.course02 .h5_sub {
    color: #01B197;
  } 
  .lesson .course_box.course03 h5 {
    background: #787DBB;
  }
  .lesson .course_box.course03 .h5_sub {
    color: #787DBB;
  }
  .lesson .course_box.course04 h5 {
    background: #EF845C;
  }
  .lesson .course_box.course04 .h5_sub {
    color: #EF845C;
  }
  .lesson .course_box .box_inner {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .lesson .course_box .box_inner .inner_text {
    width: 100%;

  }
  .lesson .course_box .box_inner .inner_pic {
    width: 27%;
  }
  .lesson .course_box .box_inner.four_t {
    margin-bottom: 0;

  }
  .lesson .course_box .box_inner.four_t .inner_text {
    width: 37.8%;

  }
  .lesson .course_box .box_inner.four_t .inner_pic {
    width: 57.2%;
  }
  .lesson .course_box .box_inner.three_t .inner_text {
    width: 54.1%;

  }
  .lesson .course_box .box_inner.three_t .inner_pic {
    width: 40.8%;
  }


  .lesson .course_box .box_inner02 {
    display: flex;
    justify-content: flex-start;
    flex-direction: row-reverse;
    gap: 0 5%;
  }
  .lesson .course_box .box_inner02.one_teacher {
    justify-content: flex-end;
  }
  .lesson .course_box .box_inner02 .lesson_box {
    width: 70%;
  }
  .lesson .course_box .box_inner02 .teacher_box {
    width: 25%;
  }
  .lesson .course_box .box_inner02.one_teacher .teacher_box {
    width: 12%;
  }

  .lesson .lesson_txt01 {
    text-align: center;
    margin-bottom: 30px;

  }
  .lesson .lesson_txt01 span {
    display: inline-block;
    color: #FFF;
    font-size: 40px;
    position: relative;
  }
  .lesson .lesson_txt01 span::before {
    content: "";
    display: block;
    width: 56px;
    height: 3px;
    background: #EEFF00;
    position: absolute;
    left: -60px;
    bottom: 30px;
    transform: rotate(45deg);

  }
  .lesson .lesson_txt01 span::after {
    content: "";
    display: block;
    width: 56px;
    height: 3px;
    background: #EEFF00;
    position: absolute;
    right: -60px;
    bottom: 30px;
    transform: rotate(-45deg);

  }


  .lesson .lesson_btn {
    margin: 0 auto;
    width: 37.5%;
    position: relative;
    z-index: 2;
  }




  .showroom {
    padding: 70px 0 50px;
    background: #333333 url(../img/bg_showroom.jpg) no-repeat center top / cover;
  }
  .showroom_inner {
    max-width: 1290px;
    margin: 0 auto;
  }
  .showroom_inner h3 {
    text-align: center;
    margin-bottom: 55px;
  }
  .showroom_inner h3 img {
    width: 84%;
  }

  .showroom_box {
    background: #FFF;
    border-radius: 10px;
    padding: 50px 20px 0 50px;
    position: relative;
    border: solid 3px #394298;
    box-shadow: 0px 10px #EA5964;
    margin-bottom: 50px;
    position: relative;

  }
  .showroom_box.last_box {

    margin-bottom: 0;

  }
  .showroom_box .date_icon_wrap  {
    position: absolute;
    left:100px;
    top: -21px;
  }
  .showroom_box .date_icon  {
    background: #EA5964;
    color: #FFF;
    font-size: 25px;
    font-weight: 700;
    font-family: "M PLUS Rounded 1c", serif;
    border-radius: 50px;
    padding: 0 15px;
    letter-spacing: 0.03em;
    display: inline-block;
    
  }
  .showroom_box .date_icon span  {
    font-weight: 700;
    font-size: 16px;
  }


  .showroom_box .box_txt {
    text-align: center;
    margin-bottom: 20px;
  }
  .showroom_box .box_txt .tit_wrap {
    align-items: center;
    margin-bottom: 15px;

  }
  .showroom_box .box_txt .tit_wrap .icon {
    width: 100px;
    margin-right: 10px;
  }
  .showroom_box .box_txt .tit_wrap .tit{
    font-weight: 700;
    font-family: "M PLUS Rounded 1c", serif;
    font-size: 50px;
    color: #394298;
    line-height: 1.1;
  }
  /* .showroom_box.second_box .box_txt .tit_wrap .tit{
    color: #0B5027;
  } */
  .showroom_box .box_txt .txt {
    font-size: 24px;
    font-weight: 700;
  }
  .showroom_box .box_txt .note {
    font-weight: 500;
  }

  .showroom_box .box_pic {
  }




  /*----------sp_content--------------*/

  /* .sp_con {
    padding: 70px 0 0;
  } */
  .sp_con h3 {
    width: 85%;
    margin: 0 auto 30px;
    
  }
  .sp_con h3.h3_02 {
    width: 99.6%;
    
  }

  /* .sp_con .lesson_box.last {
    margin-bottom: 80px;
  } */
  .sp_con .lesson_box .list li {
    width: 47.5%;
    margin-right: 5%;

  }
  .sp_con .lesson_box .list li:nth-child(2n) {
    margin-right: 0;

  }
  .sp_con .lesson_box .tit {
    color: #E50065;
    margin-top: 10px;
  }

  .sp_con .lesson_box.course2 .tit {
    color: #EB6120;

  }

  .sp_con .lesson_box.course3 .tit {
    color: #119BA3;

  }

  .sp_con .btnBox02 {
    width: 62%;
    margin: 40px auto 0;
  }
  .sp_con .btnBox02 img {
    width: 100%;
    height: auto;
  }


  /*------------------------*/

  #dayflow {
    /* padding: 30px 0 0; */
  }
  #dayflow .nittei {
    width: 100%;
    margin: 0 auto 40px;
    text-align: center;
  }
  #dayflow .nittei_img {
    position: relative;
    width: 49.9%;
    margin: 0 auto;
  }

  /* #dayflow .nittei_img::before {
    content: "";
    display: block;
    width: 189px;
    height: 124px;
    background: url(/poc/img/nittei_icon.png) no-repeat center center / 100% auto;
    position: absolute;
    left: -40px;
    top: -41.5px;


  } */
 #dayflow .nittei .nittei_comment {
    color: #FFF;
    font-weight: 700;
    font-size: 18px;
  }
   #dayflow .nittei .nittei_comment02 {
    color: #FFF;
    font-weight: 700;
    font-size: 28px;
    background: #E4007F;
    border: solid 3px #FFF;
    border-radius: 10px;
    text-align: center;
    font-family: "M PLUS Rounded 1c", serif;
    width: 74.4%;
    margin: 10px auto 0;
    line-height: 1.5;
    padding: 7px 0 ;

  }
  #dayflow .nittei .nittei_comment02 span {
    color: #FFF043;
    font-weight: 700;
    font-size: 34px;
    font-family: "M PLUS Rounded 1c", serif;
    line-height: 1.5;

  }


  #dayflow .nittei .nittei_text {
    display: flex;
    justify-content: center;
    gap: 0 40px;

  }
  #dayflow .nittei .nittei_text.limited_nittei {
    display: inline-flex;
    justify-content: center;
    gap: 0 40px;
    background:linear-gradient(transparent 65%, #E4637D 65% 78%,transparent 78%);
  }

  #dayflow .nittei .nittei_text li {
    font-size: 60px;
    font-family: "M PLUS Rounded 1c", serif;
    font-weight: 700;
    color: #FFF68E;
  }
  #dayflow .nittei .nittei_text li span {
    font-size: 45px;
    font-family: "M PLUS Rounded 1c", serif;
    font-weight: 700;
    color: #FFF68E;
  }

  #dayflow h3 {
    margin: 0 auto 40px;
  }

  #dayflow .img01 {
    width: 53.9%;
    margin: 0 auto 200px;
  }

  #dayflow .img02 {
    margin-bottom: 30px;
  }
  #dayflow .link_btn01 {
    display: flex;
    justify-content: center;
    gap: 0 2%;
    position: relative;

  }
  #dayflow .link_btn01 li {
    width: 23.5%;
  }


  #dayflow .link_btn01 li img {
    width: 100%;
    height: auto;
  }
  #dayflow .link_btn01::before {
    content: "";
    display: block;
    width: 265px;
    height: 199px;
    background: url(../img/img_link_wrap.png) no-repeat center bottom /100% auto;
    position: absolute;
    left: 50%;
    top: -200px;
    margin-left: 10px;

  }
  #dayflow .note {
    color: #FFF;
    text-align: center;
    margin-top: 40px;
    font-size: 18px;
  }

  .privilege {
    background: #394298;
    padding: 70px 0 100px;
  }

  .privilege_inner {
    max-width: 1000px;
    margin: 0 auto;
  }
  .privilege_inner h3 {
    margin-bottom: 60px;
    text-align: center;

  }
  .privilege_inner h3 img{
    width: 100%;

  }
  .privilege_list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 80px;
    gap: 30px 3%;
  }
  .privilege_list li{
    width: 48.5%;
    background: #FFF;
    border-radius: 15px;
    padding: 60px 30px 50px;
    box-sizing: border-box;
    position: relative;
  }
  /* .privilege_list li.li01{
    padding: 50px 30px 120px;
  } */

  .privilege_list li .merit_tit{
    margin-bottom: 15px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .privilege_list li .merit_tit.limited_tit{
    text-align: center;
  }
  /* .privilege_list li .merit_tit.limited_tit::before {
    content: "";
    display: block;
    background: url(../img/fukidashi_limited.png) no-repeat center center / 100% auto;
    width: 228px;
    height: 57px;
    position: absolute;
    left: 50%;
    top: -22px;
    margin-left: -114px;

  } */
  .privilege_list li .merit_tit img{
    width: 23.6%;
    height: auto;
  }
  .privilege_list li .txt01{
    margin-bottom: 20px;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    color: #EA5964;
    line-height: 1.4;
    
  }
  .privilege_list li .txt01 .line{
    background:linear-gradient(transparent 45%, #FFF462 45%);
    display: inline;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4;


  }
  .privilege_list li .txt01 .large{
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2;
  }
  .privilege_list li .img01{
    width: 59.7%;
    margin: 10px auto 0;

  }
  .privilege_list li .img02{
    width: 32%;
    position: absolute;
    bottom: 0;
    right: 5%;
    

  }

  .privilege_list li .img03{
    width: 100%;
    margin: 25px auto 0;

  }
  .privilege_list li .txt02{
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1em;

    
  }
  .privilege_list li .txt03{
    color: #D00F31;
    font-size: 14px;
    margin-left: 1em;
    font-weight: 500;
    letter-spacing: 0.1em;
  }
  .privilege_list li .txt03 span{
    margin-left: -1em;
  }
  

  .privilege_inner .btnBox {
    display: flex;
    justify-content: flex-start;
  }
  .privilege_inner .btnBox li {
    width: 48.5%;
    margin-right: 3%;
  }
  .privilege_inner .btnBox li:last-child {
    margin-right: 0;
  }

  footer {
    background-color: #0D6AB8;
    padding: 26px 0;
  }

  footer .footerList {
    display: flex;
    justify-content: space-between;
  }

  footer .footerList .logo {
    max-width: 295px;
    width: 29.5%;
  }

  footer .footerList .copy {
    color: #fff;
    font-size: 10px;
  }

  #page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
    border: 2px solid #0D6AB8;
  }
  #page-top a {
    padding: 15px;
    display: block;
    text-decoration: none;
    color: #0D6AB8;
    text-align: center;
    line-height: 1.5;
    font-weight: bold;
    background-color: #fff;
  }

  .pc {
    display: block;
  }
    .pc_i {
    display: inline-block;
  }
  .sp {
    display: none;
  }
  .sp_i {
    display: none;
  }


  /* -------------------- PC end -------------------- */


}

@media screen and (min-width: 1001px) {
  header .frBox li a {
    font-size: 13px;
  }
}

@supports (-ms-ime-align: auto) {
  #exp .contLeft h5 {
    text-indent: -4em;
    padding-left: 4em;
  }
}

@-moz-document url-prefix() {
  /*  #exp .contLeft h5 {
  text-indent: -4em;
  padding-left: 4em;
  }*/
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  body {
    font-family: YakuHanJP, "ヒラギノ角ゴ Pro W3", "HIragino Kaku Gothic Pro W3",
      "HIragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS P Gothic",
      "ＭＳ Ｐゴシック", sans-serif;
  }
}

@media screen and (max-width: 750px) {
  /* -------------------- SP start -------------------- */

  .anc01 {
    margin-top: -60px;
    padding-top: 60px;
  }
  .bg_poc {
    background-color: #0c5aa5;
  }

  .contW {
    width: 92%;
    margin: 0 auto;
  }

  header {
    background-color: #0D6AB8;
    padding: 8px 0;
    height: 44px;
    font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3",
      "HIragino Kaku Gothic Pro W3", "HIragino Kaku Gothic Pro", "メイリオ",
      Meiryo, Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  }

  header .contW {
    position: relative;
  }

  header .flBox {
    width: 200px;
    line-height: 1;
    margin-bottom: 6px;
  }
  header .flBox a {
    font-size: 12px;
    color: #ffffff;
    font-weight: bold;
  }
  header .frBox {
    display: flex;
    justify-content: space-between;
  }

  header .frBox li a {
    display: block;
    background-color: #ffffff;
    color: #333;
    font-size: 9px;
    font-weight: bold;
    padding: 1px;
    text-align: center;
  }
  header .frBox li a span {
    display: block;
    border: solid 1px #0D6AB8;
    font-size: 9px;
    line-height: 1;
    padding: 3px 0;
  }
  header .frBox li.btnDisabled a {
    background-color: #cccccc;
    border-color: #999999;
  }
  header .frBox li.btnDisabled a span {
    border: solid 1px #999999;
  }
  header .frBox li:first-child {
    width: 72%;
  }
  header .frBox li:first-child a {
    background-image: url(../img/icon_header01.png);
    background-repeat: no-repeat;
    background-position: 7px center;
    background-size: 8px auto;
  }
  header .frBox li.btnDisabled a {
    background-image: url(../img/icon_header03.png);
  }

  header .frBox li:last-child {
    width: 26%;
  }
  header .frBox li:last-child a {
    background-image: url(../img/icon_header02.png);
    background-repeat: no-repeat;
    background-position: 7px center;
    background-size: 9px auto;
  }

  header .frBox li .img02 {
    display: none;
  }
  .mv {
    padding-top: 60px;
    background: #394298;
  }
  .mv .h2_wrap .mv_img {
    display: none;
  }

  .mv .mv_sub01 {
    display: none;


  }
  .mv .mv_sub02 {
    display: none;

  }

  .mv .h2_wrap h2.after {
    display: none;
  }
  .new_event .mv .h2_wrap h2.before {
    display: none;
  }
  .new_event .mv .h2_wrap h2.after {
    display: block;
  }

  .mv_award .btn_wrap {
    padding: 15px 4%;
  }

  #mv_poc {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: -3px;
  }
  #mv_poc img {
    vertical-align: bottom;
  }

  #mv_poc .thisDay {
    position: relative;
  }

  .bg_wrap {
    padding: 20px 0 0;
    background: #394298;
  }
  .bg_wrap02 {
    padding: 40px 0 70px;
    background: #20515F;
  }

  .movie_wrap {
    background: #394298;
    padding: 0 15px 40px;
  }
  .movie_wrap .inner {
    width:100%;
    max-width: inherit;
    margin: 0;
    position: relative;
    padding-top:0px;

  }
  
  .movie_wrap .inner .movie_tit {
    width: 100%;

  }

  .movie_wrap .inner .box {
    position: relative;
    height: 0;
    padding: 0 0 150%;
    /* padding: 0 0 56.25%; */
    overflow: hidden;
    width: 100%;
  }
  .movie_wrap .inner .box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }


  .news_content {
    font-weight: bold;
    color: #FFF;
    font-size: 14px;
    line-height: 1.6;
    width: 92%;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
    font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3",
      "HIragino Kaku Gothic Pro W3", "HIragino Kaku Gothic Pro", "メイリオ",
      Meiryo, Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  }
  .news_content .title {
    margin-bottom: 10px;
    text-align: center;
  }

  #point {
    background-color: #ac1a22;
  }

  #point .decoA {
    padding: 30px 0 30px;
  }

  #point h2 {
    width: 52.26%;
    margin: 0 auto 30px;
  }

  .decoA {
    margin: 0 auto;
    background-image: url(../img/sp/bg_snow.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
  }

  #game_award {
    background: url(/img/pc/game_award_bg.jpg) no-repeat center center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .game_award_box {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .game_award_cont {
    max-width: 1280px;
    width: 96.6%;
    margin: 0 auto;
  }

  .wrapPoc {
    max-width: 1280px;
    width: 100%;
    margin: auto;
    position: relative;
  }
  h3 {
    text-align: center;
  }


  #exp {
    font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3",
      "HIragino Kaku Gothic Pro W3", "HIragino Kaku Gothic Pro", "メイリオ",
      Meiryo, Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  }



  #exp .link_btn01 {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 20px;
  }
  #exp .link_btn01 li {
    width: 32%;
    margin-right: 2%;
  }
  #exp .link_btn01 li:last-child {
    margin-right: 0;
  }
  #exp .expCont li.li01 {
    position: relative;

  }
  #exp .expCont li.li01::before {
    content: "";
    display: block;
    width: calc(100% + 30px);
    height: 2px;
    border-top: dotted 2px #707070;
    position: absolute;
    top: -16px;
    left: -15px;
    box-sizing: border-box;
  }

  #exp h3 {
    margin-bottom: 15px;
  }
  #exp .sp_con h3 {
    margin: -30px 0 15px;
  }


  #exp .type {
    margin-bottom: 20px;
  }

  #exp .expIt .type {
    width: 74.5%;
    margin: 0 auto 20px;
  }

  /*-------expCont--------------*/

  .information {
    margin-bottom: 60px;
  }
  .information h3 {
    width: 100%;
    margin: 0 0 30px;
  }
  .information h3 img {
    height: 40px;
  }

  .information .list {
    display: block;
  }
  .information .list li{
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .information .list li:last-child{
    margin-bottom: 0;
  }
  .information .list li p:first-child{
    margin-bottom: 10px;

  }
  .lesson {
    padding: 60px 0 50px;
    background: #394298;
    position: relative;
  }
  .lesson::before {
    content: "";
    display: block;
    background: url(../img/sp/img_lesson.png) no-repeat center center / 80% auto;
    width: 100%;
    height: 84px;
    position: absolute;
    left: 0;
    top: -24px;


  }
  .lesson_inner {
    max-width: inherit;
    margin: 0;
    padding: 0 15px;
  }

  .lesson_inner h3 {
    width: 100%;
    margin: -60px auto 30px;
  }

  .lesson .course_wrap {
    background: #FFF;
    border-radius: 10px;
    padding: 30px 15px 40px;
    position: relative;
  }
  .lesson .course_wrap.wrap02 {
    padding-bottom:0 ;

  }
  .lesson .course_wrap.wrap03 {
    margin-bottom: 0px;

  }
  .lesson .course_wrap h4 {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .lesson .course_wrap h4.it_h4 {
    margin-top: 70px;

  }
  .lesson .course_wrap h4 img {
    width: 52.2%;
  }
  .lesson .course_wrap h4.plan_h4 {
    width: 100%;
    position: static;
    margin-bottom: 30px;
  }
  .lesson .course_wrap h4.plan_h4 img {
    width: 47%;
  }
  .lesson .course_box {
    margin-bottom: 40px;
  }
  .lesson .course_box02 {
    background: #FFF;
    border: solid 10px #FE5C77;
    border-radius: 20px;
    color: #FE5C77;
    font-size: 30px;
    font-weight: 800;
    padding: 25px 0;
    text-align: center;
    margin-bottom: 30px;

  }
  .lesson .course_box.bottom {
    margin-bottom: 0;
  }
  .lesson .course_box h5 {
    background: #EA5964;
    text-align: center;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    padding: 4px 0;
    margin-bottom: 10px;
    border-radius: 10px;
  }
  .lesson .course_box h5.limited_h5 {
    position: relative;
  }
  .lesson .course_box h5.limited_h5::before {
    content: "";
    display: block;
    background: url(../img/fukidashi_limited.png) no-repeat center center / 100% auto;
    width: 160px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: -28px;
    margin-left: -80px;

  }

  .lesson .course_box .h5_sub {
    color: #EA5964;
    font-size: 18px;
    font-weight: 700;
  } 
  .lesson .course_box .txt01 {
    margin-bottom: 15px;
    font-size: 15px;
  }

  .lesson .course_box.course02 h5 {
    background: #01B197;
  }
  .lesson .course_box.course02 .h5_sub {
    color: #01B197;
  } 
  .lesson .course_box.course03 h5 {
    background: #787DBB;
  }
  .lesson .course_box.course03 .h5_sub {
    color: #787DBB;
  }
  .lesson .course_box.course04 h5 {
    background: #EF845C;
  }
  .lesson .course_box.course04 .h5_sub {
    color: #EF845C;
  }

  .lesson .course_box .box_inner {

    margin-bottom: 20px;
  }
  .lesson .course_box .box_inner .inner_text {
   margin-bottom: 15px;
  }
  .lesson .course_box .box_inner .inner_pic {
   width: 51.4%;
   margin: 0 auto;
  }

  .lesson .course_box .box_inner02 .teacher_box {
    width: 52.2%;
    margin: 0 auto 20px;

  }
  .lesson .course_box .box_inner02 .teacher_box.box02 {
    width: 79.2%;

  }
    .lesson .course_box .box_inner02.one_teacher .teacher_box {
    width: 25.2%;

  }

  .lesson .lesson_txt01 {
    text-align: center;
    margin-bottom: 15px;

  }
  .lesson .lesson_txt01 span {
    display: inline-block;
    color: #FFF;
    font-size: 19px;
    position: relative;
  }
  .lesson .lesson_txt01 span::before {
    content: "";
    display: block;
    width: 56px;
    height: 2px;
    background: #EEFF00;
    position: absolute;
    left: -60px;
    bottom: 30px;
    transform: rotate(45deg);

  }
  .lesson .lesson_txt01 span::after {
    content: "";
    display: block;
    width: 56px;
    height: 2px;
    background: #EEFF00;
    position: absolute;
    right: -60px;
    bottom: 30px;
    transform: rotate(-45deg);

  }


  .lesson .lesson_btn {
    width: 100%;
    position: relative;
    z-index: 2;
  }
  


  /* .lesson .course_box .box_inner.four_t .inner_pic {
    width: 57.2%;
  }

  .lesson .course_box .box_inner.three_t .inner_pic {
    width: 40.8%;
  } */

  .showroom {
    padding: 50px 0;
    background: #333333 url(../img/sp/bg_showroom.jpg) no-repeat center top / cover;
  }
  .showroom_inner {
    max-width: inherit;
    margin: 0;
    padding: 0 15px;
  }
  .showroom_inner h3 {
    width: 68.5%;
    margin: -60px auto 30px;
  }
  .showroom_box {
    background: #FFF;
    border: solid 3px #394298;
    box-shadow: 0px 5px #EA5964;
    border-radius: 10px;
    padding: 20px 20px 0 ;
    position: relative;
     margin-bottom: 30px;
     position: relative;
  }

 .showroom_box.last_box {
    margin-bottom: 0;
  }
 .showroom_box .date_icon_wrap  {
    position: absolute;
    left:0px;
    top: -14px;
    width: 100%;
    text-align: center;
  }
 .showroom_box .date_icon  {
    display: inline-block;
    background: #EA5964;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    font-family: "M PLUS Rounded 1c", serif;
    border-radius: 50px;
    padding: 0 15px;
    letter-spacing: 0.03em;

    
  }
  .showroom_box .date_icon span  {
    font-weight: 700;
    font-size: 13px;
  }
  
  .showroom_box .box_txt {
    width: 100%;
  }
  .showroom_box .box_txt .tit_wrap {
    margin-bottom: 15px;

  }
  .showroom_box .box_txt .tit_wrap .icon {
    width: 60px;
    margin-right: 10px;
  }
  .showroom_box .box_txt .tit_wrap .tit{
    font-weight: 700;
    font-size: 25px;
    color: #394298;
    line-height: 1.1;
    text-align: center;
  }
  /* .showroom_box.second_box .box_txt .tit_wrap .tit{
    color: #0B5027;
  } */
  .showroom_box .box_txt .txt {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
  }
  .showroom_box .box_txt .note {
    font-size: 11px;
    margin-bottom: 10px;
  }

  .showroom_box .box_pic {
    width: 100%;
  }
  



  /*-------ComCont--------------*/

  #exp .ComCont li {
    padding-top: 20px;
  }

  #exp .ComCont .pic_wrap {
    margin-bottom: 10px;
    position: relative;
  }
  #exp .ComCont .pic_wrap .fukidashi {
    position: absolute;
    right: 0;
    top: 0;
  }
  #exp .ComCont .pic_wrap .fukidashi img {
    width: auto;
  }

  #exp .ComCont .text_wrap h5 {
    border-bottom: 2px solid #ff6c00;
  }

  /*----------sp_content--------------*/

  .sp_con {
    font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3",
      "HIragino Kaku Gothic Pro W3", "HIragino Kaku Gothic Pro", "メイリオ",
      Meiryo, Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  }
  .sp_con h3 {
    margin: -90px 0 40px;
  }

  .sp_con h3 img {
    height: 26px;
  } 
  .sp_con .lesson_box .list li.li01 {
    margin-bottom: 5px;

  }



  .sp_con .lesson_box .tit {
    color: #E50065;
    margin-top: 5px;
  }

  .sp_con .lesson_box.course2 .tit {
    color: #EB6120;

  }

  .sp_con .lesson_box.course3 .tit {
    color: #119BA3;

  }

  .sp_con .btnBox02 {
    width: 62%;
    margin: 20px auto 0;
  }
  .sp_con .btnBox02 img {
    width: 100%;
    height: auto;
  }


  /*------------------------*/

  #dayflow {
    padding: 0 0 50px;
  }
  #dayflow .nittei {
    width: 100%;
    margin: 0 auto 20px;
    text-align: center;
  }
  #dayflow .nittei_img {
    width: 85%;
    margin: 0 auto;
    position: relative;
  }

  /* #dayflow .nittei_img::before {
    content: "";
    display: block;
    width: 130px;
    height: 87px;
    background: url(/poc/img/nittei_icon.png) no-repeat center center / 100% auto;
    position: absolute;
    left: -40px;
    top: -41.5px;


  } */
  #dayflow .nittei .nittei_comment {
    color: #FFF;
    font-weight: 700;
    font-size: 15px;
    text-align: left;
  }
   #dayflow .nittei .nittei_comment02 {
    color: #FFF;
    font-weight: 700;
    font-size: 15px;
    background: #E4007F;
    border: solid 3px #FFF;
    border-radius: 10px;
    text-align: center;
    font-family: "M PLUS Rounded 1c", serif;
    margin: 10px auto 0;
    padding: 5px 0;

  }
  #dayflow .nittei .nittei_comment02 span {
    color: #FFF043;
    font-weight: 700;
    font-size: 18px;
    font-family: "M PLUS Rounded 1c", serif;
    line-height: 1.1;

  }


  #dayflow .nittei .nittei_text {
    display: flex;
    justify-content: center;
    gap: 0 20px;
    margin-top: 5px;

  }
  #dayflow .nittei .nittei_text.limited_nittei {
    display: inline-flex;
    justify-content: center;
    gap: 0 15px;
    background:linear-gradient(transparent 65%, #E4637D 65% 78%,transparent 78%);
  }

  #dayflow .nittei .nittei_text li {
    font-size: 30px;
    font-family: "M PLUS Rounded 1c", serif;
    font-weight: 700;
    color: #FFF68E;
  }
  #dayflow .nittei .nittei_text li span {
    font-size: 20px;
    font-family: "M PLUS Rounded 1c", serif;
    font-weight: 700;
    color: #FFF68E;
  }

  #dayflow h3 {
    width: 100%;
    margin: 0 auto 30px;
  }
  #dayflow .img01 {
    width: 75%;
    margin: 0 auto 30px;
  }
  #dayflow .img02 {
    margin-bottom: 10px;
  }
  #dayflow .link_btn01 {
    margin: 140px 0 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    gap: 10px 2%;
  }
  #dayflow .link_btn01 li {
    width: 49%;
  }


  #dayflow .link_btn01 li img {
    width: 100%;
    height: auto;
  }

  #dayflow .link_btn01::before {
    content: "";
    display: block;
    width: 160px;
    height: 121px;
    background: url(../img/img_link_wrap.png) no-repeat center bottom /100% auto;
    position: absolute;
    left: 50%;
    top: -122px;
    margin-left: -39px;

  }
  #dayflow .note {
    color: #FFF;
    text-align: center;
    margin-top: 20px;
    font-size: 10px;
  }


  .privilege {
    background: #394298;
    padding: 40px 0 50px;
  }

  .privilege_inner {
    max-width: inherit;
    margin: 0;
    padding: 0 15px;
  }
  .privilege_inner h3 {
    width: 100%;
    margin: -60px auto 30px;

  }
  .privilege_list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .privilege_list li{
    width: 100%;
    margin-bottom: 20px;
    background: #FFF;
    border-radius: 15px;
    padding: 40px 15px 25px;
    position: relative;

  }
  
  /* .privilege_list li.li01{
    padding: 25px 15px 90px;
  } */

  .privilege_list li .merit_tit{
    margin-bottom: 15px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .privilege_list li .merit_tit.limited_tit{
    text-align: center;
  }
  /* .privilege_list li .merit_tit.limited_tit::before {
    content: "";
    display: block;
    background: url(../img/fukidashi_limited.png) no-repeat center center / 100% auto;
    width: 160px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: -18px;
    margin-left: -80px;

  } */
  .privilege_list li .merit_tit img{
    width: auto;
    height: 26px;
  }
  .privilege_list li .txt01{
    margin-bottom: 15px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #E8465A;
    line-height: 1.2;
    
  }
  .privilege_list li .txt01 .line{
    background:linear-gradient(transparent 45%, #FFF462 45%);
    display: inline;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;


  }
  .privilege_list li .txt01 .large{
    font-size: 25px;
    font-weight: 700;
    line-height: 1.2;
  }
  .privilege_list li .txt02{
    font-weight: 500;
  }
  .privilege_list li .txt03{
    font-weight: 500;
    font-size: 12px;
    color: #D00F31;
  }
  .privilege_list li .img01{
    width: 60%;
    margin: 10px auto 0;

  }
  .privilege_list li .img02{
    width: 40%;
    margin: 10px auto 0;
  }
  .privilege_list li .img03{
    width: 100%;
    margin: 20px auto 0;
  }

  .privilege_inner .btnBox {
    display: block;
  }
  .privilege_inner .btnBox li {
    width: 100%;
    margin-bottom: 15px;
  }
  .privilege_inner .btnBox li:last-child {
    margin-bottom: 0;
  }


  footer {
    background-color: #0D6AB8;
    padding: 26px 0;
  }

  footer .footerList .logo {
    width: 60%;
    margin: 0 auto 10px;
  }

  footer .footerList .copy {
    color: #fff;
    font-size: 10px;
    text-align: center;
  }

  #page-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-size: 77%;
    border: 2px solid #0D6AB8;
  }
  #page-top a {
    padding: 6px;
    display: block;
    text-decoration: none;
    color: #0D6AB8;
    text-align: center;
    line-height: 1.5;
    font-weight: bold;
    background-color: #fff;
    font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3",
      "HIragino Kaku Gothic Pro W3", "HIragino Kaku Gothic Pro", "メイリオ",
      Meiryo, Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  }
  .pc {
    display: none;
  }
    .pc_i {
    display: none;
  }
  .sp {
    display: block;
  }
  .sp_i {
    display: inline;
  }

  /* --------------------- SP end --------------------- */
}
