@charset "UTF-8";
.content-container{
  background: #f5efd8 url(../img/common/bg_paper.jpg) 0 0;
  width: 100%;
  overflow: hidden;
}
/* ==========================================================================
   localheader
   ======================================================================= */
@media all and (min-width: 768px){
  .local-header__title{
    background: url(../img/character/local_header.png) 50% 0 no-repeat;
    background-size: cover;
  }
}
@media all and (max-width: 767px){
  .local-header__title{
    background: url(../img/character/local_header_sp.png) 50% 0 no-repeat;
    background-size: 320px 64px;
  }
}
/* ==========================================================================
   hero
   ======================================================================= */

.hero{
  width: 100%;
  position: relative;
}
.hero__wrapper{
  position: relative;
}
.hero__message{
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
  display: block;
}
@media all and (min-width: 768px){
  .hero__wrapper{
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding: 60px 20px 55px 20px;
    max-width: 878px;
  }
  .hero__lead{
    font-size: 18px;
    line-height: 1.6;
    font-weight: bold;
    margin: 0 20px;

  }
  .hero__message{
    background: url(../img/character/hero_message.png) 50% 0 no-repeat;
    background-size: cover;
    width: 100%;
    margin-top: 3%;
  }
  .hero__message::before{
    content: "";
    display: block;
    padding-top: 3.94%;
  }
}
@media all and (max-width: 767px){
  .hero__wrapper{
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding: 18px 20px 35px 20px;
  }
  .hero__lead{
    font-size: 14px;
    line-height: 1.6;
    font-weight: bold;
    margin: 0 20px;
  }
  .hero__message{
    background: url(../img/character/hero_message_sp.png) 50% 0 no-repeat;
    background-size: cover;
    width: 275px;
    margin: 7% auto 0 auto;
  }
  .hero__message::before{
    content: "";
    display: block;
    padding-top: 14.5%;
  }
}


/* ==========================================================================
   character
   ======================================================================= */
.section-content{
}

@media all and (min-width: 768px){
  .section-character .section__wrapper{
    padding-bottom: 60px;
  }
  .content__body{
    border: #6a3906 6px solid;
    background: #FFF;
    border-radius: 14px;
    padding: 35px 25px;
  }
}
@media all and (max-width: 767px){
  .section-character .section__wrapper{
    padding-bottom: 60px;
  }
  .content__body{
    border: #6a3906 3px solid;
    background: #FFF;
    border-radius: 7px;
    padding: 20px;
  }
}

.profile__title{
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
  display: block;
}
@media all and (min-width: 768px){
  .profile__title{
    width: 306px;
    height: 89px;
    background: url(../img/character/profile_title.png) 0 0 no-repeat;
  }
  .profile__body{
    width: 670px;
    height: 380px;
    margin: 0 auto;
    position: relative;
  }
  .profile__header{
    position: relative;
  }
  .dot_line{
    width: 50%;
    height: 89px;
    background: url(../img/faq/qa_dot.png) 0 0 repeat-x;
    position: absolute;
    top:50%;
    left:50%;
  }
  .profile__img{
    width: 420px;
    height: 346px;
    margin: 0 auto;

    background: url(../img/character/profile_img.png) 63% 0 no-repeat;
    background-size: cover;
  }

  .profile__item{
    position: absolute;
    font-size: 11px;
    color: #535353;
    left: 50%;
  }
  .profile__item a::before{
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 8px;
    border-color: transparent transparent transparent #e60012;
    margin-right: 10px;
  }
  .profile__item em{
    font-size: 14px;
    font-weight: bold;
    color: #662f00;
    display: inline-block;
    margin-left: 5px;
  }
  .profile__num{
    display: none;
  }

  .no-touchevents .profile__item a em{
    color: #662f00;
  }
  .no-touchevents .profile__item a:hover em{
    color: #e60012
  }

  .name-01{
    top: 38px;
    margin-left: -222px;
  }

  .name-02{
    top: 73px;
    margin-left: -336px;
  }

  .name-03{
    top: 123px;
    margin-left: -336px;
  }

  .name-04{
    top: 164px;
    margin-left: -336px;
  }

  .name-05{
    top: 219px;
    margin-left: -336px;
  }

  .name-06{
    top: 272px;
    margin-left: -336px;
  }

  .name-07{
    top: 311px;
    margin-left: -269px;
  }

  .name-08{
    top: 322px;
    margin-left: 85px;
  }

  .name-09{
    top: 245px;
    margin-left: 141px;
  }

  .name-10{
    top: 285px;
    margin-left: 141px;
  }

  .name-11{
    top: 124px;
    margin-left: 141px;
  }

  .name-12{
    top: 142px;
    margin-left: 141px;
  }

  .name-13{
    top: 161px;
    margin-left: 141px;
  }

  .name-14{
    top: 77px;
    margin-left: 141px;
  }

  .name-mother{
    top: -3px;
    margin-left: 52px;
  }

  .name-father{
    top: 36px;
    margin-left: 151px;
  }
}
@media all and (min-width: 960px){
  .dot_line{
    width: 464px;
    height: 89px;
    background: url(../img/faq/qa_dot.png) 0 0 repeat-x;
    position: absolute;
    top:50%;
    left:42%;
  }
  .profile__body{
    width: 768px;
    height: 560px;
  }
  .profile__img{
    width: 768px;
    height: 560px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/character/profile_img.png) 50% 0 no-repeat;
  }

  .name-01{
    top: 58px;
    margin-left: -259px;
  }

  .name-02{
    top: 108px;
    margin-left: -393px;
  }

  .name-03{
    top: 181px;
    margin-left: -393px;
  }

  .name-04{
    top: 240px;
    margin-left: -393px;
  }

  .name-05{
    top: 320px;
    margin-left: -393px;
  }

  .name-06{
    top: 396px;
    margin-left: -393px;
  }

  .name-07{
    top: 454px;
    margin-left: -306px;
  }

  .name-08{
    top: 470px;
    margin-left: 138px;
  }

  .name-09{
    top: 418px;
    margin-left: 222px;
  }

  .name-10{
    top: 360px;
    margin-left: 222px;
  }

  .name-11{
    top: 192px;
    margin-left: 222px;
  }

  .name-12{
    top: 211px;
    margin-left: 222px;
  }

  .name-13{
    top: 231px;
    margin-left: 222px;
  }

  .name-14{
    top: 123px;
    margin-left: 222px;
  }

  .name-mother{
    top: 0px;
    margin-left: 90px;
  }

  .name-father{
    top: 58px;
    margin-left: 240px;
  }
}
@media all and (max-width: 767px){
  .profile__title{
    width: 153px;
    height: 45px;
    background: url(../img/character/profile_title_sp.png) 0 0 no-repeat;
    background-size: cover;
  }
  .profile__header{
    position: relative;
  }
  .dot_line{
    width: 90px;
    height: 45px;
    background: url(../img/faq/qa_dot.png) 0 0 repeat-x;
    position: absolute;
    top:50%;
    left:65%;
  }
  .profile__img{
    width: 238px;
    height: 241px;
    margin: 0 auto;
    background: url(../img/character/profile_img_sp.png) 50% 0 no-repeat;
    background-size: cover;
  }
  .profile__body ul{
    max-width: 320px;
    margin: 10px auto 0 auto;
  }
  .profile__body ul::after{
    content: "";
    display: block;
    clear: both;
  }

  .profile__item{
    float: left;
    width: 50%;
    font-size: 8px;
    color: #535353;
    margin: 6px 0;
  }
  .profile__item:nth-child(2n){
    width: 52%;
  }
  .profile__item:nth-child(2n + 1){
    width: 48%;
    clear: left;
  }
  .profile__item a{
    display: inline-block;
    vertical-align: middle;
  }
  .profile__num::before{
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 6px;
    border-color: transparent transparent transparent #e60012;
    margin-right: 4px;
  }
  .profile__item em{
    font-size: 11px;
    font-weight: bold;
    color: #662f00;
    display: block;
    margin-top: 4px;
  }
  .profile__num{
    width: 2.4em;
    font-size: 11px;
    font-weight: bold;
    color: #662f00;
    display: inline-block;
    color: #e60012;
    vertical-align: middle;
  }

}

.secret__title{
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
}

@media all and (min-width: 768px){
  .secret__title{
    width: 306px;
    height: 89px;
    margin-bottom: 40px;
    background: url(../img/character/char_head_secret.png) 0 0 no-repeat;
  }
  .secret__header{
    position: relative;
  }
  .secret__body{
    margin: 0 auto;
    position: relative;
  }
  .secret__item{
    /*position: absolute;*/
    font-size: 11px;
    color: #535353;
    left: 50%;
    float:left;
    width: 50%;
  }
  .secret__item:nth-child(2n){
    width: 46%;
    float: right;
  }
  .secret__item:nth-child(2n + 1){
    width: 40%;
    clear: left;
  }
  .secret__body ul{
    width: 100%;
  }
  .secret__body ul::after{
    content: "";
    display: block;
    clear: both;
  }
  .secret__body li{
    padding-left: 38px;
    line-height: 40px;
    color: #662f00;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 12px;
  }
  .secret__body .num01{
    background: url(../img/character/num_01.png) 0 6px no-repeat;
  }
  .secret__body .num02{
    background: url(../img/character/num_02.png) 0 6px no-repeat;
  }
  .secret__body .num03{
    background: url(../img/character/num_03.png) 0 6px no-repeat;
  }
  .secret__body .num04{
    background: url(../img/character/num_04.png) 0 6px no-repeat;
  }
  .secret__body .num05{
    background: url(../img/character/num_05.png) 0 6px no-repeat;
  }
  .secret__body .num06{
    background: url(../img/character/num_06.png) 0 6px no-repeat;
  }
  .secret__body .num07{
    background: url(../img/character/num_07.png) 0 6px no-repeat;
  }
  .secret__body .num08{
    background: url(../img/character/num_08.png) 0 6px no-repeat;
  }
  .secret__body .num09{
    background: url(../img/character/num_09.png) 0 6px no-repeat;
  }
  .secret__body .num10{
    background: url(../img/character/num_10.png) 0 6px no-repeat;
  }
  .secret__body .num11{
    background: url(../img/character/num_11.png) 0 6px no-repeat;
  }
  .secret__body .num12{
    background: url(../img/character/num_12.png) 0 6px no-repeat;
  }
  .secret__body .num13{
    background: url(../img/character/num_13.png) 0 6px no-repeat;
  }
  .secret__body .num14{
    background: url(../img/character/num_14.png) 0 6px no-repeat;
  }
  .secret p{
    padding-left: 0px;
    line-height: 27px;
    color: #662f00;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 12px;
    margin-left: 32px;
  }
  .secret .red_large{
    font-size:32px;
    color: #e60012;
  }
  .secret .red{
    color: #e60012;
  }
}
@media all and (max-width: 767px){
  .secret__title{
    width: 153px;
    height: 45px;
    background: url(../img/character/char_head_secret_sp.png) 0 0 no-repeat;
    background-size: cover;
    margin-top: 20px;
  }
  .secret__header{
    position: relative;
  }
  .secret__body{
    max-width: 320px;
    margin: 10px auto 0 auto;
  }
  .secret__item{
    /*position: absolute;*/
    font-size: 11px;
    color: #535353;
    left: 50%;
  }
  .secret__body li{
    padding-left: 30px;
    line-height: 18px;
    color: #662f00;
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 12px;
  }
  .secret p{
    padding-left: 0px;
    line-height: 27px;
    color: #662f00;
    font-size: 13px;
    font-weight: bold;
  }
  .secret .red_large{
    font-size:17px;
    color: #e60012;
  }
  .secret .red{
    color: #e60012;
  }

  .secret__body .num01{
    background: url(../img/character/num_01_sp.png) 0 0 no-repeat;
    background-size:18px;
  }
  .secret__body .num02{
    background: url(../img/character/num_02_sp.png) 0 0 no-repeat;
    background-size:18px;
  }
  .secret__body .num03{
    background: url(../img/character/num_03_sp.png) 0 0 no-repeat;
    background-size:18px;
  }
  .secret__body .num04{
    background: url(../img/character/num_04_sp.png) 0 0 no-repeat;
    background-size:18px;
  }
  .secret__body .num05{
    background: url(../img/character/num_05_sp.png) 0 0 no-repeat;
    background-size:18px;
  }
  .secret__body .num06{
    background: url(../img/character/num_06_sp.png) 0 0 no-repeat;
    background-size:18px;
  }
  .secret__body .num07{
    background: url(../img/character/num_07_sp.png) 0 0 no-repeat;
    background-size:18px;
  }
  .secret__body .num08{
    background: url(../img/character/num_08_sp.png) 0 0 no-repeat;
    background-size:18px;
  }
  .secret__body .num09{
    background: url(../img/character/num_09_sp.png) 0 0 no-repeat;
    background-size:18px;
  }
  .secret__body .num10{
    background: url(../img/character/num_10_sp.png) 0 0 no-repeat;
    background-size:18px;
  }
  .secret__body .num11{
    background: url(../img/character/num_11_sp.png) 0 0 no-repeat;
    background-size:18px;
  }
  .secret__body .num12{
    background: url(../img/character/num_12_sp.png) 0 0 no-repeat;
    background-size:18px;
  }
  .secret__body .num13{
    background: url(../img/character/num_13_sp.png) 0 0 no-repeat;
    background-size:18px;
  }
  .secret__body .num14{
    background: url(../img/character/num_14_sp.png) 0 0 no-repeat;
    background-size:18px;
  }
}
@media all and (min-width: 768px){
  .modal-content{
    width: 748px;
  }
  .modal-bg__prev,
  .modal-bg__next{
    display: block;
    width: 64px;
    height: 64px;
    border-radius: 30px;
    background: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
  }
  .modal-bg__prev{
    margin: -11px 0 0 -374px;
  }
  .modal-bg__next{
    margin: -11px 0 0 312px;
  }
}
@media all and (min-width: 960px){
  .modal-content{
    width: 940px;
  }
   .modal-bg__prev{
    margin: -31px 0 0 -474px;
  }
  .modal-bg__next{
    margin: -31px 0 0 410px;
  }
}
@media all and (max-width: 767px){
  .modal-content{
    width: 320px;
  }
  .modal-bg__prev,
  .modal-bg__next{
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
  }
  .modal-bg__prev{
    margin: -26px 0 0 -162px;
  }
  .modal-bg__next{
    margin: -26px 0 0 112px;
  }
}



.modal-profile{
  position: relative;
}
.modal-profile-slide{
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.modal-profile-slide__body{
  width: 1400%;
  position: absolute;
  left: 0;
  top: 0;
  will-change: transform;
  display: inline-block;
}
.modal-profile-slide::after{
  content: "";
  display: block;
  clear: both;
}

.modal-profile-slide__item{
  width: 100%;
  float: left;
}
.modal-profile-slide__title{
  color: #FFF;
  background: #6a3905;
  font-weight: bold;
  text-align: center;
}
.modal-profile-slide__img{
  display: inline-block;
  vertical-align: middle;
}
.modal-profile-slide__text{
  display: inline-block;
  vertical-align: middle;
}

@media all and (min-width: 768px){
  .modal-content__wrapper{
    padding: 40px 20px 0 20px;
  }
  .modal-profile{
    width: 648px;
    margin: 0 auto;
  }
  .modal-profile-slide{
    width: 100%;
    height: 360px;
  }
  .modal-profile .next,
  .modal-profile .prev{
    width: 54px;
    height: 54px;
    background-size: 16px;
    border: #6a3906 6px solid;
    position: absolute;
    top: 50%;
    margin-top: -26px;
    border-radius: 27px;
    box-sizing: border-box;
  }
  .modal-profile .next{
    right: -46px;
    background: #FFF url(../img/character/slide_next.png) 50% 50% no-repeat;
  }
  .modal-profile .prev{
    left: -46px;
    background: #FFF url(../img/character/slide_prev.png) 50% 50% no-repeat;
  }
  .modal-profile-slide__wrapper{
    padding: 0 5px;
    text-align: center;
  }
  .modal-profile-slide__title{
    line-height: 40px;
    font-size: 20px;
    border-radius: 10px;
    margin-bottom: 18px;
  }
  .modal-profile-slide__img{
    margin-right: 20px;
  }
}
@media all and (min-width: 960px){
  .modal-content__wrapper{
    padding: 40px 65px 40px 65px;
  }
  .modal-profile{
    width: 748px;
  }
  .modal-profile .next{
    right: -96px;
  }
  .modal-profile .prev{
    left: -96px;
  }
}
@media all and (max-width: 767px){
  .modal-content__wrapper{
    padding: 30px 0 20px 0;
  }
  .modal-profile{
    width: 240px;
    height: auto;
    margin: 0 auto;
  }
  .modal-profile-slide{
    width: 100%;
    height: 360px;
  }
  .modal-profile-slide__item{
  width: 320px;
  float: left;
  }
  .modal-profile .next,
  .modal-profile .prev{
    width: 40px;
    height: 40px;
    border: #6a3906 3px solid;
    position: absolute;
    top: 50%;
    margin-top: -26px;
    border-radius: 20px;
    box-sizing: border-box;
  }
  .modal-profile .next{
    right: -37px;
    background: #FFF url(../img/character/slide_next.png) 50% 50% no-repeat;
    background-size: 14px;
  }
  .modal-profile .prev{
    left: -37px;
    background: #FFF url(../img/character/slide_prev.png) 50% 50% no-repeat;
    background-size: 14px;
  }
  .modal-profile-slide__wrapper{
    padding: 0 5px;
    text-align: center;
  }
  .modal-profile-slide__title{
    line-height: 22px;
    font-size: 17px;
    border-radius: 10px;
    margin-bottom: 18px;
    padding: 4px 0;
  }
  .modal-profile-slide__img{
    display: block;
    margin:0 auto;
  }
  .modal-profile-slide__text{
    display: block;
    margin:10px auto 0;
  }
}

@media all and (max-width: 767px){
  .u-hide-sp{
    display: none;
  }
}


/* キャラ */
@media all and (min-width: 768px){
  .modal-profile01 .modal-profile-slide__img{
    width: 193px;
    height: 261px;
    background: url(../img/character/modal_char_01_big.png) 0 0 no-repeat;
  }
  .modal-profile01 .modal-profile-slide__text{
    width: 334px;
    height: 210px;
    background: url(../img/character/modal_char_txt_01.png) 0 0 no-repeat;
  }
  .modal-profile02 .modal-profile-slide__img{
    width: 137px;
    height: 266px;
    background: url(../img/character/modal_char_02_big.png) 0 0 no-repeat;
  }
  .modal-profile02 .modal-profile-slide__text{
    width: 334px;
    height: 210px;
    background: url(../img/character/modal_char_txt_02.png) 0 0 no-repeat;
  }
  .modal-profile03 .modal-profile-slide__img{
    width: 192px;
    height: 267px;
    background: url(../img/character/modal_char_03_big.png) 0 0 no-repeat;
  }
  .modal-profile03 .modal-profile-slide__text{
    width: 334px;
    height: 210px;
    background: url(../img/character/modal_char_txt_03.png) 0 0 no-repeat;
  }
  .modal-profile04 .modal-profile-slide__img{
    width: 192px;
    height: 265px;
    background: url(../img/character/modal_char_04_big.png) 0 0 no-repeat;
  }
  .modal-profile04 .modal-profile-slide__text{
    width: 334px;
    height: 210px;
    background: url(../img/character/modal_char_txt_04.png) 0 0 no-repeat;
  }
  .modal-profile05 .modal-profile-slide__img{
    width: 192px;
    height: 269px;
    background: url(../img/character/modal_char_05_big.png) 0 0 no-repeat;
  }
  .modal-profile05 .modal-profile-slide__text{
    width: 334px;
    height: 210px;
    background: url(../img/character/modal_char_txt_05.png) 0 0 no-repeat;
  }
  .modal-profile06 .modal-profile-slide__img{
    width: 192px;
    height: 268px;
    background: url(../img/character/modal_char_06_big.png) 0 0 no-repeat;
  }
  .modal-profile06 .modal-profile-slide__text{
    width: 334px;
    height: 210px;
    background: url(../img/character/modal_char_txt_06.png) 0 0 no-repeat;
  }
  .modal-profile07 .modal-profile-slide__img{
    width: 192px;
    height: 265px;
    background: url(../img/character/modal_char_07_big.png) 0 0 no-repeat;
  }
  .modal-profile07 .modal-profile-slide__text{
    width: 334px;
    height: 210px;
    background: url(../img/character/modal_char_txt_07.png) 0 0 no-repeat;
  }
  .modal-profile08 .modal-profile-slide__img{
    width: 192px;
    height: 271px;
    background: url(../img/character/modal_char_08_big.png) 0 0 no-repeat;
  }
  .modal-profile08 .modal-profile-slide__text{
    width: 334px;
    height: 210px;
    background: url(../img/character/modal_char_txt_08.png) 0 0 no-repeat;
  }
  .modal-profile09 .modal-profile-slide__img{
    width: 192px;
    height: 261px;
    background: url(../img/character/modal_char_09_big.png) 0 0 no-repeat;
  }
  .modal-profile09 .modal-profile-slide__text{
    width: 334px;
    height: 210px;
    background: url(../img/character/modal_char_txt_09.png) 0 0 no-repeat;
  }
  .modal-profile10 .modal-profile-slide__img{
    width: 192px;
    height: 264px;
    background: url(../img/character/modal_char_10_big.png) 0 0 no-repeat;
  }
  .modal-profile10 .modal-profile-slide__text{
    width: 334px;
    height: 210px;
    background: url(../img/character/modal_char_txt_10.png) 0 0 no-repeat;
  }
  .modal-profile11 .modal-profile-slide__img{
    width: 255px;
    height: 302px;
    background: url(../img/character/modal_char_11_big.png) 0 0 no-repeat;
  }
  .modal-profile11 .modal-profile-slide__text{
    width: 334px;
    height: 210px;
    background: url(../img/character/modal_char_txt_11.png) 0 0 no-repeat;
  }
  .modal-profile12 .modal-profile-slide__img{
    width: 179px;
    height: 261px;
    background: url(../img/character/modal_char_12_big.png) 0 0 no-repeat;
  }
  .modal-profile12 .modal-profile-slide__text{
    width: 334px;
    height: 210px;
    background: url(../img/character/modal_char_txt_12.png) 0 0 no-repeat;
  }
  .modal-profile13 .modal-profile-slide__img{
    width: 230px;
    height: 258px;
    background: url(../img/character/modal_char_13_big.png) 0 0 no-repeat;
  }
  .modal-profile13 .modal-profile-slide__text{
    width: 333px;
    height: 210px;
    background: url(../img/character/modal_char_txt_13.png) 0 0 no-repeat;
  }
  .modal-profile14 .modal-profile-slide__img{
    width: 168px;
    height: 261px;
    background: url(../img/character/modal_char_14_big.png) 0 0 no-repeat;
  }
  .modal-profile14 .modal-profile-slide__text{
    width: 333px;
    height: 210px;
    background: url(../img/character/modal_char_txt_14.png) 0 0 no-repeat;
  }
}
@media all and (max-width: 767px){
  .modal-profile01 .modal-profile-slide__img{
    width: 96px;
    height: 131px;
    background: url(../img/character/modal_char_01_big_sp.png) 0 0 no-repeat;
    background-size: cover;
  }
  .modal-profile01 .modal-profile-slide__text{
    width: 235px;
    height: 129px;
    background: url(../img/character/modal_char_txt_01_sp.png) 0 0 no-repeat;
    background-size: cover;
  }
  .modal-profile02 .modal-profile-slide__img{
    width: 69px;
    height: 133px;
    background: url(../img/character/modal_char_02_big_sp.png) 0 0 no-repeat;
    background-size: cover;
  }
  .modal-profile02 .modal-profile-slide__text{
    width: 235px;
    height: 129px;
    background: url(../img/character/modal_char_txt_02_sp.png) 0 0 no-repeat;
    background-size: cover;
  }
  .modal-profile03 .modal-profile-slide__img{
    width: 96px;
    height: 133px;
    background: url(../img/character/modal_char_03_big_sp.png) 0 0 no-repeat;
    background-size: cover;
  }
  .modal-profile03 .modal-profile-slide__text{
    width: 235px;
    height: 129px;
    background: url(../img/character/modal_char_txt_03_sp.png) 0 0 no-repeat;
    background-size: cover;
  }
  .modal-profile04 .modal-profile-slide__img{
    width: 96px;
    height: 132px;
    background: url(../img/character/modal_char_04_big_sp.png) 0 0 no-repeat;
    background-size: cover;
  }
  .modal-profile04 .modal-profile-slide__text{
    width: 235px;
    height: 129px;
    background: url(../img/character/modal_char_txt_04_sp.png) 0 0 no-repeat;
    background-size: cover;
  }
  .modal-profile05 .modal-profile-slide__img{
    width: 93px;
    height: 135px;
    background: url(../img/character/modal_char_05_big_sp.png) 0 0 no-repeat;
    background-size: cover;
  }
  .modal-profile05 .modal-profile-slide__text{
    width: 235px;
    height: 129px;
    background: url(../img/character/modal_char_txt_05_sp.png) 0 0 no-repeat;
    background-size: cover;
  }
  .modal-profile06 .modal-profile-slide__img{
    width: 96px;
    height: 134px;
    background: url(../img/character/modal_char_06_big_sp.png) 0 0 no-repeat;
    background-size: cover;
  }
  .modal-profile06 .modal-profile-slide__text{
    width: 235px;
    height: 129px;
    background: url(../img/character/modal_char_txt_06_sp.png) 0 0 no-repeat;
    background-size: cover;
  }
  .modal-profile07 .modal-profile-slide__img{
    width: 96px;
    height: 133px;
    background: url(../img/character/modal_char_07_big_sp.png) 0 0 no-repeat;
    background-size: cover;
  }
  .modal-profile07 .modal-profile-slide__text{
    width: 235px;
    height: 129px;
    background: url(../img/character/modal_char_txt_07_sp.png) -7px 0 no-repeat;
    background-size: cover;
  }
  .modal-profile08 .modal-profile-slide__img{
    width: 96px;
    height: 136px;
    background: url(../img/character/modal_char_08_big_sp.png) 0 0 no-repeat;
    background-size: cover;
  }
  .modal-profile08 .modal-profile-slide__text{
    width: 235px;
    height: 129px;
    background: url(../img/character/modal_char_txt_08_sp.png) 0 0 no-repeat;
    background-size: cover;
  }
  .modal-profile09 .modal-profile-slide__img{
    width: 96px;
    height: 131px;
    background: url(../img/character/modal_char_09_big_sp.png) 0 0 no-repeat;
    background-size: cover;
  }
  .modal-profile09 .modal-profile-slide__text{
    width: 235px;
    height: 129px;
    background: url(../img/character/modal_char_txt_09_sp.png) -5px 0 no-repeat;
    background-size: cover;
  }
  .modal-profile10 .modal-profile-slide__img{
    width: 96px;
    height: 132px;
    background: url(../img/character/modal_char_10_big_sp.png) 0 0 no-repeat;
    background-size: cover;
  }
  .modal-profile10 .modal-profile-slide__text{
    width: 235px;
    height: 129px;
    background: url(../img/character/modal_char_txt_10_sp.png) 0 0 no-repeat;
    background-size: cover;
  }
  .modal-profile11 .modal-profile-slide__img{
    width: 128px;
    height: 151px;
    background: url(../img/character/modal_char_11_big_sp.png) 0 0 no-repeat;
    background-size: cover;
  }
  .modal-profile11 .modal-profile-slide__text{
    width: 235px;
    height: 129px;
    background: url(../img/character/modal_char_txt_11_sp.png) 0 0 no-repeat;
    background-size: cover;
  }
  .modal-profile12 .modal-profile-slide__img{
    width: 90px;
    height: 131px;
    background: url(../img/character/modal_char_12_big_sp.png) 0 0 no-repeat;
    background-size: cover;
  }
  .modal-profile12 .modal-profile-slide__text{
    width: 235px;
    height: 129px;
    background: url(../img/character/modal_char_txt_12_sp.png) 0 0 no-repeat;
    background-size: cover;
  }
  .modal-profile13 .modal-profile-slide__img{
    width: 115px;
    height: 129px;
    background: url(../img/character/modal_char_13_big_sp.png) 0 0 no-repeat;
    background-size: cover;
  }
  .modal-profile13 .modal-profile-slide__text{
    width: 235px;
    height: 129px;
    background: url(../img/character/modal_char_txt_13_sp.png) 0 0 no-repeat;
    background-size: cover;
  }
  .modal-profile14 .modal-profile-slide__img{
    width: 84px;
    height: 131px;
    background: url(../img/character/modal_char_14_big_sp.png) 0 0 no-repeat;
    background-size: cover;
  }
  .modal-profile14 .modal-profile-slide__text{
    width: 235px;
    height: 129px;
    background: url(../img/character/modal_char_txt_14_sp.png) 0 0 no-repeat;
    background-size: cover;
  }
}
