@charset "UTF-8";
@media screen and (min-width: 641px) { #wrapper { padding-top: 0; }
  #wrapper::before { content: ''; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: url(../images/characters/bg-top.png) no-repeat center top; }
  main { padding: 134px 0 101px; }
  main.character { padding: 111px 0 140px; }
  main.character h1 { height: 91px; background: url(../images/characters/title.png) no-repeat center top; }
  /*NEWアイコン*/
  .characterlist li.new { position: relative; }
  .characterlist li.new::before { content: ''; position: absolute; top: -17px; right: -17px; width: 80px; height: 76px; background: url(../images/common/icon-new.png) no-repeat center top/100% auto; z-index: 10; }
  .characterlist li.update::before { content: ''; position: absolute; top: -7px; right: -7px; width: 80px; height: 76px; background: url(../images/common/icon-update.png) no-repeat center top/100% auto; z-index: 10; }
  .characterlist li.update2::before { content: ''; position: absolute; top: -7px; right: -7px; width: 80px; height: 76px; background: url(../images/common/icon-update.png) no-repeat center top/100% auto; z-index: 10; }
  .characterlist li.new.left::before { right: auto; left: -17px; }
  /*comingsoon*/
  .characterlist li.comingsoon { box-shadow: none !important; }
  .characterlist li.comingsoon a { pointer-events: none; }
  .characterlist li.comingsoon a:hover { opacity: 1; }
  /*メインキャラ*/
  .characterlist.main { position: relative; min-height: 990px; margin-top: -44px; }
  .characterlist.main li { position: absolute; top: 0; left: 50%; transition: transform 0.5s; }
  .characterlist.main li:nth-child(1) { top: 0; margin-left: -593px; }
  .characterlist.main li:nth-child(2) { top: 138px; margin-left: -300px; z-index: 1; }
  .characterlist.main li:nth-child(3) { top: 77px; margin-left: -128px; }
  .characterlist.main li:nth-child(4) { top: 158px; margin-left: 93px; }
  .characterlist.main li:nth-child(5) { top: 22px; margin-left: 298px; }
  .characterlist.main li:nth-child(6) { top: 693px; margin-left: -622px; }
  .characterlist.main li:nth-child(7) { top: 566px; margin-left: -465px; z-index: 1; }
  /*comingsoon*/
  .characterlist.main li:nth-child(8) { top: 708px; margin-left: -282px; z-index: 10; }
  .characterlist.main li:nth-child(9) { top: 622px; margin-left: -125px; z-index: 1; }
  .characterlist.main li:nth-child(10) { top: 673px; margin-left: 35px; }
  .characterlist.main li:nth-child(11) { top: 709px; margin-left: 229px; }
  .characterlist.main li:nth-child(12) { top: 569px; margin-left: 413px; }
  .characterlist.main li.hover { transform: translate(0, -20px); z-index: 1000; }
  .characterlist li.new a::after { content: ''; position: absolute; top: -29px; left: -17px; width: 102px; height: 102px; background: url(../images/common/new.png) no-repeat left top/100% auto; z-index: 100; }
  .characterlist.main li.new a::after { top: -30px; left: -28px; width: 87px; height: 87px; }
  .characterlist li.update a::after { content: ''; position: absolute; top: -29px; left: -17px; width: 102px; height: 102px; background: url(../images/common/update.png) no-repeat left top/100% auto; z-index: 100; }
  .characterlist.main li.update a::after { top: -30px; left: -28px; width: 87px; height: 87px; }
  /*サブキャラ*/
  .characterlist.sub { margin: 183px auto 0; display: flex; flex-wrap: wrap; max-width: 1200px; /* justify-content:center;　margin:47px auto 0;*/ }
  .characterlist.sub li { position: relative; margin: 0 10px; box-shadow: 0px 5px 16px 3px rgba(106, 94, 60, 0.25); }
  .characterlist.sub li:nth-child(n+7) { margin-top: 31px; }
  .characterlist.sub li a { position: relative; display: block; transition: opacity 0.5s; }
  .characterlist.sub li a:hover { opacity: 0.7; }
  .characterlist.sub li:nth-child(n+6).new a::after { top: -43px; }
  .characterlist.sub li:nth-child(7) { margin-left: 110px; }
  /*キャラ詳細ページ*/
  /*NEWアイコン*/
  .details.new .wrap::before { content: ''; position: absolute; top: 0; left: 50%; width: 110px; height: 104px; margin-left: -100px; background: url(../images/common/icon-new.png) no-repeat center top/100% auto; z-index: 10; opacity: 0; transition: opacity 0.5s 0.4s; }
  .details.new.show .wrap::before { opacity: 1; }
  /*キャラ画像*/
  .change-chara { opacity: 0; transition: opacity 0.5s; }
  .change-chara.show { opacity: 1; }
  .change-chara li { position: absolute; top: 0; left: 50%; transition: opacity 0.5s,transform 0.5s; }
  .change-chara li.c-3d { opacity: 0; transform: translate(120px, 0); z-index: 0; }
  .change-chara li.c-3d.active { opacity: 1; transform: translate(0, 0); z-index: 1; }
  .change-chara li.c-illust { opacity: 0; transform: translate(120px, 0); z-index: 0; }
  .change-chara li.c-illust.active { opacity: 1; transform: translate(0, 0); z-index: 1; }
  .change-chara li img { transition: 0.5s ease ,opacity 0.1s; }
  /*イラストチェンジボタン*/
  .change-chara a { display: block; position: absolute; top: 156px; left: 50%; width: 96px; height: 96px; margin-left: 487px; background: url(../images/characters/btn-illust.png) no-repeat left top; z-index: 100; transition: 0.5s ease; transform: scale(0, 0); transform-origin: left bottom; transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .change-chara a.change { background-image: url(../images/characters/btn-3d.png); }
  .change-chara a.show { transform: scale(1, 1); }
  .change-chara a:hover { transform: scale(0.9, 0.9); }
  /*テキスト*/
  main .wrap { width: 1200px; margin: 0 auto; }
  main header, main dl { opacity: 0; transition: opacity 0.5s; }
  main header.show, main dl.show { opacity: 1; }
  main header { margin: 0 0 52px 40px; text-align: left; }
  main header h1 { margin-bottom: 29px; }
  /* voice */
  main header p { float: left; }
  main header .voice { position: relative; z-index: 1000; display: flex; background: url("../images/characters/bg-voice.png") no-repeat left top; width: 283px; height: 43px; padding: 2px 0 0 90px; left: 36px; top: -8px; }
  main header .voice a { display: block; width: 39px; height: 39px; margin: 0 9px 0 0; background: url("../images/characters/btn-voice.png") no-repeat left top/39px auto; transition: 0.3s; position: relative; overflow: hidden; }
  main header .voice a:hover { opacity: 0.7; }
  main header .voice a::after { content: ''; width: 39px; height: 39px; background: url("../images/characters/btn-voice-ov.png") no-repeat left top/39px auto; position: absolute; left: 0; top: 0; z-index: 10; opacity: 0; transition: 0.3s; }
  main header .voice a.play::after { opacity: 1; }
  main dl { position: relative; width: 650px; margin-left: 42px; padding: 63px 70px 60px; text-align: left; background: rgba(255, 255, 255, 0.7); /*outline:solid 1px #d3c4b0; outline-offset:-6px;*/ box-shadow: 0px 4px 14px 4px rgba(106, 94, 60, 0.25); }
  /*main dl::before{content:''; position:absolute; top:5px; left:5px; width:99px; height:64px; background:url(../images/characters/text-bg-icon01.png) no-repeat left top;}*/
  main dl::before { content: ''; position: absolute; top: 5px; left: 5px; width: calc(100% - 10px); height: calc(100% - 10px); border: 1px solid #d3c4b0; }
  main dl::after { content: ''; position: absolute; bottom: 5px; right: 5px; width: 97px; height: 63px; background: url(../images/characters/text-bg-icon02.png) no-repeat left top; }
  main dl dt { position: relative; margin-bottom: 28px; }
  main dl dt::before { content: ''; position: absolute; top: -58px; left: -65px; width: 99px; height: 64px; background: url(../images/characters/text-bg-icon01.png) no-repeat left top; }
  main dl dd { color: #6a5e3c; font-size: 18px; line-height: 33px; z-index: 10; position: relative;}
  /*モーダルスライダー*/
  .swiper-container { position: relative; width: 608px; opacity: 0; transition: opacity 0.5s; margin: -28px 0 0; overflow: hidden; }
  .windowloaded .swiper-container { opacity: 1; }
  .swiper-wrapper { text-align: center; padding-bottom: 26px; }
  .swiper-slide { font-size: 0; line-height: 1; width: 100%; height: auto; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; }
  .swiper-slide .item { position: relative; display: block; z-index: 10; }
  /*.swiper-slide .item::before{content:''; position:absolute; top:11px; left:16px; width:576px; height:324px; background:#fff; z-index:-1;}*/
  .swiper-slide .item img { width: auto; height: 356px; transition: opacity 0.2s; opacity: 0; backface-visibility: hidden; }
  .swiper-slide .item a { position: absolute; top: 0; left: 0; display: block; width: 100%; height: 100%; z-index: 10; opacity: 0; }
  .swiper-slide .item a:hover + img { opacity: 0.7; }
  .swiper-slide .item a:after { content: ''; position: absolute; right: 15px; bottom: 20px; width: 36px; height: 36px; background: url(../images/characters/btn-zoom.jpg) no-repeat left top/100% auto; z-index: 10; }
  .swiper-slide.swiper-slide-active .item img, .swiper-slide.swiper-slide-active .item a { opacity: 1; }
  .swiper-container nav { width: 100%; text-align: center; height: 37px; vertical-align: middle; display: block; padding: 0; }
  .swiper-pagination { position: relative; margin: 0; transition: none; z-index: 100; display: inline-block; width: auto !important; vertical-align: top; }
  .swiper-pagination-bullet { background: #694a86; width: 13px; height: 13px; margin: 0 7px; opacity: 1; cursor: pointer; vertical-align: top; transition: 0.3s; border-radius: 100%; padding: 0; }
  .swiper-pagination-bullet.swiper-pagination-bullet-active { background: #d94a99; }
  .swiper-button-prev { position: static; display: inline-block; width: 23px; height: 23px; background: url(../images/characters/btn-slide-prev.png); background-size: 100% auto; vertical-align: middle; margin-top: -5px; margin-right: 17px; transition: 0.3s; }
  .swiper-button-next { position: static; display: inline-block; width: 23px; height: 23px; background: url(../images/characters/btn-slide-next.png); background-size: 100% auto; vertical-align: middle; margin-top: -5px; margin-left: 17px; transition: 0.3s; }
  .swiper-pagination-bullet:hover, .swiper-button-prev:hover, .swiper-button-next:hover { opacity: 0.7; }
  #cboxPrevious, #cboxNext, #cboxSlideshow { border: 0; padding: 0; margin: 0; overflow: visible; text-indent: -9999px; width: 40px; height: 40px; position: absolute; top: -20px; background: url(../images/common/controls.png) no-repeat 0 0; }
  #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active { outline: 0; }
  #cboxNext { right: 57px; top: -50px; width: 35px; height: 35px; background: url(../images/characters/btn-slide-next.png) no-repeat left center/100% auto; transition: 0.5s; }
  #cboxPrevious { right: 112px; top: -50px; width: 35px; height: 35px; background: url(../images/characters/btn-slide-prev.png) no-repeat left center/100% auto; transition: 0.5s; }
  #cboxPrevious:hover, #cboxNext:hover { opacity: 0.7; }
  /*ページ送りボタン*/
  /*.pagearr{position:fixed; top:50%; left:-107px; margin-top:-42px; z-index:200; width:60px; margin-left:0; padding:0; transition:0.8s ease; opacity:0; font-size:0; line-height:1;}*/
  .pagearr { position: fixed; top: 0; left: -107px; bottom: 0; z-index: 200; width: 60px; height: 90px; padding: 0; transition: 0.8s ease; opacity: 0; font-size: 0; line-height: 1; margin: auto; }
  .pagearr a { position: relative; display: block; width: 60px; height: 90px; background: url(../images/characters/btn-prev.png) no-repeat left top/100% auto; transition: 0.3s; }
  .pagearr a:hover { opacity: 0.5; }
  .pagearr.next { left: inherit; right: -107px; width: 73px; height: 87px; text-align: right; padding: 0; }
  .pagearr.next a { float: right; width: 73px; height: 87px; background: url(../images/characters/btn-next.png) no-repeat left top/100% auto; }
  .pagearr.show { opacity: 1; left: 20px; }
  .pagearr.next.show { opacity: 1; left: inherit; right: 20px; }
  .pagearr.end { opacity: 0; }
  /**********キャラ個別**********/
  /**/
  .character01 .change-chara li.c-3d { top: -58px; margin-left: -180px; }
  .character01 .change-chara li.c-illust { top: -61px; margin-left: 12px; }
  /*.character01 .change-chara a{top:156px; margin-left:487px;}*/
  /**/
  .character02 .change-chara li.c-3d { top: -58px; margin-left: 50px; }
  .character02 .change-chara li.c-illust { top: -51px; margin-left: 22px; }
  /*.character02 .change-chara a{top:156px; margin-left:487px;}*/
  /**/
  .character03.new .wrap::before { margin-left: -195px; }
  .character03 .change-chara li.c-3d { top: -58px; margin-left: -20px; }
  .character03 .change-chara li.c-illust { top: -61px; margin-left: 22px; }
  .character03 .change-chara a { top: 26px; margin-left: 487px; }
  /**/
  .character04.new .wrap::before { margin-left: -165px; }
  .character04 .change-chara li.c-3d { top: -58px; margin-left: 130px; }
  .character04 .change-chara li.c-illust { top: -61px; margin-left: -158px; }
  /*.character04 .change-chara a{top:156px; margin-left:487px;}*/
  /**/
  .character05.new .wrap::before { margin-left: -150px; }
  .character05 .change-chara li.c-3d { top: -58px; margin-left: -70px; }
  .character05 .change-chara li.c-illust { top: -61px; margin-left: -98px; }
  /*.character05 .change-chara a{top:156px; margin-left:487px;}*/
  /**/
  .character06.new .wrap::before { top: -60px; margin-left: -250px; }
  .character06 .change-chara li.c-3d { top: -58px; margin-left: 60px; }
  .character06 .change-chara li.c-illust { top: -61px; margin-left: 30px; }
  /*.character06 .change-chara a{top:156px; margin-left:487px;}*/
  /**/
  .character07.new .wrap::before { margin-left: -150px; }
  .character07 .change-chara li.c-3d { top: -58px; margin-left: 0px; }
  .character07 .change-chara li.c-illust { top: -61px; margin-left: -36px; }
  /*.character07 .change-chara a{top:156px; margin-left:487px;}*/
  /**/
  .character08.new .wrap::before { margin-left: 40px; }
  .character08 .change-chara li.c-3d { top: -50px; margin-left: -190px; }
  .character08 .change-chara li.c-illust { top: -61px; margin-left: 22px; }
  .character08 .change-chara a { top: 26px; margin-left: 487px; }
  /**/
  .character09.new .wrap::before { top: -60px; margin-left: -250px; }
  .character09 .change-chara li.c-3d { top: -120px; margin-left: 90px; }
  .character09 .change-chara li.c-illust { top: -61px; margin-left: 30px; }
  /*.character09 .change-chara a{top:156px; margin-left:487px;}*/
  /**/
  .character10.new .wrap::before { margin-left: -150px; }
  .character10 .change-chara li.c-3d { top: -58px; margin-left: 130px; }
  .character10 .change-chara li.c-illust { top: -61px; margin-left: 0; }
  /*.character10 .change-chara a{top:156px; margin-left:487px;}*/
  /**/
  .character11.new .wrap::before { margin-left: -150px; }
  .character11 .change-chara li.c-3d { top: -58px; margin-left: -50px; }
  .character11 .change-chara li.c-illust { top: -61px; margin-left: -40px; }
  /*.character10 .change-chara a{top:156px; margin-left:487px;}*/
  /**/
  .character12.new .wrap::before { margin-left: -150px; }
  .character12 .change-chara li.c-3d { top: -58px; margin-left: -50px; }
  .character12 .change-chara li.c-illust { top: -61px; margin-left: -40px; }
  /*.character10 .change-chara a{top:156px; margin-left:487px;}*/ }
@media screen and (min-width: 1901px) { #wrapper::before { background-size: cover; } }
/*@media screen and (max-width:1400px){

.pagearr{margin-top:-110px;}

}*/
@media screen and (max-width: 640px) { /*  		SP site  ******************************************************************************************/
  #wrapper::before { content: ''; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: url(../images/characters/sp/bg-top.png) no-repeat center top/100% auto; }
  main { position: static; padding: 104.219vw 0 13.125vw; }
  main.character { position: relative; padding: 14.375vw 0 16.875vw; }
  main .wrap { position: static; }
  main.character h1 { position: relative; width: 59.844vw; height: 14.219vw; margin: 0 auto 5.156vw; background: url(../images/characters/title.png) no-repeat left top/100% auto; }
  .characterlist li a { position: relative; display: block; }
  .characterlist li a img { width: 100%; height: auto; }
  /*NEWアイコン*/
  .characterlist li.new { position: relative; }
  .characterlist li.new::before { content: ''; position: absolute; top: -2.656vw; right: -2.656vw; width: 12.5vw; height: 11.875vw; background: url(../images/common/icon-new.png) no-repeat center top/100% auto; z-index: 10; }
  .characterlist li.update { position: relative; }
  .characterlist li.update::before { content: ''; position: absolute; top: 0; left: 1vw; width: 12.5vw; height: 11.875vw; background: url(../images/common/icon-update.png) no-repeat center top/100% auto; z-index: 10; }
  .characterlist li.update2::before { content: ''; position: absolute; top: 2vw; right: 1vw; width: 12.5vw; height: 11.875vw; background: url(../images/common/icon-update.png) no-repeat center top/100% auto; z-index: 10;}
  .characterlist li.new.left::before { right: auto; left: -2.656vw; }
  .characterlist.main li:nth-child(6).new::before { left: auto; }
  .characterlist.main li:nth-child(7).new::before { top: 5.469vw; }
  /*comingsoon*/
  .characterlist li.comingsoon { box-shadow: none !important; }
  .characterlist li.comingsoon a { pointer-events: none; }
  /*メインキャラ*/
  .characterlist.main { position: relative; min-height: 300.656vw; margin-bottom: 13.438vw; }
  .characterlist.main li { position: absolute; }
  .characterlist.main li:nth-child(1) { top: 6.25vw; left: -0.625vw; width: 49.688vw; height: 86.719vw; z-index: 3; }
  .characterlist.main li:nth-child(2) { top: 0; left: 32.813vw; width: 36.406vw; height: 71.563vw; z-index: 4; }
  .characterlist.main li:nth-child(3) { top: 13.594vw; left: 64.219vw; width: 36.406vw; height: 66.094vw; }
  .characterlist.main li:nth-child(4) { top: 98.281vw; left: -0.625vw; width: 36.406vw; height: 71.563vw; z-index: 2; }
  .characterlist.main li:nth-child(5) { top: 81.406vw; left: 31.094vw; width: 46.25vw; height: 73.594vw; z-index: 2; }
  .characterlist.main li:nth-child(6) { top: 96.406vw; left: 65.469vw; width: 34.844vw; height: 64.219vw; }
  .characterlist.main li:nth-child(7) { top: 160.469vw; left: 5.469vw; width: 34.063vw; height: 68.438vw; z-index: 1; }
  /*comingsoon*/
  .characterlist.main li:nth-child(8) { top: 168.75vw; left: 33.438vw; width: 27.5vw; height: 60.781vw; }
  .characterlist.main li:nth-child(9) { top: 162.063vw; left: 64.375vw; width: 27.5vw; height: 55.781vw; }
  .characterlist.main li:nth-child(10) { top: 234.531vw; left: 5.313vw; width: 26.563vw; height: 59.063vw; }
  .characterlist.main li:nth-child(11) { top: 240.938vw; left: 38.594vw; width: 30.781vw; height: 64.063vw; }
  .characterlist.main li:nth-child(12) { top: 225.938vw; left: 65.625vw; width: 29.375vw; height: 63.125vw; }
  /*サブキャラ*/
  .characterlist.sub { /*flex-wrap:wrap;*/ justify-content: center; margin: 0 auto; width: 95vw; }
  .characterlist.sub li { position: relative; width: 27.7vw; margin: 0 1.563vw; box-shadow: 0px 0.781vw 2.5vw 0.469vw rgba(106, 94, 60, 0.25); display: inline-block; }
  .characterlist.sub li:nth-child(n+4) { margin-top: 3.125vw; }
  /*キャラ詳細ページ*/
  /*NEWアイコン*/
  main.details.new .change-chara::after { content: ''; position: absolute; top: 9.375vw; left: 2.344vw; width: 17.188vw; height: 16.25vw; background: url(../images/common/icon-new.png) no-repeat left top/100% auto; z-index: 10; }
  /*キャラ画像*/
  .change-chara { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; transition: opacity 0.5s; }
  .change-chara.show { opacity: 1; }
  .change-chara::before { content: ''; position: absolute; top: 17.5vw; left: -1.875vw; background: no-repeat left top / 100% auto; }
  .change-chara li { position: absolute; top: 0; left: 50%; transition: opacity 0.5s,transform 0.5s; }
  .change-chara li img { width: 100%; height: auto; }
  .change-chara li.c-3d { opacity: 0; transform: translate(120px, 0); z-index: 0; }
  .change-chara li.c-3d.active { opacity: 1; transform: translate(0, 0); z-index: 1; }
  .change-chara li.c-illust { opacity: 0; transform: translate(120px, 0); z-index: 0; }
  .change-chara li.c-illust.active { opacity: 1; transform: translate(0, 0); z-index: 1; }
  .change-chara li img { transition: 0.5s ease ,opacity 0.1s; }
  /*イラストチェンジボタン*/
  .change-chara a { display: block; position: absolute; top: 33.906vw; left: 65.938vw; width: 15vw; height: 15vw; background: url(../images/characters/btn-illust.png) no-repeat left top/100% auto; z-index: 100; transition: 0.5s ease; transform: scale(0, 0); transform-origin: left bottom; transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .change-chara a.change { background-image: url(../images/characters/btn-3d.png); }
  .change-chara a.show { transform: scale(1, 1); }
  /*テキスト*/
  main .text { position: relative; width: 90.625vw; margin: 0 auto; padding: 11.094vw 6.25vw 7.188vw; text-align: left; background: rgba(255, 255, 255, 0.9); outline: solid 1px #d3c4b0; outline-offset: -1.094vw; z-index: 2; box-shadow: 0px 10px 14px 4px rgba(106, 94, 60, 0.35); opacity: 0; transition: opacity 0.5s; }
  main .text.show { opacity: 1; }
  main .text::before { content: ''; position: absolute; top: 0.938vw; left: 0.938vw; width: 15.469vw; height: 10vw; background: url(../images/characters/text-bg-icon01.png) no-repeat left top/100% auto; }
  main .text::after { content: ''; position: absolute; bottom: 0.625vw; right: 0.938vw; width: 14.531vw; height: 9.844vw; background: url(../images/characters/text-bg-icon02.png) no-repeat left top/100% auto; }
  main header { margin-bottom: 5.781vw; }
  main header h1 { margin-bottom: 3.906vw; }
  /* voice */
  main header .voice { position: relative; z-index: 1000; display: flex; background: url("../images/characters/sp/bg-voice.png") no-repeat left top/100% auto; width: 89.0625vw; height: 10.9375vw; padding: 0.9375vw 0 0 21.875vw; margin: 3.125vw 0 0 -5.46875vw; font-size: 0; line-height: 1; }
  main header .voice a { display: block; width: 8.90625vw; height: 8.90625vw; margin: 0 1.875vw 0 0; background: none; transition: 0.3s; position: relative; background-size: 100% auto; }
  main header .voice a::before, main header .voice a::after { content: ''; width: 8.90625vw; height: 8.90625vw; background: url("../images/characters/btn-voice.png") no-repeat left 0.15625vw; position: absolute; left: 0; top: 0; z-index: 10; opacity: 1; transition: 0.3s; background-size: 8.90625vw auto; }
  main header .voice a::before { background: url("../images/characters/btn-voice-ov.png") no-repeat left 0.15625vw; opacity: 1; background-size: 8.90625vw auto; opacity: 0; z-index: 20; }
  main header .voice a.play::after { opacity: 0; }
  main header .voice a.play::before { opacity: 1; }
  main dl dt { margin-bottom: 4.0625vw; }
  main dl dt dt img { width: auto; height: 3.4375vw; }
  main dl dd { color: #6a5e3c; font-size: 3.125vw; line-height: 5.938vw; }
  main header h1 img, main header p img, main dl dt img { width: auto; }
  /*スワイパー*/
  .swiper-container { width: 100%; position: relative; opacity: 0; transition: 0.5s; margin-top: 6.25vw; }
  .windowloaded .swiper-container { opacity: 1; }
  .swiper-wrapper { padding-bottom: 2.656vw; text-align: center; }
  .swiper-slide { font-size: 0; line-height: 1; width: 100%; height: auto; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; }
  .swiper-slide .item { display: block; position: relative; z-index: 10; }
  .swiper-slide .item img { height: auto; width: 100%; }
  .swiper-slide .item a { position: relative; display: block; z-index: 10; }
  .swiper-container nav { display: block; width: 100%; height: 3.594vw; /*margin-top:-2.813vw;*/ padding: 0; text-align: center; vertical-align: middle; }
  .swiper-pagination { position: relative; margin: 0; transition: none; z-index: 100; display: inline-block; width: auto !important; vertical-align: middle; }
  .swiper-pagination-bullet { background: #694a86; width: 2.031vw; height: 2.031vw; margin: 0 1.094vw; opacity: 1; cursor: pointer; vertical-align: top; }
  .swiper-pagination-bullet.swiper-pagination-bullet-active { background: #d94a99; }
  .swiper-button-prev { background: url(../images/characters/btn-slide-prev.png) no-repeat left top/100% auto; width: 3.594vw; height: 3.594vw; position: static; display: inline-block; vertical-align: middle; margin: 0; margin-right: 1.4rem; }
  .swiper-button-next { background: url(../images/characters/btn-slide-next.png) no-repeat left top/100% auto; width: 3.594vw; height: 3.594vw; position: static; display: inline-block; vertical-align: middle; margin: 0; margin-left: 1.4rem; }
  /*ページ送り*/
  /*.pagearr{position:fixed; left:-4rem; top:92.031vw!important; z-index:1200; width:9.063vw; transition: 0.8s ease; opacity: 0; font-size: 0; line-height: 1;}*/
  .pagearr { position: fixed; top: 0; left: -4rem; bottom: 0; margin: auto; z-index: 1200; width: 9.063vw; height: 14.063vw; transition: 0.8s ease; opacity: 0; font-size: 0; line-height: 1; }
  .pagearr a { display: block; width: 9.063vw; height: 14.063vw; background: url(../images/characters/btn-prev.png) no-repeat left top/100% auto; transition: 0.3s; }
  .pagearr.next { left: inherit; right: -4rem; width: 10.313vw; height: 13.594vw; text-align: right; }
  .pagearr.next a { width: 10.313vw; height: 13.594vw; background: url(../images/characters/btn-next.png) no-repeat left top/100% auto; }
  .pagearr.show { opacity: 1; left: 0; }
  .pagearr.next.show { opacity: 1; left: inherit; right: 0; }
  /**********キャラ個別**********/
  /**/
  .character01 header h1 img { height: 31.25vw; }
  .character01 header p img { height: 4.375vw; }
  .character01 dl dt img { height: 3.438vw; }
  .character01 .change-chara::before { top: 17.5vw; left: -1.875vw; width: 90vw; height: 49.531vw; background-image: url(../images/characters/01/bg-text.png); }
  .character01 .change-chara li.c-3d { top: 10.156vw; margin-left: -74.531vw; width: 123.4375vw; height: 184.844vw; }
  .character01 .change-chara li.c-illust { top: 12.625vw; margin-left: -46.406vw; width: 98.75vw; height: 189.375vw; }
  /*.character01 .change-chara a{top:33.906vw; left:65.938vw;}*/
  /**/
  .character02 header h1 img { height: 31.25vw; }
  .character02 header p img { height: 4.375vw; }
  .character02 dl dt img { height: 9.438vw; }
  .character02 .change-chara::before { top: 25.5vw; left: -1.875vw; width: 90vw; height: 49.531vw; background-image: url(../images/characters/02/bg-text.png); }
  .character02 .change-chara li.c-3d { top: 10.156vw; margin-left: -38.531vw; width: 69.21875vw; height: 184.844vw; }
  .character02 .change-chara li.c-illust { top: 10.625vw; margin-left: -54.406vw; width: 89.21875vw; height: 189.375vw; }
  /*.character02 .change-chara a{top:33.906vw; left:65.938vw;}*/
  /**/
  .character03 header h1 img { height: 23.25vw; }
  .character03 header p img { height: 4.375vw; }
  .character03 dl dt img { height: 3.438vw; }
  .character03 .change-chara::before { top: 17.5vw; left: -1.875vw; width: 80vw; height: 49.531vw; background-image: url(../images/characters/03/bg-text.png); }
  .character03 .change-chara li.c-3d { top: 13.156vw; margin-left: -51.531vw; width: 90.15625vw; height: 184.844vw; }
  .character03 .change-chara li.c-illust { top: 10.625vw; margin-left: -47.406vw; width: 84.375vw; height: 189.375vw; }
  /*.character03 .change-chara a{top:33.906vw; left:65.938vw;}*/
  /**/
  .character04 header h1 img { height: 31.25vw; }
  .character04 header p img { height: 4.375vw; }
  .character04 dl dt img { height: 3.438vw; }
  .character04 .change-chara::before { top: 17.5vw; left: -1.875vw; width: 90vw; height: 49.531vw; background-image: url(../images/characters/04/bg-text.png); }
  .character04 .change-chara li.c-3d { top: 10.156vw; margin-left: -34.531vw; width: 77.031vw; height: 184.844vw; }
  .character04 .change-chara li.c-illust { top: 10.625vw; margin-left: -75.406vw; width: 119.625vw; height: 189.375vw; }
  /*.character04 .change-chara a{top:33.906vw; left:65.938vw;}*/
  /**/
  .character05 header h1 img { height: 31.25vw; }
  .character05 header p img { height: 4.375vw; }
  .character05 dl dt img { height: 3.438vw; }
  .character05 .change-chara::before { top: 17.5vw; left: -1.875vw; width: 90vw; height: 49.531vw; background-image: url(../images/characters/05/bg-text.png); }
  .character05 .change-chara li.c-3d { top: 10.156vw; margin-left: -60.531vw; width: 86.09375vw; height: 184.844vw; }
  .character05 .change-chara li.c-illust { top: 10.625vw; margin-left: -73.406vw; width: 125.9375vw; height: 189.375vw; }
  /*.character05 .change-chara a{top:33.906vw; left:65.938vw;}*/
  /**/
  .character06 header h1 img { height: 23.25vw; }
  .character06 header p img { height: 4.375vw; }
  .character06 dl dt img { height: 3.438vw; }
  .character06 .change-chara::before { top: 17.5vw; left: -1.875vw; width: 62vw; height: 49.531vw; background-image: url(../images/characters/06/bg-text.png); }
  .character06 .change-chara li.c-3d { top: 10.156vw; margin-left: -40.531vw; width: 75.78125vw; height: 184.0625vw; }
  .character06 .change-chara li.c-illust { top: 10.625vw; margin-left: -49.406vw; width: 88.75vw; height: 189.375vw; }
  /*.character06 .change-chara a{top:33.906vw; left:65.938vw;}*/
  /**/
  .character07 header h1 img { height: 31.25vw; }
  .character07 header p img { height: 4.375vw; }
  .character07 dl dt img { height: 3.438vw; }
  .character07 .change-chara::before { top: 17.5vw; left: -1.875vw; width: 100vw; height: 49.531vw; background-image: url(../images/characters/07/bg-text.png); }
  .character07 .change-chara li.c-3d { top: 10.156vw; margin-left: -52.531vw; width: 106.5625vw; height: 185.46875vw; }
  .character07 .change-chara li.c-illust { top: 10.625vw; margin-left: -63.406vw; width:108.71875vw; height: 188.28125vw; }
  /*.character07 .change-chara a{top:33.906vw; left:65.938vw;}*/
  /**/
  .character08 header h1 img { height: 31.25vw; }
  .character08 header p img { height: 4.375vw; }
  .character08 dl dt img { height: 3.438vw; }
  .character08 .change-chara::before { top: 17.5vw; left: -1.875vw; width: 110vw; height: 49.531vw; background-image: url(../images/characters/08/bg-text.png); }
  .character08 .change-chara li.c-3d { top: 10.156vw; margin-left: -84.531vw; width: 188.125vw; height: 184.844vw; }
  .character08 .change-chara li.c-illust { top: 10.625vw; margin-left: -58.406vw; width: 122.625vw; height: 189.375vw; }
  .character08 .change-chara a { top: 53.906vw; left: 72.938vw; }
  /**/
  .character09 header h1 img { height: 23.25vw; }
  .character09 header p img { height: 4.375vw; }
  .character09 dl dt img { height: 3.438vw; }
  .character09 .change-chara::before { top: 17.5vw; left: -1.875vw; width: 90vw; height: 49.531vw; background-image: url(../images/characters/09/bg-text.png); }
  .character09 .change-chara li.c-3d { top: 3.156vw; margin-left: -34.531vw; width: 70.15625vw; height: 184.844vw; }
  .character09 .change-chara li.c-illust { top: 10.625vw; margin-left: -54.406vw; width: 99.0625vw; height: 189.375vw; }
  /*.character09 .change-chara a{top:33.906vw; left:65.938vw;}*/
  /**/
  .character10 header h1 img { height: 23.25vw; }
  .character10 header p img { height: 4.375vw; }
  .character10 dl dt img { height: 3.438vw; }
  .character10 .change-chara::before { top: 22.5vw; left: -1.875vw; width: 64vw; height: 49.531vw; background-image: url(../images/characters/10/bg-text.png); }
  .character10 .change-chara li.c-3d { top: 15.156vw; margin-left: -27.531vw; width: 56.09375vw; height: 184.844vw; }
  .character10 .change-chara li.c-illust { top: 10.625vw; margin-left: -47.406vw; width: 74.53125vw; height: 189.375vw; }
  .character10 .change-chara a { top: 33.906vw; left: 71.938vw; }
  /**/
  .character11 header h1 img { height: 31.25vw; }
  .character11 header p img { height: 4.375vw; }
  .character11 dl dt img { height: 3.438vw; }
  .character11 .change-chara::before { top: 16.5vw; left: -1.875vw; width: 96vw; height: 49.531vw; background-image: url(../images/characters/11/bg-text.png); }
  .character11 .change-chara li.c-3d { top: 13vw; margin-left: -56vw; width: 103vw; height: 184.844vw; }
  .character11 .change-chara li.c-illust { top: 10.625vw; margin-left: -59.406vw; width: 89.53125vw; height: 189.375vw; }
  .character11 .change-chara a { top: 33.906vw; left: 71.938vw; }
  /**/
  .character12 header h1 img { height: 31.25vw; }
  .character12 header p img { height: 4.375vw; }
  .character12 dl dt img { height: 3.438vw; }
  .character12 .change-chara::before { top: 16.5vw; left: 0; width: 100vw; height: 49.531vw; background-image: url(../images/characters/12/bg-text.png); }
  .character12 .change-chara li.c-3d { top: 13vw; margin-left: -65vw; width: 100vw; height: 184.844vw; }
  .character12 .change-chara li.c-illust { top: 10.625vw; margin-left: -59.406vw; width: 101.53125vw; height: 189.375vw; }
  .character12 .change-chara a { top: 33.906vw; left: 71.938vw; } }
#voicePlayer { position: fixed; left: -9999px; top: -9999px; width: 1px; height: 1px; overflow: hidden; }
