/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/
.ranking__txt-red{
  color: #BA191E;
}
.ranking__txt-green{
  color: #264A10;
}

@media screen and (min-width:741px) {
  #main {
    width: 100%;
  }
  .spb{
    width: 100%;
  }
  .breadcrumb {
    width: 960px;
    margin: 0 auto;
  }
  #contents {
    width: 100%;
  }
  .sec.kv{
    padding: 0;
  }
  .kv__ttl{
    width: 100%;
    background-color: #A10000;
  }
  .kv__img{
    max-width: 1200px;
    margin: 0 auto;
    display: block;
  }
  .kv__txt-lead{
    display: block;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
  }
  .sp__only{
    display: none;
  }
  .main{
    position: relative;
    background-image: url(/contents/christmas_presents/chugaku/_assets/img/bg.png);
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: repeat;
  }
  /* .main::before{
    position: absolute;
    content: "";
    background-image: url(/contents/christmas_presents/chugaku/_assets/img/bg_top.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    top: -0.6%;
    left:0;
    min-width: 1149px;
    overflow: hidden;
  } */
  .main::after{
    position: absolute;
    content: "";
    background-image: url(/contents/christmas_presents/chugaku/_assets/img/ranking_deco_snow.png);
    width: 100%;
    height: 100%;
    background-repeat: repeat-y;
    background-size: contain;
    top: 0;
    }
  /* .main::before{
    left: 0;
  } */
  .main::after{
    right: 0;
  }
  .sec{
    position: relative;
    padding: 60px 0 79px;
    z-index: 1;
  }
  .ttl{
    width: 451px;
    display: block;
    margin: 0 auto;
    font-size: 24px;
    text-align: center;
    font-family: "FOT-TsukuARdGothic Std", sans-serif;
    font-style: normal;
    font-weight: bold;
  }
  .money__img, .ranking__item-img{
    width: 450px;
    display: block;
    margin: 19px auto 0;
  }
  .txt{
    width: 700px;
    display: block;
    margin: 40px auto 0;
    font-size: 16px;
    line-height: 28px;
  }
  .kv__txt{
    display: block;
    text-align: center;
    font-family: "FOT-TsukuARdGothic Std", sans-serif;
    font-style: normal;
    font-weight: bold;
    margin-top: 62px;
  }
  .anchor {
    margin: 55px 0 50px;
  }
  .anchor__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
  }
  .anchor__list-item {
    max-height: 68px;
    max-width: 293px;
    width: 24.25%;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .anchor__list-item:nth-of-type(1){
    background-color: #52392D;
  }
  .anchor__list-item:nth-of-type(2){
    background-color: #9C1216;
  }
  .anchor__list-item:nth-of-type(3){
    background-color: #264A10;
  }
  .anchor__list-item:nth-of-type(4){
    background-color: #445D7A;
  }
  .anchor__list-item:hover{
    opacity: 0.7;
    
  }
  a.anchor__list-item-link {
    display: block;
    width: 100%;
    padding: 11px 0 13px;
    padding-left: 22px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    position: relative;
  }
  .anchor__list-item-link::before {
    position: absolute;
    top: 50%;
    left: 250px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 16px;
    height: 9px;
    content: "";
    display: inline-block;
    background-image: url(/contents/toilet_training/_assets/img/anchor_arr.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .sec__reco-ttl-wrap{
    width: 700px;
    display: block;
    margin: 26px auto 0;
    text-align: center;
  }
  .sec__reco-ttl{
    width: 700px;
  }
  .sec__reco-list {
    position: relative;
    margin: 15px auto 34px;
    max-width: 640px;
    padding: 45px 0 0;
  }
  .sec__reco-list::before, .sec__reco-list::after {
    position: absolute;
    left: 0px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 30px;
    display: inline-block;
    content: "";
    background-image: url(/contents/christmas_presents/chugaku/_assets/img/reco_list_line.png);
    background-position: left;
    background-size: contain;
    background-repeat: repeat-x;
    z-index: 1;
  }
  .sec__reco-list::before{
    top: 10px;
  }
  .sec__reco-list::after {
    bottom: -65px;
  }
  .sec__reco-list-item:not(:last-child) {
    padding-bottom: 14px;
    margin-bottom: 14px;
    border-bottom: solid 1px #52392D;
  }
  a.sec__reco-list-item-link {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #3B3B3B;
    font-size: 14px;
    line-height: 20px;
    padding-left: 19px;
    position: relative;
    display: block;
  }
  .sec__reco-list-item-link::before {
    position: absolute;
    left: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 13px;
    height: 13px;
    display: inline-block;
    content: "";
    background-image: url(/contents/toilet_training/_assets/img/black-arr.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  #money{
    background: radial-gradient(#96B279, #20410A);
  }
  #fail{
    background: url(/contents/christmas_presents/chugaku/_assets/img/bg_blue.png);
    background-repeat: repeat;
  }
  .money__wrap{
    width: 960px;
    padding: 40px 49px;
    background-color: #FFFFFF;
    margin: 0 auto;
  }
  .money__ttl, .girls__ttl{
    color: #FFFFFF;
    font-weight: bold;
    font-size: 18px;
    font-family: "FOT-TsukuARdGothic Std", sans-serif;
    width: 862px;
    height: 99px;
    background-image: url(/contents/christmas_presents/chugaku/_assets/img/ranking_ttl_img_red.png);
    background-size: contain;
    padding-top: 15px;
    background-repeat: no-repeat;
  }
  .boys__ttl{
    color: #FFFFFF;
    font-weight: bold;
    font-size: 18px;
    font-family: "FOT-TsukuARdGothic Std", sans-serif;
    width: 862px;
    height: 99px;
    background-image: url(/contents/christmas_presents/chugaku/_assets/img/ranking_ttl_img_green.png);
    background-size: contain;
    padding-top: 15px;
    background-repeat: no-repeat;
  }
  .fail__ttl{
    color: #FFFFFF;
    font-weight: bold;
    font-size: 18px;
    font-family: "FOT-TsukuARdGothic Std", sans-serif;
    width: 862px;
    height: 99px;
    background-image: url(/contents/christmas_presents/chugaku/_assets/img/ranking_ttl_img_blue.png);
    background-size: contain;
    padding-top: 9px;
    background-repeat: no-repeat;
  }
  .money__ttl .strong, .girls__ttl .strong, .boys__ttl .strong, .fail__ttl .strong{
    font-size: 22px;
  }
  .red__ttl{
    color: #C94C2E;
    display: block;
    width: 700px;
    margin: 0 auto;
    font-size: 20px;
  }
  .blue__txt{
    color: #445D7A;
  }
  .girls__txt{
    text-align: center;
    font-weight: bold;
    font-family: "FOT-TsukuARdGothic Std", sans-serif;
  }
  .girls__ranking{
    display: block;
    position: relative;
    width: 640px;
    margin: 10px;
    border: #9C1216 1px solid;
    border-radius: 6px;
    padding: 0px 42px;    
    box-sizing: border-box;
  }
  .boys__txt, .fail__txt{
    text-align: center;
    font-weight: bold;
  }
  .boys__ranking{
    display: block;
    position: relative;
    width: 640px;
    margin: 10px;
    border: #264A10 1px solid;
    border-radius: 6px;
    padding: 0px 42px;    
    box-sizing: border-box;
  }
  .double__line{
    display: block;
    background-color: #FFFFFF;
    width: 660px;
    border-radius: 6px;
    margin: 30px auto 0;
    box-sizing: border-box;
  }
  .girls__ranking-wrap.double__line{
    border: #9C1216 2px solid;
  }
  .girls__ranking-list{
    position: relative;
    font-size: 16px;
    padding-bottom: 10px;
    margin-top: 15px;
  }
  .girls__ranking-list a{
    color: #9C1216;
    display: block;
  }
  .girls__ranking-list a:hover{
    text-decoration: none;
    opacity: 0.7;
  }
  .girls__ranking-list:not(:last-of-type){
    border-bottom: #9C1216 solid 2px;
  }
  .girls__ranking-list::before{
    position: absolute;
    content: "";
    background-image: url(/contents/christmas_presents/chugaku/_assets/img/nav_girl_arrow.svg);
    width: 13px;
    height: 7px;
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    transform: translateY(-50%);
    left: 95%;
  }
  .boys__ranking-wrap.double__line{
    border: #264A10 2px solid;
  }
  .boys__ranking-list{
    position: relative;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
    margin-top: 15px;
  }
  .boys__ranking-list a{
    color: #264A10;
    display: block;
  }
  .boys__ranking-list a:hover{
    text-decoration: none;
    opacity: 0.7;
  }
  .boys__ranking-list:not(:last-of-type){
    border-bottom: #264A10 solid 2px;
  }
  .boys__ranking-list::before{
    position: absolute;
    content: "";
    background-image: url(/contents/christmas_presents/chugaku/_assets/img/nav_boy_arrow.svg);
    width: 13px;
    height: 7px;
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    transform: translateY(-50%);
    left: 95%;
  }
  .ranking{
    position: relative;
    display: block;
    width: 960px;
    height: 100%;
    background-color: #FFFFFF;
    margin: 40px auto 0;
    padding: 113px 0 50px;
    z-index: 1;
  }
  .fail__wrap{
    position: relative;
    display: block;
    width: 960px;
    height: 100%;
    background-color: #FFFFFF;
    margin: 40px auto 0;
    padding: 113px 0 50px;
    z-index: 1;
  }
  #girls .ranking::before{
    position: absolute;
    content: "";
    background-image: url(/contents/christmas_presents/chugaku/_assets/img/ranking_deco_girl.png);
    width: 100%;
    height: 234px;
    background-repeat: no-repeat;
    background-size: contain;
    top: 0%;
    left: 0%;
  }
  #boys .ranking::before{
    position: absolute;
    content: "";
    background-image: url(/contents/christmas_presents/chugaku/_assets/img/ranking_deco_boy.png);
    width: 100%;
    height: 234px;
    background-repeat: no-repeat;
    background-size: contain;
    top: 0%;
    left: 0%;
  }
  .ranking__number-img{
    width: 119px;
    display: block;
    margin: 19px auto 0;
  }
  .ranking__number-img.ranking-size{
    width: 84px;
  }
  .ranking__item{
    display: block;
    margin: 30px auto 0;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 29px;
    width: 394px;
  }
  .ranking__wrap{
    margin-top: 30px;
  }
  .ranking__voice{
    position: relative;
    width: 660px;
    background-color: #F3E6CA;
    margin: 20px auto 0;
    padding-bottom: 28px;
    border-radius: 6px;
  }
  .ranking__voice-ttl{
    position: relative;
    color: #9C1216;
    line-height: 29px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 17px 0 27px;
  }
  .ranking__voice-top.one__voice{
    margin-left: 200px;
  }
  .ranking__voice-top.one__voice::after{
    top: 30%;
  }
  #boys .ranking__voice-ttl{
    color: #264A10;
  }
  .ranking__voice-ttl::before{
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    transform: translateY(-50%);
    left: 195px;
  }
  #girls .ranking__voice-ttl::before{
    background-image: url(/contents/christmas_presents/chugaku/_assets/img/ranking_voice_left_girl.svg);
  }
  #girls .ranking__voice-ttl::after{
    background-image: url(/contents/christmas_presents/chugaku/_assets/img/ranking_voice_right_girl.svg);
  }
  #boys .ranking__voice-ttl::before{
    background-image: url(/contents/christmas_presents/chugaku/_assets/img/ranking_voice_left_boy.svg);
  }
  #boys .ranking__voice-ttl::after{
    background-image: url(/contents/christmas_presents/chugaku/_assets/img/ranking_voice_right_boy.svg);
  }
  .ranking__voice-ttl::after{
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    transform: translateY(-50%);
    right: 195px;
  }
  .ranking__voice-top{
    width: 314px;
    padding: 14px 18px;
    position: relative;
    margin-left: 130px;
    font-size: 14px;
    background-color: #FFFFFF;
    border-radius: 10px;
    box-shadow: 2px 2px 4px gray;
    font-family: "FOT-TsukuARdGothic Std", sans-serif;
    font-weight: bold;
  }
  .ranking__voice-top::before{
    position: absolute;
    content: "";
    background-image: url(/contents/christmas_presents/chugaku/_assets/img/comment_left.png);
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: contain;
    top: 60%;
    left: -22px;
  }
  .ranking__voice-top::after{
    position: absolute;
    content: "";
    background-image: url(/contents/christmas_presents/chugaku/_assets/img/comment_icon1.png);
    width: 68px;
    height: 68px;
    background-repeat: no-repeat;
    background-size: contain;
    top: 45%;
    left: -90px;
  }
  .ranking__voice-bottom{
    width: 314px;
    padding: 14px 18px;
    position: relative;
    margin: 31px 0 20px 183px;
    font-size: 14px;
    background-color: #FFFFFF;
    border-radius: 10px;
    box-shadow: 2px 2px 4px gray;
    font-family: "FOT-TsukuARdGothic Std", sans-serif;
    font-weight: bold;
  }
  .ranking__voice-bottom::before{
    position: absolute;
    content: "";
    background-image: url(/contents/christmas_presents/chugaku/_assets/img/comment_right.png);
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: contain;
    top: 45%;
    right: -25px;
  }
  .ranking__voice-bottom::after{
    position: absolute;
    content: "";
    background-image: url(/contents/christmas_presents/chugaku/_assets/img/comment_icon2.png);
    width: 68px;
    height: 68px;
    background-repeat: no-repeat;
    background-size: contain;
    top: 16%;
    right: -100px;
  }
  .ranking__voice-make--top::before{
    /* position: absolute;
    content: "";
    background-image: url(/contents/christmas_presents/chugaku/_assets/img/comment_top_4.png);
    width: 373px;
    height: 132px;
    background-repeat: no-repeat;
    background-size: contain;
    top: 51px;
    transform: translateY(-50%);
    left: 106px; */
  }
  #girls .ranking__item{
    color: #9C1216;
    border-bottom: #FFEAE8 7px solid;
  }
  #boys .ranking__item{
    color: #264A10;
    border-bottom: #FFEAE8 7px solid;
  }
  .fail__how-ttl{
    color: #445D7A;
    border-bottom: #BBD3EF 7px solid;
    width: 660px;
    text-align: center;
    margin: 0 auto;
  }
  .boys__img{
    margin-top: 30px;
  }
  .boys__hair-ttl, .boys__hard-ttl, .fail__how-ttl{
    margin-top: 40px;
  }
  .boys__hard{
    margin-top: 70px;
  }
  .fail__how-voice--top{
    width: 314px;
    padding: 14px 18px;
    position: relative;
    margin-top: 20px;
    margin-left: 245px;
    font-size: 14px;
    background-color: #EADBBD;
    border-radius: 10px;
    box-shadow: 2px 2px 4px gray;
    font-family: "FOT-TsukuARdGothic Std", sans-serif;
    font-weight: bold;
  }
  .fail__how-voice--top::before{
    position: absolute;
    content: "";
    background-image: url(/contents/christmas_presents/chugaku/_assets/img/fail_comment_left.png);
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: contain;
    top: 60%;
    left: -22px;
  }
  .fail__how-voice--top::after{
    position: absolute;
    content: "";
    background-image: url(/contents/christmas_presents/chugaku/_assets/img/comment_icon1.png);
    width: 68px;
    height: 68px;
    background-repeat: no-repeat;
    background-size: contain;
    top: 45%;
    left: -90px;
  }
  .fail__how-voice--middle{
    width: 314px;
    padding: 14px 18px;
    position: relative;
    margin-top: 20px;
    margin-left: 360px;
    font-size: 14px;
    background-color: #EADBBD;
    border-radius: 10px;
    box-shadow: 2px 2px 4px gray;
    font-family: "FOT-TsukuARdGothic Std", sans-serif;
    font-weight: bold;
  }
  .fail__how-voice--middle::before{
    position: absolute;
    content: "";
    background-image: url(/contents/christmas_presents/chugaku/_assets/img/fail_comment_right.png);
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: contain;
    top: 45%;
    right: -25px;
  }
  .fail__how-voice--middle::after{
    position: absolute;
    content: "";
    background-image: url(/contents/christmas_presents/chugaku/_assets/img/comment_icon2.png);
    width: 68px;
    height: 68px;
    background-repeat: no-repeat;
    background-size: contain;
    top: 16%;
    right: -100px;
  }
  .fail__how-voice--bottom{
    width: 480px;
    padding: 14px 18px;
    position: relative;
    margin-top: 20px;
    margin-left: 245px;
    font-size: 14px;
    background-color: #EADBBD;
    border-radius: 10px;
    box-shadow: 2px 2px 4px gray;
    font-family: "FOT-TsukuARdGothic Std", sans-serif;
    font-weight: bold;
  }
  .fail__how-voice--bottom::before{
    position: absolute;
    content: "";
    background-image: url(/contents/christmas_presents/chugaku/_assets/img/fail_comment_left.png);
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: contain;
    top: 60%;
    left: -22px;
  }
  .fail__how-voice--bottom::after{
    position: absolute;
    content: "";
    background-image: url(/contents/christmas_presents/chugaku/_assets/img/comment_icon1.png);
    width: 68px;
    height: 68px;
    background-repeat: no-repeat;
    background-size: contain;
    top: 45%;
    left: -90px;
  }
  .fail__how-txt .strong{
    font-weight: bold;
  }
  #last{
    padding: 60px 0;
    background-color: #FFFFFF;
  }
  .last__ttl{
    width: 451px;
    display: block;
    margin: 0 auto;
    font-size: 24px;
    text-align: center;
    font-family: "FOT-TsukuARdGothic Std", sans-serif;
    font-style: normal;
    font-weight: bold;
    color: #52392D;
  }
  .last__txt {
    position: relative;
    color: #52392D;
    width: 960px;
    text-align: center;
  }
  .last__txt::before, .last__txt::after{
    position: absolute;
    content: "";
    width: 139px;
    height: 45px;
    background-repeat: no-repeat;
    background-size: contain;
    top: -80px;
  }
  .last__txt::before{
    left: 270px;
    background-image: url(/contents/christmas_presents/chugaku/_assets/img/last_deco.png);
  }
  .last__txt::after{
    right: 270px;
    background-image: url(/contents/christmas_presents/chugaku/_assets/img/last_deco_left.png);
  }
  .profile{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 21px 0 20px 48px;
    background-color: #fff;
    max-width: 960px;
    margin: 30px auto 0;
  }
  .profile__img{
    width: 135px;
    height: 135px;
  }
  .profile__txt {
    margin: 0px 0 0 26px;
  }
  .profile__txt-name{
    font-size: 20px;
    font-weight: bold;
    display: block;
    margin-bottom: 20px;
  }
  .plofile__link{
    margin: 13px 0 0 26px;
  }
  .plofile__link .plofile__link-item{
    margin-right: 35px;
    color: #C94C2E;
    font-weight: bold;
  }
  .relation{
    padding: 72px 0 64px;
  }
  .relation__ttl{
    color: #C94C2E;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
  }
  .kenkyu__link{
    display: block;
    width: 600px;
    margin: 0 auto;
  }
  .kenkyu__link:hover{
    opacity: 0.7;
  }
  .kenkyu__ttl-img{
    display: block;
    width: 600px;
    margin: 20px auto 0;
  }
  .reco__list {
    max-width: 600px;
    margin: 30px auto 0;
    font-size: 14px;
  }
  .reco__list-item:not(:last-of-type) {
    margin-bottom: 12px;
  }
  .reco__list-item {
    position: relative;
  }
  a.reco__list-item-link {
    color: #757575;
  }
  a.reco__list-item-link:hover{
    opacity: 0.7;
    text-decoration: none;
  }
  .reco__list-item::before {
    content: "";
    display: block;
    border-bottom: 1px solid #C2C2C2;
    position: absolute;
    width: 100%;
    bottom: 0;
  }
  .reco__list-item::after {
    content: "＞";
    color: #C94C2E;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 7px;
    height: 14px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    right: 0;
  }
  .app{
    background-color: #FFF4A7;
    margin-bottom: 65px;
    padding: 53px 0 50px 0;
    width: 100%;
    }
    .app__wrap{
      width: 651px;
      margin: 0 auto;
    }
    .app__top{
      text-align: center;
      margin-bottom: 30px;
    }
    .app__top-ttl{
      height: 79px;
    }
    .app__cont-wrap{
      max-width: 707px;
      margin: 0 auto;
      position: relative;
    }
    .app__lead{
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative;
    }
    .app__lead::after{
      content: "";
      display: block;
      width: 90%;
      height: 3px;
      background-color: #EDE9DC;
      position: absolute;
      bottom: 11px;
      right: 0;
    }
    .app__lead-img{
      width: 231.5px;
      display: block;
      position: relative;
      z-index: 1;
    }
    .app__lead-content{
      margin-top: 17px;
    }
    .app__lead-txt{
      font-size: 23px;
      font-weight: 600;
      width: 453px;
    }
    .app__lead-color--pc{
      background-color: #FFF;
      padding: 0 8px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border-radius: 2px;
      margin-bottom: 6px;
      height: 41px;
      display: inline-block;
      text-align: center;
    }
    .app__list{
      position: absolute;
      bottom: 25px;
      right: 70px;
      width: 380px;
    }
    .app__list-item{
      color: #3B3B3B;
      font-size: 12px;
      font-weight: 600;
      position: relative;
      margin-top: 8px;
    }
    .app__list-txt{
      display: block;
      position: absolute;
      bottom: 73px;
      right: 95px;
      width: 380px;
      color: #FFFFFF;
      font-size: 14px;
      font-weight: 600;
      text-decoration: underline;
    }
    .app__list-color{
      color: #FFF4A7;
    }
    .app__list-item::before{
      content: "";
      background-image: url(/contents/christmas_presents/chugaku/_assets/img/app_check.svg);
      width: 14px;
      height: 14px;
      position: absolute;
      top: 25%;
      left: -23px;
    }
    .app__btn{
      width: 326.5px;
      margin: 44.5px auto 0;
      display: block;
    }
    .app__btn:hover{
      opacity: 0.7;
    }
    .app__btn-img {
      width: 100%;
    }
    .app-read-btn{
      display: none;
    }
    .app__red-txt{
      color: #BA191E;
    }
}

@media screen and (max-width:740px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  #main {
    width: 100%;
    padding: 0 0 16vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #sidebar{
    display: none;
  }
  .breadcrumb {
    width: 375px;
    margin: 0 auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #contents {
    width: 100%;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .main-contents {
    background-color: #F4FCFF;
  }
  .sec.kv{
    padding: 0;
  }
  .kv__img{
    max-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .kv__txt-lead{
    display: block;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
  }
  .main{
    position: relative;
    background-image: url(/contents/christmas_presents/chugaku/_assets/img/bg.png);
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: repeat;
  }
  .sec{
    position: relative;
    padding: 60px 0 79px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .ttl{
    max-width: 315px;
    display: block;
    margin: 0 auto;
    font-size: 24px;
    text-align: center;
    font-family: "FOT-TsukuARdGothic Std", sans-serif;
    font-style: normal;
    font-weight: bold;
  }
  .row_same{
    display: block;
	  text-indent:5em;
  }
  .pc__only{
    display: none;
  }
  .money__img, .ranking__item-img{
    max-width: 315px;
    width: 100%;
    display: block;
    margin: 19px auto 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .ranking__number-img{
    max-width: 129px;
    width: 100%;
    display: block;
    margin: 19px auto 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .ranking__number-img.ranking-size{
    width: 84px;
  }
  .txt{
    max-width: 335px;
    display: block;
    margin: 14px auto 0;
    font-size: 16px;
    line-height: 28px;
  }
  .kv__txt{
    display: block;
    text-align: center;
    font-family: "FOT-TsukuARdGothic Std", sans-serif;
    font-style: normal;
    font-weight: bold;
    margin-top: 62px;
    text-align: left;
  }
  #money{
    background: radial-gradient(#96B279, #20410A);
  }
  #fail{
    background: url(/contents/christmas_presents/chugaku/_assets/img/bg_blue.png);
    background-repeat: repeat;
  }
  .money__wrap{
    width: 358px;
    padding: 40px 20px;
    background-color: #FFFFFF;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .anchor {
    margin: 55px 0 50px;
  }
  .anchor__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    justify-content: space-between;
    width: 315px;
    margin: 0 auto;
  }
  .anchor__list-item {
    max-height: 48px;
    max-width: 315px;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #C94C2E;
    margin-top: 20px;
    padding: 13px 0 13px;
  }
  .anchor__list-item:nth-of-type(1){
    background-color: #52392D;
  }
  .anchor__list-item:nth-of-type(2){
    background-color: #9C1216;
  }
  .anchor__list-item:nth-of-type(3){
    background-color: #264A10;
  }
  .anchor__list-item:nth-of-type(4){
    background-color: #445D7A;
  }
  .anchor__list-item:hover{
    opacity: 0.7;
  }
  a.anchor__list-item-link {
    display: block;
    width: 100%;
    padding: 24px 0 23px;
    padding-left: 47px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .anchor__list-item-link::before {
    position: absolute;
    top: 50%;
    left: 23px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 16px;
    height: 9px;
    content: "";
    display: inline-block;
    background-image: url(/contents/toilet_training/_assets/img/anchor_arr.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .sec__reco-ttl-wrap{
    width: 315px;
    display: block;
    margin: 26px auto 0;
    text-align: center;
  }
  .sec__reco-ttl{
    width: 315px;
  }
  .sec__reco-list {
    position: relative;
    margin: 0px auto 34px;
    padding: 30px 0 0;
  }
  .sec__reco-list::before, .sec__reco-list::after {
    position: absolute;
    left: 0px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 30px;
    display: inline-block;
    content: "";
    background-image: url(/contents/christmas_presents/chugaku/_assets/img/reco_list_line.png);
    background-position: left;
    background-size: contain;
    background-repeat: repeat-x;
    z-index: 1;
  }
  .sec__reco-list::before{
    top: 10px;
  }
  .sec__reco-list::after {
    bottom: -35px;
  }
  .sec__reco-list-item{
    padding-bottom: 14px;
    max-width: 315px;
    margin: 0 auto 14px;
  }
  .sec__reco-list-item:not(:last-child) {
    border-bottom: solid 1px #E5DCD2;
  }
  a.sec__reco-list-item-link {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #3B3B3B;
    font-size: 14px;
    line-height: 20px;
    padding-left: 19px;
    position: relative;
    display: block;
    box-sizing: border-box;
  }
  .sec__reco-list-item-link::before {
    position: absolute;
    left: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 13px;
    height: 13px;
    display: inline-block;
    content: "";
    background-image: url(/contents/toilet_training/_assets/img/black-arr.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .money__ttl, .girls__ttl{
    color: #FFFFFF;
    font-weight: bold;
    font-size: 18px;
    font-family: "FOT-TsukuARdGothic Std", sans-serif;
    width: 315px;
    height: 127px;
    background-image: url(/contents/christmas_presents/chugaku/_assets/img/rannking_ttl_img_red_sp.png);
    background-size: contain;
    padding-top: 15px;
    background-repeat: no-repeat;
  }
  .boys__ttl{
    color: #FFFFFF;
    font-weight: bold;
    font-size: 18px;
    font-family: "FOT-TsukuARdGothic Std", sans-serif;
    width: 315px;
    height: 127px;
    background-image: url(/contents/christmas_presents/chugaku/_assets/img/rannking_ttl_img_green_sp.png);
    background-size: contain;
    padding-top: 15px;
    background-repeat: no-repeat;
  }
  .fail__ttl{
    color: #FFFFFF;
    font-weight: bold;
    font-size: 18px;
    font-family: "FOT-TsukuARdGothic Std", sans-serif;
    width: 315px;
    height: 127px;
    background-image: url(/contents/christmas_presents/chugaku/_assets/img/rannking_ttl_img_blue_sp.png);
    background-size: contain;
    padding-top: 15px;
    background-repeat: no-repeat;
    line-height: 25px;
  }
  .fail__wrap {
    position: relative;
    display: block;
    width: 355px;
    height: 100%;
    background-color: #FFFFFF;
    margin: 0px auto;
    padding: 65px 0 45px;
    z-index: 1;
  }
  .fail__how-ttl {
    color: #445D7A;
    border-bottom: #BBD3EF 7px solid;
    width: 315px;
    text-align: center;
    margin: 0 auto;
  }
  .fail__how-voice--top {
    width: 230px;
    padding: 15px 11px;
    position: relative;
    margin-top: 20px;
    margin-left: 68px;
    font-size: 14px;
    background-color: #EADBBD;
    border-radius: 10px;
    box-shadow: 2px 2px 4px grey;
    font-family: "FOT-TsukuARdGothic Std", sans-serif;
    font-weight: bold;
  }
  .fail__how-voice--middle {
    width: 233px;
    padding: 15px 11px;
    position: relative;
    margin: 31px 0 20px 7px;
    font-size: 14px;
    background-color: #EADBBD;
    border-radius: 10px;
    box-shadow: 2px 2px 4px grey;
    font-family: "FOT-TsukuARdGothic Std", sans-serif;
    font-weight: bold;
  }
  .fail__how-voice--bottom {
    width: 230px;
    padding: 15px 11px;
    position: relative;
    margin-top: 20px;
    margin-left: 68px;
    font-size: 14px;
    background-color: #EADBBD;
    border-radius: 10px;
    box-shadow: 2px 2px 4px grey;
    font-family: "FOT-TsukuARdGothic Std", sans-serif;
    font-weight: bold;
  }
  .fail__how-voice--top::before {
    position: absolute;
    content: "";
    background-image: url(/contents/christmas_presents/chugaku/_assets/img/fail_comment_left.png);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    top: 60%;
    left: -19px;
  }
  .fail__how-voice--middle::before {
    position: absolute;
    content: "";
    background-image: url(/contents/christmas_presents/chugaku/_assets/img/fail_comment_right.png);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    top: 45%;
    right: -25px;
  }
  .fail__how-voice--bottom::before {
    position: absolute;
    content: "";
    background-image: url(/contents/christmas_presents/chugaku/_assets/img/fail_comment_left.png);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    top: 60%;
    left: -19px;
  }
  .fail__how-voice--top::after {
    position: absolute;
    content: "";
    background-image: url(/contents/christmas_presents/chugaku/_assets/img/comment_icon1.png);
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
    top: 45%;
    left: -70px;
  }
  .fail__how-voice--middle::after {
    position: absolute;
    content: "";
    background-image: url(/contents/christmas_presents/chugaku/_assets/img/comment_icon2.png);
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
    top: 16%;
    right: -72px;
  }
  .fail__how-voice--bottom::after {
    position: absolute;
    content: "";
    background-image: url(/contents/christmas_presents/chugaku/_assets/img/comment_icon1.png);
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
    top: 20%;
    left: -70px;
  }
  .fail__how-ttl{
    margin-top: 54px;
  }
  .fail__how-txt .strong {
    font-weight: bold;
  }
  .money__ttl .strong, .girls__ttl .strong, .boys__ttl .strong, .fail__ttl .strong{
    font-size: 22px;
  }
  .red__ttl{
    color: #C94C2E;
    display: block;
    width: 700px;
    margin: 0 auto;
    font-size: 20px;
  }
  .ranking {
    position: relative;
    display: block;
    width: 355px;
    height: 100%;
    background-color: #FFFFFF;
    margin: 104px auto 0;
    padding: 113px 0 50px;
    z-index: 1;
  }
  .ranking__txt-green{
    color: #264A10;
  }
  .ranking__item {
    display: block;
    margin: 30px auto 0;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 29px;
    width: 315px;
  }
  .ranking__voice {
    position: relative;
    width: 316px;
    background-color: #F3E6CA;
    margin: 20px auto 0;
    padding-bottom: 28px;
    border-radius: 6px;
  }
  .ranking__voice-ttl {
    position: relative;
    color: #9C1216;
    line-height: 29px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 17px 0 27px;
  }
  #boys .ranking__voice-ttl{
    color: #264A10;
  }
  .ranking__voice-top {
    width: 230px;
    padding: 15px 11px;
    position: relative;
    margin-left: 60px;
    font-size: 14px;
    background-color: #FFFFFF;
    border-radius: 10px;
    box-shadow: 2px 2px 4px grey;
    font-family: "FOT-TsukuARdGothic Std", sans-serif;
    font-weight: bold;
  }
  .ranking__voice-ttl::before{
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
  }
  #girls .ranking__voice-ttl::before{
    background-image: url(/contents/christmas_presents/chugaku/_assets/img/ranking_voice_left_girl.svg);
  }
  #girls .ranking__voice-ttl::after{
    background-image: url(/contents/christmas_presents/chugaku/_assets/img/ranking_voice_right_girl.svg);
  }
  #boys .ranking__voice-ttl::before{
    background-image: url(/contents/christmas_presents/chugaku/_assets/img/ranking_voice_left_boy.svg);
  }
  #boys .ranking__voice-ttl::after{
    background-image: url(/contents/christmas_presents/chugaku/_assets/img/ranking_voice_right_boy.svg);
  }
  .ranking__voice-ttl::after{
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
  }
  .ranking__voice-top::before {
    position: absolute;
    content: "";
    background-image: url(/contents/christmas_presents/chugaku/_assets/img/comment_left.png);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    top: 60%;
    left: -15px;
  }
  .ranking__voice-top::after {
    position: absolute;
    content: "";
    background-image: url(/contents/christmas_presents/chugaku/_assets/img/comment_icon1.png);
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    left: -58px;
  }
  .ranking__voice-bottom {
    width: 233px;
    padding: 15px 11px;
    position: relative;
    margin: 31px 0 20px 3px;
    font-size: 14px;
    background-color: #FFFFFF;
    border-radius: 10px;
    box-shadow: 2px 2px 4px grey;
    font-family: "FOT-TsukuARdGothic Std", sans-serif;
    font-weight: bold;
  }
  .ranking__voice-bottom::before {
    position: absolute;
    content: "";
    background-image: url(/contents/christmas_presents/chugaku/_assets/img/comment_right.png);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    top: 45%;
    right: -15px;
  }
  .ranking__voice-bottom::after {
    position: absolute;
    content: "";
    background-image: url(/contents/christmas_presents/chugaku/_assets/img/comment_icon2.png);
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
    top: 30%;
    right: -57px;
  }
  .blue__txt{
    color: #445D7A;
  }
  .girls__txt{
    text-align: center;
    font-weight: bold;
    font-family: "FOT-TsukuARdGothic Std", sans-serif;
  }
  .girls__ranking{
    display: block;
    position: relative;
    width: 294px;
    margin: 10px;
    border: #9C1216 1px solid;
    border-radius: 6px;
    padding: 0px 10px;    
    box-sizing: border-box;
  }
  .double__line {
    display: block;
    background-color: #FFFFFF;
    width: 315px;
    border-radius: 6px;
    margin: 30px auto 0;
    box-sizing: border-box;
  }
  #girls .ranking::before {
    position: absolute;
    content: "";
    background-image: url(/contents/christmas_presents/chugaku/_assets/img/ranking_deco_girl_sp.png);
    width: 100%;
    height: 139px;
    background-repeat: no-repeat;
    background-size: contain;
    top: 0%;
    left: 0%;
  }
  #girls .ranking__item {
    color: #9C1216;
    border-bottom: #FFEAE8 7px solid;
  }
  #boys .ranking__item {
    color: #264A10;
    border-bottom: #FFEAE8 7px solid;
  }
  #boys .ranking::before {
    position: absolute;
    content: "";
    background-image: url(/contents/christmas_presents/chugaku/_assets/img/ranking_deco_boy_sp.png);
    width: 100%;
    height: 139px;
    background-repeat: no-repeat;
    background-size: contain;
    top: 0%;
    left: 0%;
  }
  .girls__ranking-wrap.double__line {
    border: #9C1216 2px solid;
  }
  .girls__ranking-list:not(:last-of-type) {
    border-bottom: #9C1216 solid 2px;
  }
  .girls__ranking-list {
    position: relative;
    font-size: 16px;
    padding-bottom: 10px;
    margin-top: 15px;
    padding-left: 15px;
  }
  .girls__ranking-list::before{
    position: absolute;
    content: "";
    background-image: url(/contents/christmas_presents/chugaku/_assets/img/nav_girl_arrow.svg);
    width: 13px;
    height: 7px;
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    transform: translateY(-50%);
    left: 90%;
  }
  .girls__ranking-list a {
    color: #9C1216;
    display: block;
}
.boys__ranking-wrap.double__line {
  border: #264A10 2px solid;
}
.boys__ranking-list:not(:last-of-type) {
  border-bottom: #264A10 solid 2px;
}
.boys__ranking-list {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 10px;
  margin-top: 15px;
  padding-left: 15px;
}
.boys__ranking-list::before{
  position: absolute;
  content: "";
  background-image: url(/contents/christmas_presents/chugaku/_assets/img/nav_boy_arrow.svg);
  width: 13px;
  height: 7px;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  left: 90%;
}
.boys__ranking-list a {
  color: #264A10;
  display: block;
}
  .boys__txt, .fail__txt{
    text-align: center;
    font-weight: bold;
  }
  .boys__ranking{
    display: block;
    position: relative;
    width: 294px;
    margin: 10px;
    border: #264A10 1px solid;
    border-radius: 6px;
    padding: 0px 10px;    
    box-sizing: border-box;
  }
  .red__ttl{
    color: #C94C2E;
    display: block;
    width: 315px;
    margin: 0 auto;
    font-size: 20px;
    text-align: center;
  }
  .boys__img{
    margin-top: 30px;
  }
  #last{
    padding: 60px 0;
    background-color: #FFFFFF;
  }
  .last__ttl{
    width: 315px;
    position: relative;
    display: block;
    margin: 0 auto 60px;
    font-size: 24px;
    text-align: center;
    font-style: normal;
    font-weight: bold;
    color: #5A3930;
  }
  .last__ttl::before{
    position: absolute;
    content: "";
    background-image: url(/contents/christmas_presents/chugaku/_assets/img/last_deco_sp.png);
    width: 101px;
    height: 41px;
    background-repeat: no-repeat;
    background-size: contain;
    top: 95%;
    left: 50%;
    transform: translateX(-50%);
  }
  .last__txt {
    color: #5A3930;
    width: 315px;
    text-align: center
  }
  .relation{
    padding: 72px 0 64px;
  }
  .relation__ttl{
    color: #C94C2E;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
  }
  .kenkyu__ttl-img{
    display: block;
    width: 355px;
    margin: 20px auto 0;
  }
  .reco__list {
    max-width: 337px;
    width: 100%;
    margin: 15px auto 0;
    font-size: 12px;
  }
  .reco__list-item {
    position: relative;
    overflow-x: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding-right: 16px;
  }
  a.reco__list-item-link {
    color: #757575;
  }
  .reco__list-item::before {
    content: "";
    display: block;
    border-bottom: 1px solid #C2C2C2;
    position: absolute;
    width: 100%;
    bottom: 0;
  }
  .reco__list-item::after {
    content: "＞";
    color: #C94C2E;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 7px;
    height: 14px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    right: 0;
  }
  .app {
    background-color: #FFF4A7;
    margin: 0 0 21.333vw;
    padding: 14.133vw 1.067vw 15.467vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    position: relative;
  }
  .app__top {
    text-align: center;
    margin-bottom: 6.4vw;
  }
  .app__top-ttl {
    height: 15.467vw;
  }
  .app__cont-wrap {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .app__lead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    position: relative;
  }
  .app__lead::after {
    content: "";
    display: block;
    width: 94.667vw;
    height: 0.8vw;
    background-color: #D5C44F;
    position: absolute;
    bottom: 0;
    right: 2.533vw;
  }
  .app__lead-img {
    width: 113px;
  }
  .app__lead-txt {
    font-size: 5.067vw;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: end;
        align-content: flex-end;
    max-width: 70vw;
    width: 70.30%;
  }
  .app__lead-color--sp {
    background-color: #FFF;
    line-height: 1.5em;
    padding: 1.333vw 2.133vw;
    border-radius: 0.533vw;
    margin-top: 1.6vw;
    display: block;
  }
  .app__list {
    margin: 6.4vw 4.667vw 0 13.333vw;
  }
  .app__list-item {
    color: #52392D;
    font-size: 3.2vw;
    font-weight: 600;
    position: relative;
    margin-top: 2.133vw;
  }
  .app__list-color {
    color: #FFF4A7;
  }
  .app__list-item::before {
    content: "";
    background-image: url(/contents/christmas_presents/chugaku/_assets/img/app_check.svg);
    background-position: center;
    background-size: contain;
    width: 3.733vw;
    height: 3.733vw;
    position: absolute;
    top: 25%;
    left: -6.133vw;
  }
  .app__btn {
    display: block;
    width: 84vw;
    margin: 6.4vw 8vw 0;
  }
  .app__btn-img {
    width: 100%;
  }
    .js-app-read{
      position: relative;
    }
}