@charset "UTF-8";
/* ==========================================================
  *** このCSSは下層ページにのみ影響します ***
========================================================== */
/* ==========================================================
  下層共通
========================================================== */
.container {
  box-shadow: 0 3px 3px #000;
  position: relative;
  z-index: 10;
}

.sns-block {
  background: url(../images/common/bg-sns-block.gif) no-repeat center 0 #19202f;
  padding: 20px 0;
  position: relative;
}
.sns-block .sns-area {
  background: url(../images/top/bg-sns.png) no-repeat 0 0;
  box-sizing: border-box;
  height: 80px;
  line-height: 1;
  margin: 0 auto;
  padding: 30px 0 0 36px;
  width: 322px;
}
.sns-block .sns-area li {
  float: left;
}
.sns-block .sns-area li:nth-child(2n) {
  margin: 0 10px;
}

footer {
  box-shadow: 0 -1px 2px #000;
  margin: -2px 0 0;
  position: relative;
  z-index: 10;
}

/* ==========================================================
  作品紹介
========================================================== */
.contents-inner {
  margin: -12px 0 0;
}

.text {
  font-size: 16px;
  color: white;
  line-height: 1.5;
  text-align: center;
  text-shadow: 0 0 5px #102755;
}
.text p:not(:last-child) {
  margin: 0 0 20px;
}
.text .big {
  font-size: 24px;
}

.topics {
  background-image: url(../images/introduction/bg-topics-head.png);
  background-size: 20px 10px;
  background-repeat: repeat-x;
  background-position: 0 0;
  padding: 10px 0px 0;
}

.topics-inner {
  background: url(../images/introduction/bg-topics.jpg) no-repeat center center #0d254b;
  background-size: 100% auto;
  padding: 10px 0 20px;
}

.topics-box {
  background-image: url(../images/introduction/box-head.png), url(../images/introduction/box-bottom.png);
  background-size: 500px 24px;
  background-repeat: no-repeat;
  background-position: 0 0, 0 bottom;
  padding: 24px 0;
  width: 500px;
}
.topics-box dl {
  background: url(../images/introduction/box-body.png) repeat-y center 0;
  padding: 6px 30px;
}
.topics-box dt {
  background: #00339d;
  color: #fff;
  font-size: 24px;
  margin: 0 0 10px;
  text-align: center;
}
.topics-box dd {
  color: #272b30;
  line-height: 1.6;
}
.topics-box dd span {
  font-size: 18px;
}
.topics-box dd em {
  background: #fff;
  border-radius: 10px;
  font-size: 14px;
  padding: 2px 4px;
}
.topics-box dd small {
  font-size: 12px;
}
.topics-box dd li {
  float: left;
  text-align: center;
  width: 50%;
}
.topics-box.pc-floatRight dd {
  padding: 0 0 0 10px;
}
.topics-box.pc-floatRight dd li {
  text-align: left;
  margin: 0 0 5px;
  width: inherit;
}
.topics-box.pc-floatRight a:hover img {
  opacity: 0.7;
}

/* ==========================================================
  キーワード
========================================================== */
.words {
  overflow: hidden;
  margin: 0 0 10px;
  padding: 0 20px;
}
.words p {
  background: url(../images/keyword/img_01.png) no-repeat 0 0;
  height: 222px;
  padding: 28px 0 0 32px;
  width: 352px;
}
.words:nth-child(even) p {
  background: url(../images/keyword/img_02.png) no-repeat 0 0;
  padding: 30px 0 0 32px;
}
.words dl {
  padding: 17px 0 0 16px;
  width: 542px;
}
.words dt {
  background: url(../images/keyword/icon-keyword.png) no-repeat 0 center;
  font-size: 24px;
  margin: 0 0 18px;
  padding: 0 0 0 44px;
}
.words dd {
  background: url(../images/keyword/line-keyword.png) no-repeat 0 0;
  padding: 30px 0 0;
}

/* ==========================================================
  ニュース
========================================================== */
.news-topics {
  background: rgba(255, 255, 255, 0.75);
  border-radius: 5px;
  margin: 0 0 30px;
  padding: 20px;
}
.news-topics dt {
  background: #00339d;
  border-radius: 15px;
  display: inline-block;
  font-size: 18px;
  margin: 0 0 10px;
  padding: 0 15px;
}
.news-topics dd {
  font-size: 20px;
}

/* ニュース詳細
========================================================== */
.news-detail {
  background: rgba(255, 255, 255, 0.75);
  border-radius: 5px;
  margin: 0 auto;
  padding: 10px 10px 30px;
  width: 740px;
}
.news-detail dl {
  background-image: -moz-linear-gradient(90deg, rgba(0, 236, 94, 0.75) 0%, rgba(214, 255, 21, 0.75) 100%);
  background-image: -webkit-linear-gradient(90deg, rgba(0, 236, 94, 0.75) 0%, rgba(214, 255, 21, 0.75) 100%);
  background-image: -ms-linear-gradient(90deg, rgba(0, 236, 94, 0.75) 0%, rgba(214, 255, 21, 0.75) 100%);
  border: 1px solid #fff;
  border-radius: 5px;
  box-sizing: border-box;
  margin: 0 0 10px;
  padding: 10px;
  text-align: center;
}
.news-detail div#newsLists dl{
  background-image:none !important;
	background:none;
  border:none;
  border-radius: 5px;
  box-sizing: border-box;
  margin: 0 0 10px;
  padding: 10px;
 text-align: left !important;


}

.news-detail div#newsLists dl dd a{
font-size:0.825em !important;


}



.news-detail dt {
  background: #00339d;
  border-radius: 15px;
  display: inline-block;
  font-size: 18px;
  margin: 0 0 5px;
  padding: 0 15px;
}
.news-detail dd {
  color: #001c57;
  font-size: 24px;
  line-height: 1.4;
}
.news-detail h5 {
  background: #001c57;
  border-radius: 20px;
  color: #fff;
  font-size: 20px;
  padding: 5px 0;
  text-align: center;
}

  .news-detail h6 {
  font-size: 1.25em;
  background: url(../images/news/icon_news.png) no-repeat 0 0;
  background-size:4%;
  font-weight:700;
  border-bottom: 1px solid #001c57;
  margin: 0 0 10px;
  padding:0 0 12px 35px;
  }



.news-detail .detail-inner {
  clear: both;
  color: #001c57;
  padding: 0 20px;
}
.news-detail .detail-inner .img {
  padding: 0 0 20px;
  text-align: center;
}

.news-pager {
  height: 22px;
  margin: 0 auto;
  padding: 30px 0 0;
  position: relative;
  width: 770px;
}
.news-pager a {
  background-color:#fff;
  border-radius: 30px;
  color: #1e1b82;
  font-weight: bold;
  padding: 10px 30px;
  text-decoration: none;
}
.news-pager a:hover {
  opacity:0.7;
}
.news-pager li {
  position: absolute;
}
.news-pager .btn-prev {
  left: 0;
}
.news-pager .btn-archive {
  left: 50%;
  margin: 0 0 0 -76px;
}
.news-pager .btn-next {
  right: 0;
}

.detail-sns {
  float: right;
  margin: 0 0 10px;
}
.detail-sns li {
  float: left;
}
.detail-sns li:nth-child(2n) {
  margin: 0 10px;
}

.newsColumn3 {
  overflow: hidden;
  width: 100%;
}
.newsColumn3 p {
  float: left;
  margin-right: 2%;
  width: 32%;
}
.newsColumn3 p img {
  width: 100%;
}


.column2b{width:100%;overflow:hidden;margin:20px 0 30px 0;}
.column2b p:nth-child(1){width:35%;margin-right:2%;float:left;}
.column2b p:nth-lst-child(1){width:63%;float:left;}
.img640{width:640px;margin:15px auto 30px;}
.img480{width:480px;margin:15px auto 30px;}
.img320{width:320px;margin:15px auto 30px;}


/* ==========================================================
  キャラクター
========================================================== */
.category_01 .contents-inner {
  padding: 0;
}

/* サブナビ
========================================================== */
.sub-navi {
  background-image: url(../images/character/bg-subnavi.gif), url(../images/character/bg-subnavi-repeat.gif);
  background-repeat: no-repeat, repeat-x;
  background-position: center 0;
  background-size: 992px 86px, 12px 86px;
  position: relative;
  z-index: 1;
}
.sub-navi ul {
  height: 79px;
  margin: 0 auto;
  padding: 7px 0 0;
  width: 632px;
}
.sub-navi li {
  float: left;
  margin: 0 2px 0 0;
}

.category_01 .sub-navi .sub-navi_01 a {
  background: url(../images/character/snavi_01_on.png) no-repeat 0 0;
  display: block;
  height: 70px;
  text-indent: -9999px;
  width: 272px;
}

.category_02 .sub-navi .sub-navi_02 a {
  background: url(../images/character/snavi_02_on.png) no-repeat 0 0;
  display: block;
  height: 70px;
  text-indent: -9999px;
  width: 117px;
}

.category_03 .sub-navi .sub-navi_03 a {
  background: url(../images/character/snavi_03_on.png) no-repeat 0 0;
  display: block;
  height: 70px;
  text-indent: -9999px;
  width: 117px;
}

.category_04 .sub-navi .sub-navi_04 a {
  background: url(../images/character/snavi_04_on.png) no-repeat 0 0;
  display: block;
  height: 70px;
  text-indent: -9999px;
  width: 117px;
}

.chara-inner {
  position: relative;
}

/* キャラクターナビ
========================================================== */
.chara-navi {
  left: 50%;
  margin: 0 0 0 -278px;
  position: absolute;
  top: 0px;
  z-index: 100;
}

.chara-navi {
  left: 50%;
  margin: 0 0 0 -278px;
  position: absolute;
  top: 0px;
  z-index: 100;
}
.chara-navi li {
  float: left;
}

.chara-navi-sub {
  left: 50%;
  margin: 0 0 0 -278px;
  position: absolute;
  top: 125px;
  z-index: 100;
}

.chara-navi-sub li {
  float: left;
  font-size: 0.9375em;
  margin: 0px 15px 5px 0;
  font-weight:700;
}

.chara-navi-sub li a {
  color: #FFF;
}

.chara-navi-sub li:not(:nth-of-type(1)) {
}


.character_01 .chara-navi .chara-navi_01 a {
  background: url(../images/character/chara-navi_01_on.png) no-repeat 0 0;
  display: block;
  height: 110px;
  text-indent: -9999px;
  width: 98px;
}

.character_02 .chara-navi .chara-navi_02 a {
  background: url(../images/character/chara-navi_02_on.png) no-repeat 0 0;
  display: block;
  height: 110px;
  text-indent: -9999px;
  width: 92px;
}

.character_03 .chara-navi .chara-navi_03 a {
  background: url(../images/character/chara-navi_03_on.png) no-repeat 0 0;
  display: block;
  height: 110px;
  text-indent: -9999px;
  width: 92px;
}

.character_04 .chara-navi .chara-navi_04 a {
  background: url(../images/character/chara-navi_04_on.png) no-repeat 0 0;
  display: block;
  height: 110px;
  text-indent: -9999px;
  width: 90px;
}

.character_05 .chara-navi .chara-navi_05 a {
  background: url(../images/character/chara-navi_05_on.png) no-repeat 0 0;
  display: block;
  height: 110px;
  text-indent: -9999px;
  width: 93px;
}

.character_06 .chara-navi .chara-navi_06 a {
  background: url(../images/character/chara-navi_06_on.png) no-repeat 0 0;
  display: block;
  height: 110px;
  text-indent: -9999px;
  width: 90px;
}

.chara-navi2Out{width:auto;padding:10px 0 40px 0;background-color: rgba(0,0,0,0.3);margin-bottom:20px;}

.chara-navi2 {
	/*
	width:432px;
	*/

	width:324px;
  margin: 0 auto;
  left:0px;
  right:0px;

    top: 170px;
  z-index: 100;
}
.chara-navi2 li {
  float: left;
  margin-right:10px;
}

.chara-navi2 li:nth-last-child(1) {
  float: left;
  margin-right:0px;
}

.chara-navi2 li img{
cursor:pointer;

}

.chara-navi3  {
width:800px;
overflow:hidden;
margin:10px auto 0;
}


.chara-navi3 li {
  background: url(../images/character/chara2icatch.png) no-repeat 0 5px;
  display:block;
  width: 13.5%;
  float:left;

  color:#FFF;
  font-size:1em;
  background-size:15%;
  padding:5px 0 5px 3%;
}


.chara-navi3 li a {
text-decoration:under-line;
color:#FFF;
}

.chara-navi3 p.allChara {font-size:0.935em;margin-top:30px;text-align:center;cursor:pointer;display:none;text-decoration:underline;}


/* アプリドライヴァー&バディアプモン
========================================================== */
.chara-detail {
  background: url(../images/character/bg-chara.jpg) no-repeat center 0;
  background-size: cover;
  position: relative;
  box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.65);
}

.detail-box-head {
  background: url(../images/character/chara/detail-box-head.png) no-repeat 0 0;
  padding: 30px 0 0;
}

.detail-box-bottom {
  background: url(../images/character/chara/detail-box-bottom.png) no-repeat 0 bottom;
  padding: 0 0 30px;
}

.detail-box-body {
  background: url(../images/character/chara/detail-box-body.png) repeat-y 0 0;
  width: 506px;
}
.detail-box-body dt {
  margin: 0 0 10px;
  text-align: center;
}
.detail-box-body dd {
  color: #333b44;
  font-size: 18px;
  padding: 0 30px;
}

/* アプモン
========================================================== */
.chara-box-head {
  background: url(../images/character/chara-box-head.png) no-repeat 0 0;
  padding: 24px 0 0;
  float: left;
}
.chara-box-head:nth-child(even) {
  float: left;
}

.chara-box-bottom {
  background: url(../images/character/chara-box-bottom.png) no-repeat 0 bottom;
  padding: 0 0 24px;
}

.chara-box-body {
  background: url(../images/character/chara-box-body.png) repeat-y 0 0;
  padding: 20px 0;
  width: 496px;
}
.chara-box-body .appmon {
  padding: 0 0 20px;
  text-align: center;
}
.chara-box-body .appmon-name {
  background: url(../images/character/chara-box-title.gif) no-repeat center 0;
  color: #fff;
  font-size: 24px;
  height: 75px;
  margin: 0 0 10px;
  padding: 28px 86px 0 102px;
}
.chara-box-body .appmon-name span {
  display: inline-block;
  float: right;
  font-size: 14px;
  padding: 12px 0 0;
  }

  .chara-box-body .other-name {
  background: url(../images/character/friends-name_back01.jpg) no-repeat center 0;
  color: #000;
  font-size: 24px;
  height: 75px;
  margin: 0 0 10px;
  padding: 28px 86px 0 102px;
}
.chara-box-body .other-name span {
  display: inline-block;
  float: right;
  font-size: 14px;
  padding: 12px 0 0;
}
.chara-box-body .appmon-info {
  color: #333b44;
  font-size: 16px;
  padding: 0 60px;
}

.chara-box-body h3{padding:0px;margin:0px;}

/* ハルのクラスメイト
========================================================== */
.chara-box-body .friends,
.chara-box-body .friends-name {
  text-align: center;
}
.chara-box-body .friends-info {
  color: #333b44;
  font-size: 18px;
  padding: 10px 50px 0;
}




/* 取り巻く人々
========================================================== */

.chara-box-body .other
 {
  text-align: center;
}
.chara-box-body .other-info {
  color: #333b44;
  font-size: 18px;
  padding: 10px 50px 0;
}



.chara-box-body .other-name {
  background: url(../images/character/friends-name_back01.jpg) no-repeat center 0;
  color: #000;
  font-size: 24px;
  height: 69px;
  margin: 0 0 10px;
  padding: 28px 86px 0 102px;
}
.chara-box-body .other-name span {
  display: inline-block;
  float: right;
  font-size: 14px;
  padding: 12px 0 0;

}


/* ==========================================================
  あらすじ
========================================================== */
#episode .contents {
  padding: 48px 0 0;
}

.episode-area {
  margin: 0 0 40px;
}
.episode-area .episode-navi {
  background: url(../images/episode/bg-sub-navi.png) no-repeat center 0;
  height: 57px;
  margin: 0 0 14px;
  overflow: hidden;
  padding: 7px 0 0 270px;
}
.episode-area .episode-navi li {
  float: left;
  margin: 0 25px;
}

.summary .episode-area .episode-navi li:first-child a {
  background: url(../images/episode/btn-sub-navi_01_on.png) no-repeat 0 0;
  display: inline-block;
  height: 50px;
  text-indent: -9999px;
  width: 194px;
}

.list .episode-area .episode-navi li:last-child a {
  background: url(../images/episode/btn-sub-navi_02_on.png) no-repeat 0 0;
  display: inline-block;
  height: 50px;
  text-indent: -9999px;
  width: 173px;
}

/* あらすじ詳細
========================================================== */
.episode-detail {
  background: rgba(255, 255, 255, 0.75);
  border-radius: 5px;
  margin: 0 auto;
  padding: 10px 10px 30px;
  width: 880px;
}
.episode-detail .info {
  color: #001c57;
  font-size: 12px;
  text-align: center;
}
.episode-detail .bg-iframe {
  background: url(../images/episode/bg-iframe.png) no-repeat center 0;
  clear: both;
  height: 353px;
  padding: 26px 0 0;
  text-align: center;
}
.episode-detail .episode-title {
  background-image: -moz-linear-gradient(90deg, rgba(0, 236, 94, 0.75) 0%, rgba(214, 255, 21, 0.75) 100%);
  background-image: -webkit-linear-gradient(90deg, rgba(0, 236, 94, 0.75) 0%, rgba(214, 255, 21, 0.75) 100%);
  background-image: -ms-linear-gradient(90deg, rgba(0, 236, 94, 0.75) 0%, rgba(214, 255, 21, 0.75) 100%);
  border: 1px solid #8597bd;
  border-radius: 5px;
  box-sizing: border-box;
  margin: 0 0 10px;
  padding: 10px;
  text-align: center;
}
.episode-detail .episode-title dt {
  background: #00339d;
  border-radius: 15px;
  display: inline-block;
  font-size: 18px;
  margin: 0 0 5px;
  padding: 0 30px;
}
.episode-detail .episode-title dd {
  color: #001c57;
  font-size: 24px;
  line-height: 1.4;
}
.episode-detail .episode-block {
  overflow: hidden;
  margin: 0 0 10px;
}
.episode-detail .episode-block .episode-img {
  background: url(../images/keyword/img_01.png) no-repeat 0 0;
  height: 164px;
padding: 23px 0px 0 26px;
width: 260px;
background-size: 104%;
margin-top:20px;
}
.episode-detail .episode-block:nth-child(even) .episode-img {
  background: url(../images/keyword/img_02.png) no-repeat 0 0;
  padding: 30px 0 0 32px;
}
.episode-detail .episode-block .episode-text {
  color: #001c57;
  font-size: 14px;
  padding: 5px 0px;
  width: 95%;
  margin:0 auto;
  clear:both;
}

.episode-pager {
  padding: 0 0 30px;
}
.episode-pager h5 {
  background: url(../images/episode/line.png) no-repeat center bottom;
  color: #fff;
  font-size: 30px;
  margin: 0 0 10px;
  padding: 0 0 20px;
  text-align: center;
}
.episode-pager ul {
  margin: 0 auto;
  overflow: hidden;
  width: 900px;
}
.episode-pager li {
  background: rgba(255, 255, 255, 0.75);
  float: left;
  padding: 10px 5px;
  width: 195px;
    margin: 0 26px 26px 0;
}


.episode-pager li:nth-child(4n) {
  margin-right: 0px;
}


.episode-pager li a {
  text-decoration: none;
}
.episode-pager li:hover {
  background: rgba(255, 255, 255, 0.6);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
.episode-pager dt {
    color: #001c57;
    margin: 0 5px;
    text-align: center;
    height: 85px;
    font-size: 0.825em;
}

.episode-pager dt span {
    background: #00339d;
    border-radius: 10px;
    padding: 3px 30px;
    color: #fff;
    margin-bottom: -12px;
    display: block;
}
.episode-pager dd {
    color: #001c57;
    text-align: right;
    font-size: 0.825em;
}
.episode-pager dd img {
    border: 1px solid #00339d;
    margin: 5px 0 5px;
}



/* グッズ
========================================================== */
/* グッズサブナビ */
.goods-sub-navi {
  background-image: url(../images/goods/bg-subnavi.gif), url(../images/goods/bg-subnavi-repeat.gif);
  background-repeat: no-repeat, repeat-x;
  background-position: center 0;
  background-size: 992px 86px, 12px 86px;
}
.goods-sub-navi ul {
  height: 79px;
  margin: 0 auto;
  padding: 7px 0 0;
  width: 632px;
}
.goods-sub-navi li {
  float: left;
  margin: 0 2px 0 0;
}

.category_01 .goods-sub-navi .goods-sub-navi_01 a {
  background: url(../images/goods/snavi_01_on.png) no-repeat 0 0;
  display: block;
  height: 70px;
  text-indent: -9999px;
  width: 272px;
}

.category_02 .goods-sub-navi .goods-sub-navi_02 a {
  background: url(../images/goods/snavi_02_on.png) no-repeat 0 0;
  display: block;
  height: 70px;
  text-indent: -9999px;
  width: 117px;
}

.category_03 .goods-sub-navi .goods-sub-navi_03 a {
  background: url(../images/goods/snavi_03_on.png) no-repeat 0 0;
  display: block;
  height: 70px;
  text-indent: -9999px;
  width: 117px;
}

.category_04 .goods-sub-navi .goods-sub-navi_04 a {
  background: url(../images/goods/snavi_04_on.png) no-repeat 0 0;
  display: block;
  height: 70px;
  text-indent: -9999px;
  width: 117px;
}

.goods-inner {
  position: relative;
}
.goods-box-head {
  background: url(../images/character/chara-box-head.png) no-repeat 0 0;
  padding: 14px 0 0;
  float: left;

  background-size:100%;
}
.goods-head:nth-child(even) {
  float: right;
}

.goods-box-bottom {
  background: url(../images/character/chara-box-bottom.png) no-repeat 0 bottom;
  padding: 0 0 14px;
  background-size:100%;
}

.goods-box-body {
  background: url(../images/character/chara-box-body.png) repeat-y 0 0;
  padding: 20px 0;
  width: 330px;
  background-size:100%;
}
.goods-box-body .appmon {
  padding: 0 0 20px;
  text-align: center;
}
.goods-box-body .appmon-name {
  background: url(../images/character/chara-box-title.gif) no-repeat center 0;
  color: #fff;
  font-size: 24px;
  height: 69px;
  margin: 0 0 10px;
  padding: 18px 86px 0 102px;
  background-size:100%;
}
.goods-box-body .appmon-name span {
  display: inline-block;
  float: right;
  font-size: 14px;
  padding: 12px 0 0;
  }

.goods-box-body .other-name {
  background: url(../images/character/friends-name_back01.jpg) no-repeat center 0;
  color: #000;
  font-size: 24px;
  height: 69px;
  margin: 0 0 10px;
  padding: 28px 86px 0 102px;
}
.goods-box-body .other-name span {
  display: inline-block;
  float: right;
  font-size: 14px;
  padding: 12px 0 0;
}

.goods-box-body .appmon-info {
  color: #333b44;
  font-size: 13px;
  padding: 0 30px;
}
.goods-box-body2 .buyButton a:hover{
	opacity:0.6;
 }

.goods-box-body2 {
background: rgba(255, 255, 255, 0.75);
border-radius: 5px;
margin: 0 auto;
padding:30px 30px 60px 30px;
width: 900px;
overflow:hidden;
}

.goods-box-body2 div.img{width:30%;margin-right:3%;float:left;}
.goods-box-body2 div.info{width:67%;float:left;color:#001c57;}
.goods-box-body2 h3{color:#001c57;font-size:1.25em;font-weight:700;margin-bottom:20px;}
.goods-box-body2 .buyButton{width:60%;text-align: center;margin:20px 20% 0px;}
.goods-box-body2 .buyButton a{
    background-image: -moz-linear-gradient(90deg, rgba(0, 236, 94, 0.75) 0%, rgba(214, 255, 21, 0.75) 100%);
    background-image: -webkit-linear-gradient(90deg, rgba(0, 236, 94, 0.75) 0%, rgba(214, 255, 21, 0.75) 100%);
    background-image: -ms-linear-gradient(90deg, rgba(0, 236, 94, 0.75) 0%, rgba(214, 255, 21, 0.75) 100%);
    border: 1px solid #fff;
    border-radius: 5px;
    box-sizing: border-box;
    margin: 0 0 10px;
    padding: 10px;
    text-align: center;
    width:auto;
	display:block;
	font-size:1.5em;
	text-decoration:none;
 }

.goods-box-body2 .buyButton a:hover{opacity:0.6;}


@media print, screen and (max-width: 640px) {

.goods-box-head {
  background: url(../images/character/chara-box-head.png) no-repeat 0 0;
  padding: 24px 0 0;
  float: left;
}
.goods-head:nth-child(even) {
  float: right;
}

.goods-box-bottom {
  background: url(../images/character/chara-box-bottom.png) no-repeat 0 bottom;
  padding: 0 0 24px;
}

.goods-box-body {
  background: url(../images/character/chara-box-body.png) repeat-y 0 0;
  padding: 20px 0;
  width: 496px;
  margin:0 auto;

}
.goods-box-body .appmon {
  padding: 0 0 20px;
  text-align: center;
}
.goods-box-body .appmon-name {
  background: url(../images/character/chara-box-title.gif) no-repeat center 0;
  color: #fff;
  font-size: 24px;
  height: 69px;
  margin: 0 0 10px;
  padding: 28px 86px 0 102px;
}
.goods-box-body .appmon-name span {
  display: inline-block;
  float: right;
  font-size: 14px;
  padding: 12px 0 0;
  }

.goods-box-body .other-name {
  background: url(../images/character/friends-name_back01.jpg) no-repeat center 0;
  color: #000;
  font-size: 24px;
  height: 69px;
  margin: 0 0 10px;
  padding: 28px 86px 0 102px;
}
.goods-box-body .other-name span {
  display: inline-block;
  float: right;
  font-size: 14px;
  padding: 12px 0 0;
}


.goods-box-body .appmon-info {
  color: #333b44;
  font-size: 14px;
  padding: 0 30px;

}
.goods-box-body2 {
background: rgba(255, 255, 255, 0.75);
border-radius: 5px;
margin: 0 auto;
padding:30px 30px 60px 30px;
width: auto;
overflow:hidden;
}

.goods-box-body2 div.img{width:90%;margin:30px 5% 20px;}
.goods-box-body2 div.info{width:90%;color:#001c57;margin:0 5% 20px;}
.goods-box-body2 h3{color:#001c57;font-size:1.375em;font-weight:700;margin:10px 0 20px;}
.goods-box-body2 .buyButton{width:80%;text-align: center;margin:50px 10% 0px;}
.goods-box-body2 .buyButton a{
    background-image: -moz-linear-gradient(90deg, rgba(0, 236, 94, 0.75) 0%, rgba(214, 255, 21, 0.75) 100%);
    background-image: -webkit-linear-gradient(90deg, rgba(0, 236, 94, 0.75) 0%, rgba(214, 255, 21, 0.75) 100%);
    background-image: -ms-linear-gradient(90deg, rgba(0, 236, 94, 0.75) 0%, rgba(214, 255, 21, 0.75) 100%);
    border: 1px solid #fff;
    border-radius: 5px;
    box-sizing: border-box;
    margin: 0 0 10px;
    padding: 10px;
    text-align: center;
    width:auto;
	display:block;
	font-size:1.125em;
	text-decoration:none;
 }

.goods-box-body2 .buyButton a:hover{opacity:0.6;}

.column2b{width:100%;overflow:hidden;margin:20px 0 30px 0;}
.column2b p:nth-child(1){width:28%;margin-right:2%;float:left;}
.column2b p:nth-lst-child(1){width:70%;float:left;}
.img640{width:90%;margin:15px 5% 30px;}
.img480{width:90%;margin:15px 5% 30px;}
.img320{width:90%;margin:15px 5% 30px;}

}

/* ==========================================================
  ムービー
========================================================== */
.movie-list {
  overflow: hidden;
}
.movie-list li {
  float: left;
  margin: 0 10px 50px;
  width: 48%;
}
.movie-list dt {
  background-image: -moz-linear-gradient(90deg, #00ec5e 0%, #d6ff15 100%);
  background-image: -webkit-linear-gradient(90deg, #00ec5e 0%, #d6ff15 100%);
  background-image: -ms-linear-gradient(90deg, #00ec5e 0%, #d6ff15 100%);
  border-radius: 5px;
  box-sizing: border-box;
  color: #001c57;
  font-size: 16px;
  margin: 0 0 10px;
  padding: 10px;
  text-align: left;
}



.movie-list dd iframe {
  height: 220px;
  width: 100%;
}

.movie-listTop {
  overflow: hidden;
}

.movie-listTop dt strong.red{color:#ef0000;font-weight:700;  font-size: 16px;margin-top:-2px;display:block;}

.movie-listTop li {
  float: left;
  margin: 0 10px 80px;
  width: 48%;
}

.movie-listTop dt {
  background-image: -moz-linear-gradient(90deg, #fdb31f 0%, #f7f700 100%);
  background-image: -webkit-linear-gradient(90deg, #fdb31f 0%, #f7f700 100%);
  background-image: -ms-linear-gradient(90deg, #fdb31f 0%, #f7f700 100%);
  border-radius: 5px;
  box-sizing: border-box;
  color: #000;
  font-size: 18px;
  margin: 0 0 10px;
  padding: 10px;
  text-align: left;
  font-weight:bold;
}

.movie-listTop dd iframe {
  height: 220px;
  width: 100%;
}



/*** PC Style ========================================================== ***/
@media print, screen and (min-width: 641px) {
  /* ==========================================================
    PC キャラクター
  ========================================================== */
  .chara-area_01 {
    /*min-height: 854px;*/
    min-height: 924px;
  }
  .chara-area_01 .chara-img {
    position: absolute;
    /*top: 50px;*/
    top: 120px;
    left: 50%;
    margin: 0 0 0 -494px;
  }
  .chara-area_01 .face {
    position: absolute;
    /*top: 153px;*/
    top: 223px;
    left: 50%;
    margin: 0 0 0 27px;
  }
  .chara-area_01 .detail-box-head {
    position: absolute;
    /*top: 454px;*/
    top: 524px;
    left: 50%;
    margin: 0 0 0 -30px;
  }

  /* ガッチモン */
  .chara-area_02 {
    min-height: 600px;
  }
  .chara-area_02 .chara-img {
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -463px;
  }
  .chara-area_02 .face {
    position: absolute;
    top: 43px;
    left: 50%;
    margin: 0 0 0 27px;
  }
  .chara-area_02 .detail-box-head {
    position: absolute;
    top: 297px;
    left: 50%;
    margin: 0 0 0 -30px;
  }

  /* ドガッチモン */
  .chara-area_0103 {
    min-height: 668px;
  }
  .chara-area_0103 .chara-img {
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -458px;
  }
  .chara-area_0103 .face {
    position: absolute;
    top: 28px;
    left: 50%;
    margin: 0 0 0 -9px;
  }
  .chara-area_0103 .detail-box-head {
    position: absolute;
    top: 318px;
    left: 50%;
    margin: 0 0 0 -30px;
  }

  /* グローブモン */
  .chara-area_0104 {
    min-height: 630px;
  }
  .chara-area_0104 .chara-img {
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -577px;
  }
  .chara-area_0104 .face {
    position: absolute;
    top: 15px;
    left: 50%;
    margin: 0 0 0 -19px;
  }
  .chara-area_0104 .detail-box-head {
    position: absolute;
    top: 330px;
    left: 50%;
    margin: 0 0 0 -30px;
  }

  /* ガイアモン */
  .chara-area_0105 {
    min-height: 656px;
  }
  .chara-area_0105 .chara-img {
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -750px;
  }
  .chara-area_0105 .face {
    position: absolute;
    top: 0px;
    left: 50%;
    margin: 0 0 0 -130px;
  }
  .chara-area_0105 .detail-box-head {
    position: absolute;
    top: 330px;
    left: 50%;
    margin: 0 0 0 -30px;
  }

  /* 花嵐エリ */
  .chara-area_03 {
    min-height: 920px;
  }
  .chara-area_03 .chara-img {
    left: 50%;
    margin: 0 0 0 -446px;
    position: absolute;
    top: 109px;
  }
  .chara-area_03 .face {
    position: absolute;
    top: 242px;
    left: 50%;
    margin: 0 0 0 -16px;
  }
  .chara-area_03 .detail-box-head {
    position: absolute;
    top: 550px;
    left: 50%;
    margin: 0 0 0 -30px;
  }

  /* ドカモン */
  .chara-area_04 {
    min-height: 600px;
  }
  .chara-area_04 .chara-img {
    left: 50%;
    margin: 0 0 0 -392px;
    position: absolute;
    top: 9px;
  }
  .chara-area_04 .face {
    position: absolute;
    top: 9px;
    left: 50%;
    margin: 0 0 0 21px;
  }
  .chara-area_04 .detail-box-head {
    position: absolute;
    top: 300px;
    left: 50%;
    margin: 0 0 0 -30px;
  }

  /* ドスコモン */
  .chara-area_0203 {
    min-height: 682px;
  }
  .chara-area_0203 .chara-img {
    left: 50%;
    margin: 0 0 0 -515px;
    position: absolute;
    top: 0;
  }
  .chara-area_0203 .face {
    position: absolute;
    top: 44px;
    left: 50%;
    margin: 0 0 0 -16px;
  }
  .chara-area_0203 .detail-box-head {
    position: absolute;
    top: 344px;
    left: 50%;
    margin: 0 0 0 -30px;
  }

  /* オウジャモン */
  .chara-area_0204 {
    min-height: 660px;
  }
  .chara-area_0204 .chara-img {
    left: 50%;
    margin: 0 0 0 -470px;
    position: absolute;
    top: 96px;
  }
  .chara-area_0204 .face {
    position: absolute;
    top: 25px;
    left: 50%;
    margin: 0 0 0 -72px;
  }
  .chara-area_0204 .detail-box-head {
    position: absolute;
    top: 350px;
    left: 50%;
    margin: 0 0 0 -30px;
  }

  /* ポセイドモン */
  .chara-area_0205 {
    min-height: 640px;
  }
  .chara-area_0205 .chara-img {
    left: 50%;
    margin: 0 0 0 -790px;
    position: absolute;
    top: 0px;
  }
  .chara-area_0205 .face {
    position: absolute;
    top: 76px;
    left: 50%;
    margin: 0 0 0 -83px;
  }
  .chara-area_0205 .detail-box-head {
    position: absolute;
    top: 330px;
    left: 50%;
    margin: 0 0 0 -30px;
  }

  /* 飛鳥虎次郎 */
  .chara-area_05 {
    min-height: 920px;
  }
  .chara-area_05 .chara-img {
    left: 50%;
    margin: 0 0 0 -446px;
    position: absolute;
    top: 136px;
  }
  .chara-area_05 .face {
    position: absolute;
    top: 233px;
    left: 50%;
    margin: 0 0 0 -2px;
  }
  .chara-area_05 .detail-box-head {
    position: absolute;
    top: 534px;
    left: 50%;
    margin: 0 0 0 -30px;
  }

  /* ミュージモン */
  .chara-area_06 {
    min-height: 600px;
  }
  .chara-area_06 .chara-img {
    left: 50%;
    margin: 0 0 0 -392px;
    position: absolute;
    top: 0;
  }
  .chara-area_06 .face {
    position: absolute;
    top: 20px;
    left: 50%;
    margin: 0 0 0 35px;
  }
  .chara-area_06 .detail-box-head {
    position: absolute;
    top: 300px;
    left: 50%;
    margin: 0 0 0 -30px;
  }

  /* メディアモン */
  .chara-area_0303 {
    min-height: 684px;
  }
  .chara-area_0303 .chara-img {
    left: 50%;
    margin: 0 0 0 -576px;
    position: absolute;
    top: 0;
  }
  .chara-area_0303 .face {
    position: absolute;
    top: 15px;
    left: 50%;
    margin: 0 0 0 -40px;
  }
  .chara-area_0303 .detail-box-head {
    position: absolute;
    top: 330px;
    left: 50%;
    margin: 0 0 0 -30px;
  }

  /* エンタモン */
  .chara-area_0304 {
    min-height: 656px;
  }
  .chara-area_0304 .chara-img {
    left: 50%;
    margin: 0 0 0 -520px;
    position: absolute;
    top: 148px;
  }
  .chara-area_0304 .face {
    position: absolute;
    top: 42px;
    left: 50%;
    margin: 0 0 0 -96px;
  }
  .chara-area_0304 .detail-box-head {
    position: absolute;
    top: 352px;
    left: 50%;
    margin: 0 0 0 -30px;
  }

  /* ウラノスモン */
  .chara-area_0305 {
    min-height: 656px;
  }
  .chara-area_0305 .chara-img {
    left: 50%;
    margin: 0px 0 0 -780px;
    position: absolute;
     top: 0px;
  }
  .chara-area_0305 .face {
    position: absolute;
    top: 42px;
    left: 50%;
    margin: 0px 0 0 -112px;
  }
  .chara-area_0305 .detail-box-head {
    position: absolute;
    top: 352px;
    left: 50%;
    margin: 0 0 0 -30px;
  }

  /* 桂レイ */
  .chara-area_07 {
    min-height: 940px;
  }
  .chara-area_07 .chara-img {
    left: 50%;
    margin: 0 0 0 -491px;
    position: absolute;
    top: 99px;
  }
  .chara-area_07 .face {
    position: absolute;
    top: 215px;
    left: 50%;
    margin: 0 0 0 0;
  }
  .chara-area_07 .detail-box-head {
    position: absolute;
    top: 534px;
    left: 50%;
    margin: 0 0 0 -30px;
  }

  /* ハックモン */
  .chara-area_08 {
    min-height: 600px;
  }
  .chara-area_08 .chara-img {
    left: 50%;
    margin: 0 0 0 -418px;
    position: absolute;
    top: 20px;
  }
  .chara-area_08 .face {
    position: absolute;
    top: 70px;
    left: 50%;
    margin: 0 0 0 8px;
  }
  .chara-area_08 .detail-box-head {
    position: absolute;
    top: 300px;
    left: 50%;
    margin: 0 0 0 -30px;
  }

  /* レイドラモン */
  .chara-area_0403 {
    min-height: 574px;
  }
  .chara-area_0403 .chara-img {
    left: 50%;
    margin: 0 0 0 -490px;
    position: absolute;
    top: 0;
  }
  .chara-area_0403 .face {
    position: absolute;
    top: 95px;
    left: 50%;
    margin: 0 0 0 -33px;
  }
  .chara-area_0403 .detail-box-head {
    position: absolute;
    top: 200px;
    left: 50%;
    margin: 0 0 0 -30px;
  }

  /* リバイヴモン */
  .chara-area_0404 {
    min-height: 656px;
  }
  .chara-area_0404 .chara-img {
    left: 50%;
    margin: 0 0 0 -551px;
    position: absolute;
    top: 189px;
  }
  .chara-area_0404 .face {
    position: absolute;
    top: 37px;
    left: 50%;
    margin: 0 0 0 -92px;
  }
  .chara-area_0404 .detail-box-head {
    position: absolute;
    top: 346px;
    left: 50%;
    margin: 0 0 0 -30px;
  }

  /* ハデスモン */
  .chara-area_0405 {
    min-height: 656px;
  }
  .chara-area_0405 .chara-img {
    left: 50%;
    margin: 0 0 0 -950px;
    position: absolute;
     top: 0px;
  }
  .chara-area_0405 .face {
    position: absolute;
    top: 37px;
    left: 50%;
    margin: 0 0 0 -125px;
  }
  .chara-area_0405 .detail-box-head {
    position: absolute;
    top: 316px;
    left: 50%;
    margin: 0 0 0 -30px;
  }

  /* 大空 勇仁 */
  .chara-area_0501 {
    min-height: 1032px;
  }
  .chara-area_0501 .chara-img {
    left: 50%;
    margin: 0 0 0 -471px;
    position: absolute;
    top: 121px;
  }
  .chara-area_0501 .face {
    position: absolute;
    top: 224px;
    left: 50%;
    margin: 0 0 0 12px;
  }
  .chara-area_0501 .detail-box-head {
    position: absolute;
    top: 534px;
    left: 50%;
    margin: 0 0 0 -30px;
  }

  /* オフモン */
  .chara-area_0502 {
    min-height: 630px;
  }
  .chara-area_0502 .chara-img {
    left: 50%;
    margin: 0 0 0 -413px;
    position: absolute;
    top: 20px;
  }
  .chara-area_0502 .face {
    position: absolute;
    top: 64px;
    left: 50%;
    margin: 0 0 0 53px;
  }
  .chara-area_0502 .detail-box-head {
    position: absolute;
    top: 300px;
    left: 50%;
    margin: 0 0 0 -30px;
  }

  /* シャットモン */
  .chara-area_0503 {
    min-height: 630px;
  }
  .chara-area_0503 .chara-img {
    left: 50%;
    margin: 0 0 0 -413px;
    position: absolute;
    top: 0;
  }
  .chara-area_0503 .detail-box-head {
    position: absolute;
    top: 300px;
    left: 50%;
    margin: 0 0 0 -30px;
  }

  /* リブートモンモン */
  .chara-area_0505 {
    min-height: 630px;
  }
  .chara-area_0505 .chara-img {
    left: 50%;
    margin: 0 0 0 -756px;
    position: absolute;
    top: 0;
  }
  .chara-area_0505 .face {
    position: absolute;
    top: 16px;
    left: 50%;
    margin: 0 0 0 -65px;
  }
  .chara-area_0505 .detail-box-head {
    position: absolute;
    top: 342px;
    left: 50%;
    margin: 0 0 0 -30px;
  }

  /* アプリドライヴ */
  .chara-area_09 {
    min-height: 620px;
  }
  .chara-area_09 .chara-img {
    left: 50%;
    margin: 0 0 0 -465px;
    position: absolute;
    top: 119px;
  }
  .chara-area_09 .detail-box-head {
    position: absolute;
    top: 220px;
    left: 50%;
    margin: 0 0 0 -30px;
  }

  /* アプリドライヴDUO */
  .chara-area_0602 {
    min-height: 604px;
  }
  .chara-area_0602 .chara-img {
    left: 50%;
    margin: 0 0 0 -505px;
    position: absolute;
    top: 30px;
  }
  .chara-area_0602 .detail-box-head {
    position: absolute;
    top: 156px;
    left: 50%;
    margin: 0 0 0 -30px;
  }


.column50{width:50%;overflow:hidden;margin:0 25% 30px;}
.column50b{width:50%;overflow:hidden;margin:0 25% 30px;}
.column50c{width:50%;overflow:hidden;margin:0 0 30px;}

.column70{width:70%;overflow:hidden;margin:0 15% 30px;}
.column70b0{width:70%;overflow:hidden;margin:0 15% 20px;}
.column85{width:85%;overflow:hidden;margin:0 7.5% 30px;}

 .column2{width:100%;overflow:hidden;margin-bottom:30px;}
 .column2 div{width:49%;float:left;margin-right:1%;}
 .column2 div:nth-last-child(1){margin-right:0%;}

 .column3{width:100%;overflow:hidden;margin-bottom:30px;}
 .column3 div{width:32%;float:left;margin-right:2%;}
 .column3 div:nth-last-child(1){margin-right:0%;}

 .news-detail .buyButton{width:100%;text-align: center;}
 .news-detail .buyButton a{
    background-image: -moz-linear-gradient(90deg, rgba(0, 236, 94, 0.75) 0%, rgba(214, 255, 21, 0.75) 100%);
    background-image: -webkit-linear-gradient(90deg, rgba(0, 236, 94, 0.75) 0%, rgba(214, 255, 21, 0.75) 100%);
    background-image: -ms-linear-gradient(90deg, rgba(0, 236, 94, 0.75) 0%, rgba(214, 255, 21, 0.75) 100%);
    border: 1px solid #fff;
    border-radius: 5px;
    box-sizing: border-box;
    margin: 0 0 10px;
    padding: 10px;
    text-align: center;
    width:auto;
	display:block;
 }

  .news-detail .buyButton a:hover{
	opacity:0.6;
 }

  .news-detail .movie-list  iframe {
  height: 270px;
  width: 100%;
}


}
/*** SP Style ========================================================== ***/
@media print, screen and (max-width: 640px) {
  /* ==========================================================
    SP 下層共通
  ========================================================== */
  .sns-block .sns-area li {
    font-size: 0;
  }

  .text {
    font-size: 24px;
  }
  .text .big {
    font-size: 30px;
  }

  .title {
    height: 180px;
    padding: 20px 0 0;
  }

  .topics-box {
    margin: 0 auto;
    background-size: 100% 24px;
    width: 100%;
  }
  .topics-box dl {
    background-size: 100% auto;
    padding: 10px 40px;
  }
  .topics-box dd {
    line-height: 1.5;
  }
  .topics-box dd span {
    font-size: 30px;
  }
  .topics-box dd em,
  .topics-box dd small {
    font-size: 16px;
  }
  .topics-box.pc-floatRight dd {
    padding: 0 0 0 30px;
  }
  .topics-box.pc-floatRight dd li {
    margin: 0 0 15px;
    width: 50%;
  }

  /* ==========================================================
    SP キーワード
  ========================================================== */
  .words {
    margin: 0 0 20px;
    padding: 0;
  }
  .words p {
    background-size: 100% auto;
    box-sizing: border-box;
    height: inherit;
    padding: 46px 50px 40px;
    width: 100%;
  }
  .words p img {
    width: 100%;
  }
  .words:nth-child(even) p {
    background-size: 100% auto;
    padding: 46px 50px 68px;
  }
  .words dl {
    box-sizing: border-box;
    padding: 10px;
    width: 100%;
  }
  .words dt {
    font-size: 30px;
    margin: 0 0 12px;
  }
  .words dd {
    background-size: 100% auto;
    padding: 30px 0 0;
  }

  /* ==========================================================
    SP ニュース
  ========================================================== */
  .news-topics dt {
    font-size: 22px;
  }
  .news-topics dd {
    font-size: 24px;
  }

  /* SP ニュース詳細
  ========================================================== */
  .news-detail {
    box-sizing: border-box;
    width: 100%;
  }
  .news-detail h4 {
    font-size: 28px;
  }
  .news-detail h5 {
    font-size: 26px;
  }
  .news-detail h6 {
  font-size: 1em;
  background: url(../images/news/icon_news.png) no-repeat 10px 0;
  background-size:7%;
  font-weight:700;
  border-bottom: 1px solid #001c57;
  margin: 0 0 10px;
  padding:0 0 12px 55px;
  }


  .news-pager {
    width: 100%;
  }
  .news-pager li {
    font-size: 20px;
  }
  .news-pager .btn-archive {
    margin: 0 0 0 -100px;
  }

  .detail-sns li {
    font-size: 0;
  }

  /* ==========================================================
    SP キャラクター
  ========================================================== */
  .chara-detail {
    padding: 0 0 20px;
  }
  .chara-detail .chara-img,
  .chara-detail .face {
    text-align: center;
  }
  .chara-detail .detail-box-head,
  .chara-detail .detail-box-body,
  .chara-detail .detail-box-bottom {
    background-size: 100% 30px;
    width: 100%;
  }
  .chara-detail .detail-box-body dt img {
    width: 90%;
  }
  .chara-detail .detail-box-body dd {
    font-size: 24px;
    padding: 0 40px;
  }
  .chara-detail.chara-area_01, .chara-detail.chara-area_03, .chara-detail.chara-area_05, .chara-detail.chara-area_0501, .chara-detail.chara-area_07, .chara-detail.chara-area_09 {
    /*padding: 80px 0 20px;*/
    padding: 150px 0 20px;
  }

  /* アプモン
  ========================================================== */
  .chara-box-head {
    background-size: 100% 24px;
    float: none;
  }
  .chara-box-head:nth-child(even) {
    float: none;
  }

  .chara-box-bottom {
    background-size: 100% 24px;
  }

  .chara-box-body {
    background-size: 100% 20px;
    width: 100%;
  }
  .chara-box-body .appmon {
    padding: 0;
  }
  .chara-box-body .appmon-name {
    background-size: 90% auto;
    padding: 40px 114px 10px 132px;
  }
  .chara-box-body .appmon-info {
    font-size: 24px;
  }


.chara-navi3  {
width:90%;
overflow:hidden;
margin:10px auto 0;
}


.chara-navi3 li {
  background: url(../images/character/chara2icatch.png) no-repeat 0 5px;
  display:block;
  width: 28%;
  float:left;

  color:#FFF;
  font-size:0.875em;
  background-size:13%;
  padding:5px 0 12px 5%;
}


.chara-navi3 li a {
text-decoration:under-line;
color:#FFF;
}




  /* ハルのクラスメイト
  ========================================================== */
  .chara-box-body .friends img,
  .chara-box-body .friends-name img {
    width: 90%;
  }
  .chara-box-body .friends-info {
    font-size: 24px;
  }



    /* 取り巻く人々
  ========================================================== */
.chara-box-body .appmon {
    padding: 0;
  }
  .chara-box-body .other-name {
    background-size: 90% auto;
    padding: 40px 114px 10px 132px;
  }
  .chara-box-body .other-info {
    font-size: 24px;
  }

  /* ==========================================================
    SP あらすじ
  ========================================================== */
  .episode-area {
    margin: 0 0 40px;
  }
  .episode-area .episode-navi {
    padding: 7px 0 0 70px;
  }

  /* SP あらすじ詳細
  ========================================================== */
  .episode-detail {
    width: inherit;
  }
  .episode-detail .info {
    padding: 0 10px 10px;
  }
  .episode-detail .bg-iframe {
    background-size: 100% auto;
  }
  .episode-detail .bg-iframe iframe {
    height: 306px;
    max-width: 92%;
  }
  .episode-detail .episode-block {
    overflow: hidden;
    margin: 0 0 10px;
  }
  .episode-detail .episode-block .episode-img {
    background-size: 100% auto;
    box-sizing: border-box;
    height: inherit;
    padding: 46px 50px 40px;
    width: 100%;
  }
  .episode-detail .episode-block .episode-img img {
    width: 100%;
  }
  .episode-detail .episode-block:nth-child(even) .episode-img {
    background-size: 100% auto;
    padding: 46px 50px 68px;
  }
  .episode-detail .episode-block .episode-text {
    font-size: 24px;
    padding: 0;
    width: inherit;
  }

  .episode-pager ul {
    margin: 0 auto;
    overflow: hidden;
    width: inherit;
  }
  .episode-pager li {
    width: 47%;
  }
  .episode-pager li:nth-child(odd) {
    margin: 0 2% 2% 0;
  }
  .episode-pager li:nth-child(even) {
    margin: 0 0 2%;
  }
  .episode-pager dd img {
    height: auto;
    width: 100%;
  }

  /* ==========================================================
    SP ムービー
  ========================================================== */
  .movie-list li {
    float: none;
    margin: 0 10px 50px;
    width: inherit;
  }
  .movie-list dt {
    font-size: 24px;

  }
  .movie-list dd iframe {
    height: 350px;
  }

  .movie-listTop li {
    float: none;
    margin: 0 10px 80px;
    width: inherit;
  }

.movie-listTop dt strong.red{color:#ef0000;font-weight:700;  font-size: 20px;display:block;}

  .movie-listTop dt {
    font-size: 24px;
	font-weight:bold;
  }
  .movie-listTop dd iframe {
    height: 350px;
  }


 .column50{width:100%;overflow:hidden;}
 .column50b{width:70%;overflow:hidden;margin:0 25% 20px;}
 .column50c{width:50%;overflow:hidden;margin:0 0 30px;}
 .column70{width:100%;overflow:hidden;}
 .column70b0{width:100%;overflow:hidden;margin-bottom:20px;}
  .column85{width:100%;overflow:hidden;}
 .column2{width:100%;overflow:hidden;}
 .column2 div{width:100%;margin-bottom:50px;}


 .column3{width:100%;overflow:hidden;margin-bottom:30px;}
 .column3 div{width:100%;margin-bottom:50px;}

.episode-pager dt {
    color: #001c57;
    margin: 0 5px;
    text-align: center;
    height: 155px;
    font-size: 0.825em;
}

 .news-detail .buyButton{width:100%;text-align: center;}
 .news-detail .buyButton a{
    background-image: -moz-linear-gradient(90deg, rgba(0, 236, 94, 0.75) 0%, rgba(214, 255, 21, 0.75) 100%);
    background-image: -webkit-linear-gradient(90deg, rgba(0, 236, 94, 0.75) 0%, rgba(214, 255, 21, 0.75) 100%);
    background-image: -ms-linear-gradient(90deg, rgba(0, 236, 94, 0.75) 0%, rgba(214, 255, 21, 0.75) 100%);
    border: 1px solid #fff;
    border-radius: 5px;
    box-sizing: border-box;
    margin: 0 0 10px;
    padding: 10px;
	display:block;
    width:auto;
 }

  .news-detail .buyButton a:hover{
	opacity:0.6;
 }

  .news-detail .movie-list  iframe {
  height: 270px;
  width: 100%;
}

.spNone{display:none;}
.spnowrap{white-space:nowrap;}

}


.musicthema{font-size:1.25em;}

.chara-navi_01,chara-navi_02,chara-navi_03,chara-navi_04{cursor:pointer;}