.mainContents {
  position: relative;
}

@media only screen and (min-width: 481px) {
  .mainContents {
    width: 1040px;
    margin: 0 auto;
    padding-bottom: 80px;
  }
  .mainContents h2 {
    position: relative;
    left: 50%;
    margin-left: -535px;
  }
}

@media only screen and (max-width: 480px) {
  .mainContents h2 {
    text-align: center;
    width: 600px;
    left: 50%;
    margin-left: -300px;
    position: relative;
    margin-bottom: 28px;
  }
}

.chara_navi {
  text-align: center;
  margin-bottom: 60px;
}

.chara_navi li {
  position: relative;
  display: inline-block;
  background: no-repeat center top;
  -webkit-background-size: 100%;
  background-size: 100%;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  cursor: pointer;
}

.chara_navi li.update:before {
  content: '';
  width: 71px;
  height: 20px;
  position: absolute;
  top: -21px;
  left: 0;
  background: url("../img/chara/icon_chara-update.png") no-repeat center center;
}

.chara_navi li:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.chara_navi li.current {
  background-position: center bottom;
  cursor: default;
}

.chara_navi li.current:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.chara_navi li a {
  display: block;
  width: 100%;
  height: 100%;
}

.chara_navi .tsukimori {
  background-image: url("../img/chara/01/thumb.jpg");
}

.chara_navi .tsuchiura {
  background-image: url("../img/chara/02/thumb.jpg");
}

.chara_navi .shimizu {
  background-image: url("../img/chara/03/thumb.jpg");
}

.chara_navi .hiura {
  background-image: url("../img/chara/04/thumb.jpg");
}

.chara_navi .yunoki {
  background-image: url("../img/chara/05/thumb.jpg");
}

.chara_navi .kaji {
  background-image: url("../img/chara/06/thumb.jpg");
}

.chara_navi .eto {
  background-image: url("../img/chara/07/thumb.jpg");
}

.chara_navi .fudo {
  background-image: url("../img/chara/08/thumb.jpg");
}

.chara_navi .kanazawa {
  background-image: url("../img/chara/09/thumb.jpg");
}

.chara_navi .ousaki {
  background-image: url("../img/chara/10/thumb.jpg");
}

.chara_navi .kira {
  background-image: url("../img/chara/11/thumb.jpg");
}

.chara_navi .fuyumi {
  background-image: url("../img/chara/12/thumb.jpg");
}

.chara_navi .amou {
  background-image: url("../img/chara/13/thumb.jpg");
}

.chara_navi .kaho {
  background-image: url("../img/chara/14/thumb.jpg");
}

@media only screen and (min-width: 481px) {
  .chara_navi {
    margin-bottom: 60px;
    width: 1070px;
    position: relative;
    left: -15px;
  }
  .chara_navi li {
    width: 70px;
    height: 70px;
  }
}

@media only screen and (max-width: 480px) {
  .chara_navi {
    position: relative;
    max-width: 350px;
    margin: 0 auto 60px;
  }
  .chara_navi li {
    width: 45px;
    height: 45px;
    margin-bottom: 20px;
  }
  .chara_navi li.update:before {
    content: '';
    width: 45px;
    height: 15px;
    position: absolute;
    top: -14px;
    left: 0;
    background: url("../img/chara/icon_chara-update_sp.png") no-repeat center center;
    -webkit-background-size: cover;
            background-size: cover;
  }
}

.character {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid #dac67f;
  background: url("../img/chara/bg_note02.png") no-repeat right top, url("../img/common/contents/bg_deco_2.jpg") repeat-x bottom center, #fefaee;
  padding: 4px;
  position: relative;
  margin: 10px;
}

.character:before {
  content: '';
  display: block;
  border: 10px solid #ebd9a9;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 3px;
  top: -13px;
  left: -13px;
}

.character:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 270px;
  background: url("../img/chara/bg_note01.png") no-repeat right top, url("../img/common/contents/bg_deco_1.jpg") center;
  top: 0;
  left: 0;
  z-index: 0;
}

.character .wrap {
  position: relative;
  z-index: 5;
  border: 1px solid #dac67f;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.character .profile .text {
  line-height: 1.65;
}

.character .profile dl {
  border-bottom: 1px solid #836143;
  float: left;
  width: 49%;
}

.character .profile dl:nth-child(odd) {
  margin-right: 2%;
}

.character .profile dl dt {
  background: url("../img/chara/icon_note.png") no-repeat left center;
  color: #234263;
  display: inline-block;
  width: 3em;
  padding-left: 18px;
}

.character .profile dl dd {
  display: inline-block;
}

.character .sample_voice li {
  background: url("../img/chara/btn_voicesample_1.png");
  background: no-repeat center top;
  -webkit-background-size: 100%;
  background-size: 100%;
  cursor: pointer;
  position: relative;
  z-index: 10;
}

.character .sample_voice li.s1 {
  background-image: url("../img/chara/btn_voicesample_1.png");
}

.character .sample_voice li.s2 {
  background-image: url("../img/chara/btn_voicesample_2.png");
}

.character .sample_voice li.s3 {
  background-image: url("../img/chara/btn_voicesample_3.png");
}

.character .sample_voice li.s4 {
  background-image: url("../img/chara/btn_voicesample_4.png");
}

.character .sample_voice li.play {
  background-position: center bottom;
}

.character .chara_still {
  background: url("../img/common/contents/bg_detail_main.png");
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.character .chara_still:before {
  content: '';
  display: block;
  background: url("../img/common/contents/bg_detail_top.png") no-repeat center bottom;
  width: 100%;
  position: absolute;
  left: 0;
}

.character .chara_still:after {
  content: '';
  display: block;
  background: url("../img/common/contents/bg_detail_bottom.png") no-repeat center top;
  width: 100%;
  position: absolute;
  left: 0;
}

.character .chara_still .image {
  position: relative;
  border: 1px solid #dac67f;
  overflow: hidden;
}

.character .chara_still .image .slider p {
  float: left;
}

.character .chara_still .navigation li {
  background: no-repeat center top;
  -webkit-background-size: 100%;
  background-size: 100%;
}

.character .chara_still .navigation li.current {
  background-position: center bottom;
}

.character .chara_still .navigation .no1 {
  background-image: url("../img/chara/btn_still_1.png");
}

.character .chara_still .navigation .no2 {
  background-image: url("../img/chara/btn_still_2.png");
}

@media only screen and (min-width: 481px) {
  .character.kaho:after {
    height: 254px;
  }
}

@media only screen and (max-width: 480px) {
  .character {
    margin: 10px 0 40px;
    border-left: none;
    border-right: none;
    padding: 3px 0;
    background: url("../img/chara/bg_note02_sp.png") no-repeat center top, url("../img/common/contents/bg_deco_2.jpg") repeat-x bottom center, #fefaee;
    -webkit-background-size: 100% auto, 50px;
    background-size: 100% auto, 50px;
  }
  .character:before {
    border: 6px solid #ebd9a9;
    border-left: none;
    border-right: none;
    padding: 3px 0;
    left: 0;
    top: -9px;
  }
  .character:after {
    height: 150px;
    background: url("../img/chara/bg_note01_sp.png") no-repeat center top, url("../img/common/contents/bg_deco_1.jpg") center;
    -webkit-background-size: 100% auto, 500px;
    background-size: 100% auto, 500px;
  }
  .character .wrap {
    border-left: none;
    border-right: none;
  }
}

@media only screen and (min-width: 481px) {
  .character {
    /***************/
    /******************************/
  }
  .character .border {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 1004px;
    height: 831px;
    border: 1px solid #dac67f;
    z-index: 6;
  }
  .character .wrap {
    padding-bottom: 60px;
  }
  .character .chara_top {
    height: 720px;
  }
  .character h3 {
    position: relative;
    z-index: 5;
    margin: 44px 0 80px 48px;
  }
  .character h3 img {
    width: 540px;
  }
  .character .images {
    position: absolute;
    right: 0;
    top: -58px;
    z-index: 5;
  }
  .character .images .chara_img {
    position: relative;
    width: 550px;
    height: 740px;
  }
  .character .images .chara_img p {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
  }
  .character .images .chara_img p.img_big {
    margin-left: -52px;
  }
  .character .images .pager {
    position: relative;
    top: -20px;
    text-align: center;
    letter-spacing: -.4em;
    z-index: 6;
  }
  .character .images .pager li {
    display: inline-block;
    letter-spacing: 0;
    width: 8px;
    height: 8px;
    margin-left: 12px;
    background: #d2bf7d;
    border-radius: 50%;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
  }
  .character .images .pager li.active {
    background: #567999;
  }
  .character .images .pager li:first-child {
    margin-left: 0;
  }
  .character .images .btn_change {
    position: absolute;
    bottom: 17px;
    right: 47px;
    width: 97px;
    z-index: 6;
    cursor: pointer;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
  }
  .character .images .btn_change:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
  }
  .character .images .btn_change img {
    width: 100%;
  }
  .character .catch {
    position: absolute;
    right: 35px;
    top: 85px;
    z-index: 5;
    width: 190px;
  }
  .character .catch img {
    width: 100%;
  }
  .character .profile {
    width: 410px;
    margin: 0 0 40px 48px;
  }
  .character .profile .text {
    font-size: 18px;
    margin-bottom: 28px;
  }
  .character .profile dl {
    float: left;
  }
  .character .profile dl dt {
    padding: 12px 0 12px 18px;
    font-size: 14px;
    margin-right: 0.8em;
  }
  .character .profile dl dd {
    font-size: 14px;
  }
  .character .sample_voice {
    margin-left: 48px;
    width: 420px;
  }
  .character .sample_voice li {
    width: 205px;
    height: 50px;
    position: relative;
    float: left;
    margin-bottom: 7px;
  }
  .character .chara_still {
    width: 900px;
    margin: 0 auto 40px;
    position: relative;
    padding: 30px 0;
    text-align: center;
    position: relative;
  }
  .character .chara_still:before {
    height: 40px;
    top: -40px;
  }
  .character .chara_still:after {
    height: 40px;
    bottom: -40px;
  }
  .character .chara_still .image {
    width: 600px;
    height: 340px;
    margin: auto;
  }
  .character .chara_still .image .slider {
    width: 1200px;
  }
  .character .chara_still .navigation {
    position: absolute;
    bottom: 30px;
    left: 60px;
  }
  .character .chara_still .navigation li {
    width: 75px;
    height: 75px;
  }
  .character .chara_still .navigation li:not(.current) {
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    cursor: pointer;
  }
  .character .chara_still .navigation li:not(.current):hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
  }
  .character .chara_still.interview {
    position: relative;
    margin-top: 110px;
    background: url("../img/common/contents/bg_detail_main.png") !important;
  }
  .character .chara_still.interview .interview_img {
    position: absolute;
    right: -20px;
    top: -50px;
    width: 260px;
    z-index: 1;
  }
  .character .chara_still.interview .interview_img img {
    width: 100%;
  }
  .character .chara_still.interview h4 {
    position: relative;
    top: -20px;
    padding-bottom: 45px;
    line-height: 1.5;
    font-size: 25px;
    background: url("../img/special/line_subcontents.png") no-repeat bottom center;
  }
  .character .chara_still.interview .interview_wrap {
    width: 806px;
    margin: 0 auto;
    text-align: left;
    letter-spacing: -.4em;
    font-size: 0;
  }
  .character .chara_still.interview .interview_item {
    width: 394px;
    display: inline-block;
    margin: 10px 0 0;
    text-align: left;
    vertical-align: top;
    letter-spacing: normal;
    font-size: 14px;
  }
  .character .chara_still.interview .interview_item:nth-child(2n) {
    margin-left: 18px;
  }
  .character .chara_still.interview .interview_item .interview_q {
    padding: 17px;
    background: url("../img/chara/bg_question.png") no-repeat left top #936e54;
    color: #fff;
    line-height: 1.6;
    font-size: 14px;
  }
  .character .chara_still.interview .interview_item .interview_a {
    padding: 20px 17px;
    background: url("../img/chara/bg_answer.png") no-repeat left top #fefaee;
    color: #836143;
    line-height: 1.7;
    font-size: 14px;
  }
  .character .chara_still.interview.amou {
    margin-top: 0;
  }
  .character .chara_still.interview .riri_interview {
    position: relative;
    text-align: center;
    margin-top: 35px;
    padding-top: 65px;
    border-top: 1px solid #d4bc7c;
  }
  .character .chara_still.interview .riri_interview .interview_img {
    top: -20px;
  }
  .character.tsukimori .chara_still {
    background: url("../img/chara/01/bg_still.png") no-repeat center, url("../img/common/contents/bg_detail_main.png");
  }
  .character.tsuchiura .chara_still {
    background: url("../img/chara/02/bg_still.png") no-repeat center, url("../img/common/contents/bg_detail_main.png");
  }
  .character.shimizu .chara_still {
    background: url("../img/chara/03/bg_still.png") no-repeat center, url("../img/common/contents/bg_detail_main.png");
  }
  .character.hiura .chara_still {
    background: url("../img/chara/04/bg_still.png") no-repeat center, url("../img/common/contents/bg_detail_main.png");
  }
  .character.yunoki .chara_still {
    background: url("../img/chara/05/bg_still.png") no-repeat center, url("../img/common/contents/bg_detail_main.png");
  }
  .character.kaji .chara_still {
    background: url("../img/chara/06/bg_still.png") no-repeat center, url("../img/common/contents/bg_detail_main.png");
  }
  .character.eto .chara_still {
    background: url("../img/chara/07/bg_still.png") no-repeat center, url("../img/common/contents/bg_detail_main.png");
  }
  .character.fudo .chara_still {
    background: url("../img/chara/08/bg_still.png") no-repeat center, url("../img/common/contents/bg_detail_main.png");
  }
  .character.kanazawa .chara_still {
    background: url("../img/chara/09/bg_still.png") no-repeat center, url("../img/common/contents/bg_detail_main.png");
  }
  .character.ousaki .chara_still {
    background: url("../img/chara/10/bg_still.png") no-repeat center, url("../img/common/contents/bg_detail_main.png");
  }
  .character.kira .chara_still {
    background: url("../img/chara/11/bg_still.png") no-repeat center, url("../img/common/contents/bg_detail_main.png");
  }
  .character.kaho .chara_top {
    height: 560px;
  }
  .character.kaho .images {
    right: 45px;
  }
  .character.kaho .chara_still {
    position: relative;
    z-index: 10;
    text-align: left;
    padding: 0;
  }
  .character.kaho .chara_still .img {
    float: left;
    width: 300px;
    margin: 0 10px 0 30px;
    position: relative;
    top: -20px;
    margin-bottom: -40px;
    z-index: 5;
  }
  .character.kaho .chara_still .prof_riri {
    float: left;
    width: 530px;
    padding-top: 15px;
  }
  .character.kaho .chara_still .prof_riri .name {
    margin-bottom: 23px;
  }
  .character.kaho .chara_still .prof_riri .name img {
    width: 440px;
  }
  .character.kaho .chara_still .prof_riri .text {
    line-height: 1.6;
    margin-bottom: 25px;
  }
  .character.kaho .chara_still .prof_riri .sample_voice {
    margin: 0;
    width: auto;
  }
}

@media only screen and (max-width: 480px) {
  .character {
    /******************************/
  }
  .character .wrap {
    padding-bottom: 40px;
  }
  .character .images {
    position: relative;
    top: 0;
    width: 550px;
    width: 73.33%;
    margin: auto;
    margin-bottom: 10px;
    z-index: 5;
  }
  .character .images .chara_img {
    position: relative;
    width: 275px;
    height: 370px;
  }
  .character .images .chara_img p {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
  }
  .character .images .chara_img p.img_big {
    margin-left: -24px;
    width: 323px;
  }
  .character .images .pager {
    position: relative;
    top: -10px;
    text-align: center;
    letter-spacing: -.4em;
    z-index: 6;
  }
  .character .images .pager li {
    display: inline-block;
    letter-spacing: 0;
    width: 6px;
    height: 6px;
    margin-left: 12px;
    background: #d2bf7d;
    border-radius: 50%;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
  }
  .character .images .pager li.active {
    background: #567999;
  }
  .character .images .pager li:first-child {
    margin-left: 0;
  }
  .character .images .btn_change {
    position: absolute;
    bottom: 8px;
    left: -13%;
    width: 64px;
    z-index: 6;
    cursor: pointer;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
  }
  .character .images .btn_change img {
    width: 100%;
  }
  .character .catch {
    position: absolute;
    top: 18px;
    right: -13%;
    width: 41%;
    z-index: 5;
  }
  .character h3 {
    margin: 0 15px 23px;
  }
  .character .profile {
    margin: 0 15px 20px;
  }
  .character .profile .text {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .character .profile dl {
    font-size: 10.5px;
    margin-bottom: 10px;
  }
  .character .profile dl dt {
    -webkit-background-size: 8px;
    background-size: 8px;
    padding: 7px 0 7px 10px;
  }
  .character .profile dl dd {
    font-size: 13.5px;
    padding: 0 0 7px 10px;
  }
  .character .sample_voice {
    text-align: center;
    margin-bottom: 40px;
  }
  .character .sample_voice li {
    width: 165px;
    height: 40px;
    display: inline-block;
    margin-bottom: 7px;
  }
  .character .chara_still {
    -webkit-background-size: 100%;
    background-size: 100%;
    padding: 20px 20px 10px;
    margin: 0 15px;
  }
  .character .chara_still:before {
    height: 20px;
    top: -20px;
    -webkit-background-size: 100%;
    background-size: 100%;
  }
  .character .chara_still:after {
    height: 40px;
    bottom: -40px;
    -webkit-background-size: 100%;
    background-size: 100%;
  }
  .character .chara_still .image {
    width: 100%;
    margin: 0 auto 15px;
  }
  .character .chara_still .image .slider {
    width: 200%;
  }
  .character .chara_still .image .slider p {
    width: 50%;
  }
  .character .chara_still .navigation {
    text-align: center;
  }
  .character .chara_still .navigation li {
    width: 50px;
    height: 50px;
    display: inline-block;
  }
  .character .chara_still.interview {
    position: relative;
    margin-top: 50px;
  }
  .character .chara_still.interview .interview_img {
    width: 60%;
    margin: -20px auto 0;
  }
  .character .chara_still.interview .interview_img img {
    width: 100%;
  }
  .character .chara_still.interview h4 {
    margin: 5px 0 10px;
    padding-bottom: 20px;
    line-height: 1.3;
    font-size: 17px;
    background: url("../img/special/line_subcontents_sp.png") no-repeat bottom center;
    -webkit-background-size: 100% auto;
            background-size: 100% auto;
    text-align: center;
  }
  .character .chara_still.interview .interview_item {
    width: 100%;
    margin: 5px 0 0;
    text-align: left;
  }
  .character .chara_still.interview .interview_item .interview_q {
    padding: 13px;
    background: url("../img/chara/bg_question.png") no-repeat left top #936e54;
    -webkit-background-size: 28px 28px;
            background-size: 28px 28px;
    color: #fff;
    line-height: 1.6;
    font-size: 12px;
  }
  .character .chara_still.interview .interview_item .interview_a {
    padding: 13px;
    background: url("../img/chara/bg_answer.png") no-repeat left top #fefaee;
    -webkit-background-size: 28px 28px;
            background-size: 28px 28px;
    color: #836143;
    line-height: 1.6;
    font-size: 10.3px;
  }
  .character .chara_still.interview .riri_interview {
    border-top: 1px solid #d4bc7c;
    margin: 10px 20px 0;
    padding-top: 30px;
  }
  .character.kaho .images {
    height: 250px;
    width: 100%;
    z-index: 0;
  }
  .character.kaho .images .chara_img {
    width: 100%;
    margin: 0 auto;
  }
  .character.kaho h3 {
    z-index: 5;
    position: relative;
  }
  .character.kaho .profile {
    z-index: 5;
    position: relative;
    margin-bottom: 30px;
  }
  .character.kaho .chara_still {
    position: relative;
    z-index: 10;
    text-align: left;
    padding: 0;
  }
  .character.kaho .chara_still .img {
    width: 340px;
    width: 45.33%;
    margin: auto;
  }
  .character.kaho .chara_still .prof_riri {
    margin: 0 20px;
  }
  .character.kaho .chara_still .prof_riri .name {
    margin-bottom: 23px;
  }
  .character.kaho .chara_still .prof_riri .text {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 25px;
  }
  .character.kaho .chara_still .prof_riri .sample_voice {
    margin: 0;
  }
  .character.kaho .chara_still .prof_riri .sample_voice li {
    width: 146px;
    height: 35px;
  }
}
