/*==================================================
=			defalut			 =
==================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,li,aside,dialog,figure,footer,header,hgroup,menu,nav,section,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-weight:normal;vertical-align:baseline;background:transparent;}body{line-height:1;}li,aside,dialog,figure,footer,header,hgroup,nav,section{display:block;}nav ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}a{margin:0;padding:0;border:0;vertical-align:baseline;background:transparent;}ins{background-color:#ff9;color:#000;text-decoration:none;}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold;}deltext-decoration:line-through;}abbr[title],dfn[title]{border-bottom:1px dotted #000;cursor:help;}table{border-collapse:collapse;border-spacing:0;}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0;}input,select{vertical-align:middle;}img{vertical-align:bottom;}

html{width:100%; height:100%; font-size: 62.5%;-webkit-text-size-adjust: 100%;}
body{width: 100%; height:100%; word-wrap: break-word; color: #fff; position:relative; font-family: "メイリオ", Meiryo, -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, sans-serif;}
img {max-width: 100%; height: auto;-webkit-backface-visibility: hidden;}

.cf:before,.cf:after {content:"";display:table;}
.cf:after {clear:both;}
.cf {*zoom:1;}

a{
	transition: 0.2s;
}
p{line-height:1.8;}
body{
	 overflow-y: scroll;
	text-align:center;
	margin:0 auto;
	color:#000;
	font-family: YakuHanJP,"ヒラギノ角ゴ Std", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
	font-weight:400;
	font-size: 62.5%;/*デフォルト10px*/
	position: relative;
	-webkit-font-smoothing: antialiased;
}

.mincho{
	font-family :YuMincho,    /* Mac用 */
	'Yu Mincho', /* Windows用 */
	serif;
	line-height:1.6;
}

.hov:hover{/*ホバーした時*/
	cursor:pointer;
	text-decoration: transparent;
	opacity:0.6;
}
.hov:active{
	cursor:pointer;
	text-decoration: transparent;
	opacity:0.6;
}
section{
	/*position: relative;*/
}
.content{

}
.fadein {
  animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.slidein {
  animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

@keyframes slideIn {
  0% {
    transform: translateX(180px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%,100% {
    opacity: 1;
  }
}
@font-face {
font-family: 'Anton', sans-serif;
src: url('../fonts/Anton-Regular.woff') format('woff'),
}

/*＊＊＊＊＊＊＊＊＊＊＊＊

ナビゲーション

＊＊＊＊＊＊＊＊＊＊＊＊*/


/* PCメニュー */

.top-head {
		z-index: 2;
    position: fixed;
    width: 100%;
    margin: 0 auto;
    padding-top: 5rem;
    line-height: 1;
}

.top-head a,
.top-head {
    color: rgba(0, 0, 0);
    text-decoration: none;
}

.top-head .inner {
    position: relative;
		max-width: 1600px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap: wrap;
    margin: 0 auto;

}

#global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 2rem;
		font-family: Anton, sans-serif;
}
#global-nav ul li {
    float: left;
    position: relative;

}
#global-nav ul li a {
    padding: 0 30px;
}
/* transition */
.top-head,
.top-head:after,
.top-head .logo,
#global-nav ul li,
#global-nav ul li a {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
/* Fixed */
.top-head.fixed {
	padding: 4rem 0 2rem;
    background: rgba(0, 0, 0, 0.62);
}

.top-head.fixed:after {
    width: 100%;
    margin-top: 20px;
}
.top-head.fixed #global-nav ul li a {
    color: rgba(255, 255, 255);
    padding: 0 20px;
}







/* SPメニュー */

.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 13px;
  top   : 12px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
  -webkit-transition: 0.5s all;
  -moz-transition   : 0.5s all;
  transition        : 0.5s all;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #555;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active{
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  background : #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}
.hamburger.active span:nth-child(2) {
  top: 16px;
  background : #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}
.hamburger.active span:nth-child(3) {
  opacity: 0;
}

nav.globalMenuSp {
	display: none;
    transition: transform 300ms ease-in-out;
    position: fixed;
    z-index: 2;
    top: 0px;
    left: 27%;
    height: 100%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    width: 73%;
    opacity: 0;

}
nav.globalMenuSp.active {
	display: block;

}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
	list-style-type: none;
    padding: 0px;
    width: 100%;
    transition: all 0.4s ease 0s;
    max-width: 300px;
    margin: 0 auto;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
nav.globalMenuSp ul li:hover{
  /*background :#ddd;*/
}

nav.globalMenuSp ul li a {
	display: block;
    color: rgb(255 250 35);
    padding: 2rem 0;
    text-decoration: none;
    font-size: 2rem;
		font-family: Anton, sans-serif;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  opacity: 100;

}

.sp-top-head .flexbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 80%;
    margin: 4rem auto 0;
    max-width: 200px;
    box-sizing: border-box;
}




#g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 3;
    /*ナビのスタート位置と形状*/
  top:0;
    right: -120%;
  width:100%;
    height: 100vh;/*ナビの高さ*/
  background:#000000c2;
    /*動き*/
  transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    right: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
	margin-top: 1rem;
	z-index: 4;
}

/*リストのレイアウト設定*/

#g-nav li{
  list-style: none;
    text-align: center;
}

#g-nav li a{
	color: #faff03;
    text-decoration: none;
    padding: 1rem;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 2rem;
    font-family: 'Anton', sans-serif;
    border-bottom: solid 1px white;
    width: 100%;
    margin: 0 auto;
    max-width: 230px;
}

/*========= ボタンのためのCSS ===============*/
.openbtn1{
  position:fixed;
    z-index: 5;/*ボタンを最前面に*/
  top:10px;
  right: 10px;
  cursor: pointer;
    width: 50px;
    height:50px;
}

/*×に変化*/
.openbtn1 span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
  background-color: #666;
    width: 45%;
  }

.openbtn1 span:nth-of-type(1) {
  top:15px;
}

.openbtn1 span:nth-of-type(2) {
  top:23px;
}

.openbtn1 span:nth-of-type(3) {
  top:31px;
}

.openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn1.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}








/*＊＊＊＊＊＊＊＊＊＊＊＊

TOP

＊＊＊＊＊＊＊＊＊＊＊＊*/
#top_box {
	max-width: 1600px;
  margin: 0 auto;
}
.top {
	position: relative;
  overflow: hidden;
}
.top_color{
	position: absolute;
	width: 100%;
    background-color: rgb(241, 255, 82);
    margin: 7% 0 0 18%;
    padding: 72% 0 0 0;
}
@media screen and (max-width: 1700px){
	.top_color{
	margin: 7% 0 0 14%;
	}
}
@media screen and (max-width: 1400px){
	.top_color{
	margin: 7% 0 0 7%;
	}
}
.top_inner {
	width: 100%;
    margin: 0 auto;
}
.top_bg {
	position: relative;
    opacity: 1;
    transition: all 0.5s ease 0s;
    top: 23%;
    left: 48%;
    width: 65%;
    transform: translate(-50%, 32%);
}
.top_chara {
	opacity: 1;
    position: absolute;
    transition: all 0.5s ease 0s;
    top: 114%;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*max-width: 1400px;*/
}

.top_anime {
	opacity: 1;
    position: absolute;
    transition: all 0.5s ease 0s;
    top: 31%;
    width: 23%;
    left: 84%;
    transform: translate(-50%, -50%);
    max-width: 370px;
}
.top_visual {
	margin-top: 8rem;
    max-width: 1600px;
    width: 100%;
}
.books_btn {
	opacity: 1;
    position: absolute;
    transition: all 0.5s ease 0s;
		top: 80%;
    width: 16%;
    left: 90%;
    transform: translate(-50%, -50%);
    max-width: 230px;
}
@media screen and (min-width:540px) and ( max-width:750px) {
	.books_btn {
			top: 75%;
			width: 35%;
		    left: 80%;
	}
	}
	@media screen and (max-width:539px) {
		.books_btn {
			top: 82%;
			width: 35%;
				left: 80%;
		}
		}
/*@media screen and (min-width: 1650px){
	.books_btn {
	    top: 108%;
	}
}
@media screen and (max-width: 1230px){
	.books_btn {
	    top: 93%;
	}
}
@media screen and (max-width: 960px){
	.books_btn {
	    top: 89%;
	}
}*/

.top_logo {
	opacity: 1;
    position: absolute;
    transition: all 0.5s ease 0s;
		top: 44%;
    width: 22%;
    left: 74%;
    transform: translate(-50%, -50%);
    max-width: 340px;
}
@media screen and (min-width:540px) and ( max-width:750px) {
	.top_logo {
			top: 27%;
			width: 30%;
    left: 19%;
	}
	}
@media screen and (max-width:539px) {
	.top_logo {
			top: 20%;
			width: 30%;
    left: 19%;
	}
	}
.top_author {
	opacity: 1;
	position: absolute;
	transition: all 0.5s ease 0s;
	top: 94%;
	width: 20%;
	left: 12%;
	transform: translate(-50%, -50%);
	max-width: 350px;
	}
.top_author .author {
	opacity: 1;
    transition: all 0.5s ease 0.5s;
    top: 84%;
    left: 17.5%;
    position: absolute;
    transform: translate(-50%, -50%);
    text-align: left;
    font-size: 6rem;
    background: white;
    font-weight: bold;
    line-height: 1;
    width: 15%;
    max-width: 240px;
}
.top_author .illust {
	opacity: 1;
    transition: all 0.5s ease 0.5s;
    top: 90%;
    left: 21%;
    position: absolute;
    transform: translate(-50%, -50%);
    text-align: left;
    font-size: 3rem;
    background: white;
    font-weight: bold;
    line-height: 1;
    width: 23%;
    max-width: 360px;
}

/*.top_english {
	opacity: 1;
    transition: all 0.5s ease 0.5s;
    position: absolute;
    bottom: -24%;
    left: 11%;
    width: 26%;
    max-width: 400px;
}*/
.top_english {
	width: 100%;
    max-width: 1400px;
    margin: 0px auto;
    position: relative;
}
.top_english .frame_font {
	opacity: 1;
    position: absolute;
    transition: all 0.5s ease 0s;
    top: 116%;
    width: 28%;
    left: 16%;
    transform: translate(-50%, -50%);
    max-width: 391px;
    text-align: left;
    font-size: 8rem;
    line-height: 1.2;
		color: transparent;
    text-stroke: 2px black;
    -webkit-text-stroke: 1px black;
		font-family: 'Anton', sans-serif;
}

@media screen and (max-width: 1385px){
	.top_english .frame_font{
	font-size: 7rem;
	}
}
@media screen and (max-width: 1235px){
	.top_english .frame_font{
	font-size: 6rem;
	}
}
@media screen and (max-width: 1187px){
	.top_english .frame_font{
	font-size: 5rem;
	}
}
@media screen and (max-width: 890px){
	.top_english .frame_font {
		width: 35%;
    left: 20%;
    transform: translate(-50%, -45%);
	}
}
@media screen and (max-width: 500px){
	.top_english .frame_font {
		font-size: 4rem;
	}
}
@media screen and (max-width: 400px){
	.top_english .frame_font {
		font-size: 3rem;
	}
}



/*＊＊＊＊＊＊＊＊＊＊＊＊

アニメ公式サイトはこちら！

＊＊＊＊＊＊＊＊＊＊＊＊*/
.anime_news {
	position: absolute;
    bottom: 0;
    right: 0;
    padding: 3.5rem 0;
    opacity: 1;
    transition: all 0.5s ease 0.5s;
    width: 30%;
    overflow: hidden;
    white-space: nowrap;
    max-width: 500px;
    background-image: -webkit-gradient( linear, left top, right top, color-stop(40%, #5c1ac3e8), to(#ff0081eb) );
    background-image: -webkit-linear-gradient(left, #5c1ac3e8 40%, #ff0081eb 100%);
    background-image: linear-gradient(
90deg
 , #5c1ac3e8 40%, #ff0081eb 100%);
}
@media screen and (max-width: 1060px){
	.anime_news {
	    padding: 2.5rem 0;
	}
	}
.anime_news::after {
	position: absolute;
    top: 0%;
    left: 0px;
    background: url(../img/anime_news_sankaku.png) center center no-repeat;
    width: 12%;
    height: 100%;
    background-color: #5d19c3;
    content: "";
		background-size: auto 29%;
}
.anime_news_inner {
	position: absolute;
    top: 75%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-animation: hscroll2 8s linear infinite;
    animation: hscroll2 8s linear infinite;
    background: url(../img/anime_news_txt.png) 0 0 repeat-x;
    background-size: 413px;
    width: 100%;
    height: 100%;
}
@keyframes hscroll2 {
	0% { background-position: 0 0; }
	100% { background-position: -413px 0; }
}

@media screen and (max-width: 1060px){
	.anime_news_inner {
		-webkit-animation: hscroll3 8s linear infinite;
    animation: hscroll3 8s linear infinite;
    background: url(../img/anime_news_txt.png) 0 0 repeat-x;
    background-size: 200px;
		top: 83%;
	}
}
@keyframes hscroll3 {
	0% { background-position: 0 0; }
	100% { background-position: -200px 0; }
}

.anime_news img {
	display: inline-block;
		margin: 0 6.9555% 0 0;
}
.anime_news a {
	color: #ffffff00;
}






/* ---- reset ---- */ body{ margin:0; font:normal 75% Arial, Helvetica, sans-serif; } canvas{ display: block; vertical-align: bottom; } /* ---- particles.js container ---- */ #particles-js{ position:fixed; width: 100%; height: 100%; background-color: #f5f4f4; background-image: url(""); background-repeat: no-repeat; background-size: cover; background-position: 50% 50%; } /* ---- stats.js ---- */ .count-particles{ background: #000022; position: absolute; top: 48px; left: 0; width: 80px; color: #13E8E9; font-size: .8em; text-align: left; text-indent: 4px; line-height: 14px; padding-bottom: 2px; font-family: Helvetica, Arial, sans-serif; font-weight: bold; } .js-count-particles{ font-size: 1.1em; } #stats, .count-particles{ -webkit-user-select: none; margin-top: 5px; margin-left: 5px; } #stats{ border-radius: 3px 3px 0 0; overflow: hidden; } .count-particles{ border-radius: 0 0 3px 3px; }




/*＊＊＊＊＊＊＊＊＊＊＊＊

ニュース&twitter

＊＊＊＊＊＊＊＊＊＊＊＊*/
#news_twitter{
	max-width: 1100px;
    width: 100%;
    position: relative;
    margin: 0 auto;
		margin-top: 10rem;
}
.news_box {
	display: inline-block;
    width: 100%;
    max-width: 630px;
		text-align: left;
		vertical-align: top;
}
/*1件のとき*/
/*.news_box_inner {
	border-width: 2px 0px;
    border-style: solid;
    border-color: #000;
    height: 122px;
    background: #ffffffbf;
    padding-left: 1.5rem;
		overflow-y: scroll;
    overflow-x: hidden;
}
.news_article {
    font-size: 1.7rem;
    margin-top: 1rem;
    padding-bottom: 2rem;
}*/
/*スクロール（2件）のとき*/
.news_box_inner {
	border-width: 2px 0px;
    border-style: solid;
    border-color: #000;
		height: 250px;
    overflow-y: scroll;
    overflow-x: hidden;
		background: #ffffffbf;
		padding-left: 1.5rem;
}
.news_article {
	border-bottom: 1px dotted #d3d3d3;
    font-size: 1.7rem;
    margin-top: 1rem;
    padding-bottom: 2rem;
}
/*スクロールのとき*/
/*.news_box_inner {
	border-width: 2px 0px;
    border-style: solid;
    border-color: #000;
		height: 350px;
    overflow-y: scroll;
    overflow-x: hidden;
		background: #ffffffbf;
		padding-left: 1.5rem;
}
.news_article {
	border-bottom: 1px dotted #d3d3d3;
    font-size: 1.7rem;
    margin-top: 1rem;
    padding-bottom: 2rem;
}*/
.news_ttl {
	font-family: Anton, sans-serif;
	font-size: 4rem;
	color: #000;
}
.news_ttl span {
	color: #e12121;
}
.news_date {
	font-size: 2rem;
    font-weight: bold;
}
.news_txt {
	font-size: 1.6rem;
}
.news_txt a {
	color: #000;
}

.twitter_box {
	display: inline-block;
    width: 100%;
    max-width: 400px;
    text-align: left;
    margin-left: 67px;
}
.twitter_wrapper {
	border-width: 2px 0px;
    border-style: solid;
    border-color: rgb(0, 0, 0);
    background: rgba(255, 255, 255, 0.75);
    height: 350px;
    overflow: hidden;
}
.twitter_ttl {
	font-family: Anton, sans-serif;
	font-size: 4rem;
	color: #000;
}
.twitter_ttl span {
	color: #168cde;
}
.twitter_ttl .tw_name {
	color: #767676;
	font-size: 1.6rem;
}



/*＊＊＊＊＊＊＊＊＊＊＊＊

キャラクター人気投票

＊＊＊＊＊＊＊＊＊＊＊＊*/
#character_tohyo {
	width: 100%;
    position: relative;
    margin: 12rem auto 0px;
    background: #2d002ecc;
}
@media screen and (max-width: 1024px){
	#character_tohyo {
	    margin: 8rem auto 0px;
	}
}
.tohyo_box {
	width: 94%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 12rem 0;
}
@media screen and (max-width: 1024px){
	.tohyo_box {
	    padding: 8rem 0;
	}
}
.akiba_desc {
	margin: 2rem auto 0;
}
.akiba_photo_box img {
	margin: 2rem;
    width: 46%;
    max-width: 500px;
}
@media screen and (max-width: 1115px){
	.akiba_photo_box img {
	    width: 40%;
	}
}
.vote_btn {
	width: 100%;
    max-width: 800px;
    margin: 0 auto;
    margin-top: 4rem;
}
@media screen and (max-width: 1024px){
	.vote_btn {
	    max-width: 640px;
			margin-top: 2rem;
	}
}



/*＊＊＊＊＊＊＊＊＊＊＊＊

5周年バナー

＊＊＊＊＊＊＊＊＊＊＊＊*/
#fifth_box {
	position: relative;
    width: 96%;
    max-width: 1400px;
    margin: 3rem auto;
}
@media screen and (max-width: 750px){
	#fifth_box{
	    width: 94%;
			margin: 1rem auto;
	}
}
.fifth_txt {
	width: 96%;
}
@media screen and (max-width: 750px){
	.fifth_txt {
		width: 96%;
		margin-bottom: 1rem;
	}
}



/*＊＊＊＊＊＊＊＊＊＊＊＊

ストーリー

＊＊＊＊＊＊＊＊＊＊＊＊*/
#story_box{
	position: relative;
    width: 95%;
    max-width: 1100px;
    margin: 0 auto;
		margin-top: 12rem;
		margin-bottom: 12rem;
}
@media screen and (max-width: 1024px){
	#story_box {
		margin-top: 8rem;
		margin-bottom: 8rem;
	}
}



/*＊＊＊＊＊＊＊＊＊＊＊＊

キャラクター

＊＊＊＊＊＊＊＊＊＊＊＊*/
#chara_box{
	position: relative;
    width: 100%;
}
.chara_slider {
	width: 100%;
}
.slider_01 {
	padding: 10rem 0;
	height: 100%;
}
.slider_inner {
	width: 100%;
    margin: 0px auto;
    max-width: 1100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: justify;
    justify-content: flex-start;
}
@media screen and (max-width: 1250px){
	.slider_inner {
		width: 85%;
	}
}
.chara_bg img {
	position: absolute;
    /*top: 50%;*/
    left: 51%;
    width: 100%;
    max-width: 600px;
    transform: translate(-50%, 42%);
}
.chara_ttl {
	width: 100%;
    margin: 0px auto;
    max-width: 1100px;
    position: relative;
}
.chara_ttl p{
	font-family: Anton, sans-serif;
    font-size: 20rem;
    color: #ffffff4f;
    position: absolute;
    top: 6.5%;
    left: 37%;
    transform: translate(-50%, -26%);
}
@media screen and (max-width: 1100px){
	.chara_ttl p{
	    left: 47%;
	}
}
.chara_image {

}
.inner_right {
	text-align: left;
    max-width: 555px;
    padding-top: 5rem;
    position: relative;
    margin-left: 2rem;
}
.right_txt {
	position: relative;
    /*max-width: 627px;
    top: 50%;
    left: 56%;
    width: 100%;
    transform: translate(-50%, -50%);*/
}
.chara_name_en {
	font-family: Anton, sans-serif;
    font-size: 4rem;
    color: #ccff00;
    line-height: 1;
}
.chara_name_jp {
	font-size: 6rem;
    font-weight: bold;
    line-height: 1.2;
}
.chara_hobby {
	font-size: 1.6rem;
    font-weight: bold;
		line-height: 1.5;
}
.chara_skil {
	font-size: 1.6rem;
    font-weight: bold;
		line-height: 1.5;
}
.chara_catch {
	background-color: black;
    font-size: 1.5rem;
    color: yellow;
    font-weight: bold;
		margin-bottom: 3rem;
}
.chara_desc {
	font-size: 1.6rem;
    font-weight: bold;
}


.inner_left {
	max-width: 545px;
    width: 100%;
    padding-top: 5rem;
    position: relative;
}

.swiper-slide-active .inner_left {
  animation: slideFromRight 1.5s ease 0s 1 normal;
}

@keyframes slideFromRight {
  0%, 25% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}



/* 前ページ、次ページボタン共通のスタイル */
.swiper-button-prev,
.swiper-button-next {
	width: 6rem; /* ボタンの幅 */
	height: 5rem; /* ボタンの高さ */
	background-size: 6rem 5rem; /* 背景画像としてのサイズ（＝表示したい画像サイズ） */
	margin-top: -5rem; /* 縦中央配置用：ボタンの高さの半分のネガティブマージン（top:50%がすでに設定されている） */
}
/* 次ページボタンのスタイル */
.swiper-button-next {
	background-image: url(../img/chara_arrow.png);
}
/* 前ページボタンのスタイル */
.swiper-button-prev {
	background-image: url(../img/chara_arrow.png);
	transform: scale(-1, 1); /* 左右反転 */
}

@media screen and (max-width: 1360px){
.swiper-button-prev,.swiper-container-rtl .swiper-button-next{
	left: 1%;
}
.swiper-button-next,.swiper-container-rtl .swiper-button-prev{
	right: 1%;
}
}
@media screen and (max-width: 900px){
.swiper-button-prev,.swiper-container-rtl .swiper-button-next{
	left: 5%;
}
.swiper-button-next,.swiper-container-rtl .swiper-button-prev{
	right: 5%;
}
}



/*＊＊＊＊＊＊＊＊＊＊＊＊

流れるテキスト

＊＊＊＊＊＊＊＊＊＊＊＊*/
.news_ticker2 {
	position: relative;
	width:100%;
	overflow:hidden;
	white-space:nowrap;
	margin: 2rem 0;
}
@keyframes hscroll1 {
	0% { transform: translateX(0); }
	100% { transform: translateX(-400vh); }
}
.news_ticker2 ul {
	display:inline-block;
	margin:0;
	padding:0;
	animation:hscroll1 25s linear infinite;
}
.news_ticker2 li {
	display: inline-block;
    color: #ffdfd6;
    font-size: 15rem;
		margin: 0 5rem 0 0;
		color: transparent;
    -webkit-text-stroke: 1px black;
    font-family: Anton, sans-serif;
}



/*＊＊＊＊＊＊＊＊＊＊＊＊

PV ARCHIVE

＊＊＊＊＊＊＊＊＊＊＊＊*/
#pv_box{
	background: #292929;
    position: relative;
    padding: 8rem 0 8rem;
}
.pv_box_inner {
	max-width: 1100px;
    margin: 0px auto;
    position: relative;
    overflow: hidden;
    /*margin-top: -24rem;*/
}
.pv_ttl {
	position: relative;
    opacity: 1;
    transition: all 0.5s ease 0s;
    top: 19.8%;
    width: 33%;
    left: 103.5%;
    transform: translate(-50%, 99%);
    max-width: 293px;
}
.pv_ttl p {
	font-family: Anton, sans-serif;
    color: rgb(255, 34, 122);
    font-size: 5.8rem;
    writing-mode: vertical-rl;
		margin-top: -24rem;
}
.pv_wrap {
	width: 100%;
    margin: 0 auto;
    max-width: 1000px;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.pv_desc {
	background: black;
    color: white;
    font-size: 1.8rem;
    padding: 0.5rem 0;
}
.youtube-inner {
	position: relative;
}
.youtube-inner .start_icon {
	width: 20%;
	position: absolute;
    top: 46%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.youtube-inner ul {
	display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin: 0px auto;
    width: 100%;
}
.youtube-inner li {
	background-color: black;
	width: 470px;
    margin: 0px 3rem 3rem 0px;
    position: relative;
}
.youtube-inner li {
	opacity: 0.7;
}
.youtube-inner li:hover {
	opacity: 1.7;
}
.youtube-inner .hide-pv ul {
	display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin: 0px auto;
    width: 100%;
}
.youtube-inner .hide-pv li {
	background-color: black;
	width: 470px;
    margin: 0px 3rem 3rem 0px;
    position: relative;
}
.youtube-inner .hide-pv li {
	opacity: 0.7;
}
.youtube-inner .hide-pv li:hover {
	opacity: 1.7;
}



.hide-pv {
    display: none;
}

.on-click {
    color: transparent!important;
}

.on-click {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}


.btn-border-gradient-wrap .pv_btn{
	font-size: 2.4rem;
  line-height: 1.2;
  position: relative;
  display: inline-block;
  padding: 1rem 8rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 3s;
  transition: all 3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 5rem;
}
.btn-border-gradient-wrap a{
	font-size: 2.4rem;
  line-height: 1.2;
  position: relative;
  display: inline-block;
  padding: 1rem 8rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 3s;
  transition: all 3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 5rem;
}
.btn-border-gradient-wrap button{
	font-size: 2.4rem;
  line-height: 1.2;
  position: relative;
  display: inline-block;
  padding: 1rem 8rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 3s;
  transition: all 3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 5rem;
}


.btn-border-gradient-wrap {
	margin-top: 1rem;
	display: inline-block;
    padding: 0.4rem;
    border-radius: 5rem;
    background: -webkit-gradient( linear, left top, right top, from(#ff008d), to(#9e00d2) );
    background: -webkit-linear-gradient(left, #ff008d, #9e00d2);
    background: linear-gradient(to right, #ff008d, #9e00d2);
}

.btn-border-gradient-wrap:hover {
	background: -webkit-gradient( linear, left top, right top, from(#9e00d2), to(#ff008d) );
	background: -webkit-linear-gradient(left, #9e00d2, #ff008d);
	background: linear-gradient(to right, #9e00d2, #ff008d);
}

a.btn-border-gradient {
  color: #8fc31f;
  background: #292929;
}


/*＊＊＊＊＊＊＊＊＊＊＊＊

MANGA

＊＊＊＊＊＊＊＊＊＊＊＊*/
#manga_box {
	position: relative;
	width: 95%;
	max-width: 1100px;
	margin: 10rem auto;
}


/*＊＊＊＊＊＊＊＊＊＊＊＊

BOOKS

＊＊＊＊＊＊＊＊＊＊＊＊*/
#books{
	position: relative;
	background-color: #fff;
}
.books_ttl {
	position: relative;
    opacity: 1;
    transition: all 0.5s ease 0s;
    top: 19.8%;
    width: 100%;
    left: 26%;
    transform: translate(-50%, -26%);
    max-width: 1000px;
	font-family: Anton, sans-serif;
    font-size: 25rem;
    color: rgb(245, 244, 244);
}
@media screen and (max-width: 1000px){
	.books_ttl {
		left: 31%;
	}
}
@media screen and (max-width: 890px){
	.books_ttl {
		left: 35%;
	}
}
.series_content{
	max-width:1100px;
	width: 100%;
	margin:0 auto;
}
.series_inner{
	max-width:1100px;
	width: 100%;
	margin:0 auto;
	margin-top: -32rem;
}
.series_inner .series-box{
	padding-top: 10rem;
	padding-bottom: 8rem;
    margin: 0 auto;
}
.novels-inner {
	display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.series_inner .series-box .novels-ttl{
	position: relative;
    width: 55%;
    transform: translate(-50%, -44%);
    max-width: 1000px;
    left: 0;
}
@media screen and (max-width: 1100px){
	.series_inner .series-box .novels-ttl{
	    width: 100%;
	}
}
.series_inner .series-box .novels-ttl p{
	top: 19.8%;
    width: 146%;
    transform: translate(-50%, -81%);
    opacity: 1;
    transition: all 0.5s ease 0.5s;
    position: absolute;
    padding: 0px 2rem 0px 0px;
    text-align: right;
    color: white;
    font-size: 5rem;
    font-family: Anton, sans-serif;
    background-color: #8ce927;
}
@media screen and (max-width: 1100px){
	.series_inner .series-box .novels-ttl p{
	    width: 158%;
	}
}
@media screen and (max-width: 500px){
	.series_inner .series-box .novels-ttl p{
	    width: 174%;
	}
}
@media screen and (max-width: 400px){
	.series_inner .series-box .novels-ttl p{
	    width: 190%;
	}
}
@media screen and (max-width: 350px){
	.series_inner .series-box .novels-ttl p{
	    width: 218%;
	}
}

.series_inner .series-box .novel-series{
	text-align: left;
    box-sizing: border-box;
    width: 100%;
}
.series_inner .series-box .novel-series ul{
	display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 4rem 0 15rem;
    margin: 0 auto;
    width: 100%;
}
@media screen and (max-width: 1200px){
	.series_inner .series-box .novel-series ul{
	    width: 96%;
	}
}
.series_inner .series-box .novel-series li{
	width: 18%;
    display: block;
    margin-left: 1%;
    margin-right: 1%;
    padding-top: 1rem;
    box-sizing: border-box;
}
.series_inner .series-box .novel-series .book_name{
	text-align: left;
	font-size: 1.6rem;
	color: black;
	font-weight: 600;
	line-height: 1.3;
	margin-top: 1rem;
}
.series_inner .series-box .novel-series .book_name span{
	font-weight: 300;
}
.series_inner .series-box .novel-series li a{
	text-decoration: none;
	color:#000;
}
.series_inner .series-box .novel-series .new-icon{
	position: absolute;
	top: -4%;
	left: -10%;
	/*z-index: 100;*/
}
.series_inner .series-box .novel-series .trial-btn{
	width: 100%;
}
.series_inner .series-box .novel-series .trial-btn a{
	background: #238fcd;
    font-size: 1.6rem;
		padding: 0.3rem 0;
    text-align: center;
    text-decoration: none;
    display: block;
    margin: 1rem auto 0px;
    color: rgb(255, 255, 255);
    font-weight: 600;
}
.series_inner .series-box .novel-series .buy-btn{
	width: 100%;
}
.series_inner .series-box .novel-series .buy-btn a{
	background: rgb(0 0 0);
    font-size: 1.6rem;
    padding: 0.3rem 0;
    text-align: center;
    text-decoration: none;
    display: block;
    margin: 0.5rem auto 0px;
    color: rgb(255, 255, 255);
    font-weight: 600;
}

.comics-inner {
	display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.series_inner .series-box .comics-ttl{
	position: relative;
    width: 55%;
    transform: translate(-50%, -44%);
    max-width: 1000px;
    left: 0;
}
@media screen and (max-width: 1100px){
	.series_inner .series-box .comics-ttl{
	    width: 100%;
	}
}
.series_inner .series-box .comics-ttl p{
	top: 19.8%;
    width: 150%;
    transform: translate(-50%, -81%);
    opacity: 1;
    transition: all 0.5s ease 0.5s;
    position: absolute;
    padding: 0px 2rem 0px 0px;
    text-align: right;
    color: white;
    font-size: 5rem;
    font-family: Anton, sans-serif;
    background-color: #f1397a;
}
@media screen and (max-width: 1100px){
	.series_inner .series-box .comics-ttl p{
	    width: 158%;
	}
}
@media screen and (max-width: 500px){
	.series_inner .series-box .comics-ttl p{
	    width: 174%;
	}
}
@media screen and (max-width: 400px){
	.series_inner .series-box .comics-ttl p{
	    width: 190%;
	}
}
@media screen and (max-width: 350px){
	.series_inner .series-box .comics-ttl p{
	    width: 218%;
	}
}
.series_inner .series-box .comic-series{
	text-align: left;
    box-sizing: border-box;
    width: 100%;
}
.series_inner .series-box .comic-series ul{
	display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 4rem 0 3rem;
    margin: 0 auto;
    width: 100%;
}
@media screen and (max-width: 1200px){
	.series_inner .series-box .comic-series ul{
	    width: 96%;
	}
}
.series_inner .series-box .comic-series li{
	width: 18%;
    display: block;
    margin-left: 1%;
    margin-right: 1%;
    padding-top: 1rem;
    box-sizing: border-box;
}
.series_inner .series-box .comic-series .book_name{
	text-align: left;
	font-size: 1.6rem;
	color: black;
	font-weight: 600;
	line-height: 1.3;
	margin-top: 1rem;
}
.series_inner .series-box .comic-series .book_name span{
	font-weight: 300;
}
.series_inner .series-box .comic-series li a{
	text-decoration: none;
	color:#000;
}
.series_inner .series-box .comic-series .new-icon{
	position: absolute;
    top: -28px;
    left: -17px;
		/*z-index: 100;*/
}
.series_inner .series-box .comic-series .trial-btn{
	width: 100%;
}
.series_inner .series-box .comic-series .trial-btn a{
	background: #238fcd;
    font-size: 1.6rem;
		padding: 0.3rem 0;
    text-align: center;
    text-decoration: none;
    display: block;
    margin: 1rem auto 0px;
    color: rgb(255, 255, 255);
    font-weight: 600;
}
.series_inner .series-box .comic-series .buy-btn{
	width: 100%;
}
.series_inner .series-box .comic-series .buy-btn a{
	background: rgb(0 0 0);
    font-size: 1.6rem;
    padding: 0.3rem 0;
    text-align: center;
    text-decoration: none;
    display: block;
    margin: 0.5rem auto 0px;
    color: rgb(255, 255, 255);
    font-weight: 600;
}


/*＊＊＊＊＊＊＊＊＊＊＊＊

バナー

＊＊＊＊＊＊＊＊＊＊＊＊*/
.ban-area{
	position: relative;
    display: flex;
    width: 95%;
    max-width: 1100px;
    justify-content: space-between;
    box-sizing: content-box;
    flex-wrap: wrap;
    margin: 4rem auto 0px;
}
.ban-area a{
	width: 23.3%;
    margin-top: 4rem;
    box-sizing: border-box;
    display: inline-block;
}




footer{
	position: relative;
	background: #000;
    padding: 1rem 0 4rem;
    box-sizing: border-box;
    margin-top: 13rem;
    text-align: center;
}
.content-box {
	max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}
.content-inner {
    max-width: 1000px;
    width: 90.90909090%;
    margin: 0 auto;
    position: relative;
}
.js-share {
	width: 100%;
	display: flex;
	max-width: 250px;
	justify-content: space-between;
	margin: 0 auto;
}
.js-share a {
    width: 30%;
    text-decoration: none;
    display: block;
}
.js-share a img {
    max-width: 3rem;
}

.js-share_sp {
	width: 100%;
    display: flex;
    max-width: 200px;
    justify-content: space-between;
    margin: 1rem auto;
}
.js-share_sp a {
    width: 30%;
    text-decoration: none;
    display: block;
}
.js-share_sp a img {
    max-width: 3rem;
}

footer .navfooter{
	margin:0 auto 2rem;
	width:100%;
	display: flex;
	flex-wrap: wrap;
	align-items:flex-start;
	text-align: center;
	justify-content: center;
}
footer a {
    width: 100%;
    display: block;
    margin: 0 auto;
    margin-top: 3rem;
    text-decoration: none;
}
footer a img {
    width: 100%;
    display: block;
    margin: 0 auto;
}
footer p {
    font-size: 1.2rem;
    margin: 0 auto;
    margin-top: 2rem;
    display: block;
    color: #fff;
}


.sns-share-txt {
	position: relative;
    color: white;
    font-size: 3rem;
    margin-top: 3rem;
    font-family: Anton, sans-serif;
}
.sns-share-txt_sp {
	position: relative;
    color: white;
    font-size: 2rem;
    margin-top: 3rem;
    font-family: Anton, sans-serif;
}




/*固定ボタン*/
.floating{
	transition:none;
}

#page_top{
	z-index: 2;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: 15px;
  background: #5d5d5d;
  opacity: 0.7;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
  text-align: center;
}
#page_top a::before{
  font-family: "Font Awesome 5 Free";
  content: '\f102';
  font-weight: 900;
  font-size: 30px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 5px;
  bottom: 10px;
  right: 0;
  left: 0;
  margin: auto;
}

.fixsns{
	position: fixed;
	left: 0.8rem;
	bottom: 6rem;
	/* transform: translateY(-50%); */
	z-index: 5;
	display: none;
}
.fixsns a img{
	width: 3rem;
	margin-top: 1.4rem;
}

@media screen and (max-width: 750px){
	.oza .floating{
	display: none !important;
	}
}





/*======================================

画面サイズ749px以上

======================================*/
@media screen and (min-width: 749px){
.sp_img{
	display:none;
}
.pc_img{
	display:inline-block;
}
}
/*======================================

画面サイズ821px以上

======================================*/
@media screen and (min-width: 821px){
.nav_sp_img{
	display:none;
}
.nav_pc_img{
	display:block;
}
}
/*======================================

画面サイズ821px以下

======================================*/
@media screen and (max-width: 821px){
.nav_sp_img{
	display:inline-block;
}
.nav_pc_img{
	display:none;
}
}

/*======================================

画面サイズ1171px以下

======================================*/
@media screen and (max-width: 1171px){
	#news_twitter{
	    width: 94%;
			margin-top: 8rem;
	}
	.news_box {
	    max-width: 1100px;
	}
	.twitter_box {
	    max-width: 1100px;
	    margin-left: 0;
			margin-top: 4rem;
	}

}
/*======================================

画面サイズ900px以上

======================================*/
@media screen and (min-width: 1024px){
	.chara_sp_img{
		display:none;
	}
	.chara_pc_img{
		display:inline-block;
	}
}
/*======================================

画面サイズ900px以下

======================================*/
@media screen and (max-width: 1024px){
	.chara_sp_img{
		display:inline-block;
	}
	.chara_pc_img{
		display:none;
	}
/*＊＊＊＊＊＊＊＊＊＊＊＊

キャラクター

＊＊＊＊＊＊＊＊＊＊＊＊*/
#chara_box{
	position: relative;
    width: 100%;
}
.chara_slider {
	width: 100%;
}
.slider_01 {
	padding: 4rem 0;
}
.slider_inner {
	width: 100%;
    display: block;
		padding-top: 2rem;
}
@media screen and (max-width: 650px){
	.slider_inner {
		width: 95%;
	}
}
.chara_bg {
	position: relative;
}
.chara_bg img {
	position: absolute;
    top: 50%;
    left: 51%;
    width: 100%;
    max-width: 600px;
    transform: translate(-50%, 183%);
}
@media screen and (max-width: 550px){
	.chara_bg img {
		transform: translate(-50%, 265%);
	}
}
@media screen and (max-width: 400px){
	.chara_bg img {
		transform: translate(-50%, 305%);
	}
}
.chara_ttl {
	width: 100%;
    margin: 0px auto;
    max-width: 1100px;
    position: relative;
}
.chara_ttl p{
	writing-mode: vertical-rl;
    font-size: 15rem;
    left: 93%;
    transform: translate(-50%, -1%);
}
@media screen and (max-width: 600px){
	.chara_ttl p{
	    left: 88%;
	}
}
@media screen and (max-width: 400px){
	.chara_ttl p{
	    left: 84%;
	}
}

.inner_right {
	margin: 0 auto;
    padding-top: 0rem;
}
.right_txt {
	position: relative;
    /*max-width: 627px;
    top: 50%;
    left: 56%;
    width: 100%;
    transform: translate(-50%, -50%);*/
}
.chara_catch {
	background-color: black;
    font-size: 1.6rem;
    color: yellow;
    font-weight: bold;
    margin-bottom: 3rem;
    line-height: 1.4;
    padding: 0.5rem;
}
.chara_desc {
	font-size: 1.6rem;
    font-weight: bold;
		line-height: 1.4;
}
.down_parts {
	padding-top: 2rem;
}
.inner_left {
	margin: 0 auto;
    max-width: 1100px;
    padding-top: 0rem;
}


/* 前ページ、次ページボタン共通のスタイル */
.swiper-button-prev,
.swiper-button-next {
	width: 5rem;
    height: 4rem;
    background-size: 5rem 4rem;
    margin-top: -15rem;
}
@media screen and (max-width: 550px){
	.swiper-button-prev,
	.swiper-button-next {
		width: 4rem;
	    height: 3rem;
	    background-size: 4rem 3rem;
	    margin-top: -15rem;
	}
}
/* 次ページボタンのスタイル */
.swiper-button-next {
	background-image: url(../img/chara_arrow.png);
}
/* 前ページボタンのスタイル */
.swiper-button-prev {
	background-image: url(../img/chara_arrow.png);
	transform: scale(-1, 1); /* 左右反転 */
}
}

/*======================================

画面サイズ1100px以下

======================================*/
@media screen and (max-width: 1100px){
/*＊＊＊＊＊＊＊＊＊＊＊＊

PV ARCHIVE

＊＊＊＊＊＊＊＊＊＊＊＊*/
#pv_box{
    padding: 0;
}
.pv_box_inner {
    margin-top: 0;
		width: 90%;
		padding-bottom: 8rem;
}
.pv_ttl {
    width: 48%;
    transform: translate(-50%, -50%);
    max-width: 1100px;
}

@media screen and (max-width: 900px){
	.pv_ttl {
		max-width: 293px;
	}
}
@media screen and (max-width: 700px){
	.pv_ttl {
		width: 100%;
	}
}

.pv_ttl p {
	writing-mode: unset;
	opacity: 1;
	position: absolute;
	transition: all 0.5s ease 0s;
	top: 116%;
	width: 100%;
	transform: translate(-50%, -13%);
	max-width: 245px;
	line-height: 1.2;
	display: block;
	text-align: right;ly: 'Anton', sans-serif;
		display: block;
    text-align: right;
		margin-top:0;
}
@media screen and (max-width: 300px){
	.pv_ttl p {
	    font-size: 4.5rem;
			margin-top:0;
	}
}
.pv_desc {
    font-size: 1.5rem;
}
.youtube-inner ul {
	box-sizing: border-box;
    margin: 0px auto;
    width: 100%;
    max-width: 800px;
}
.youtube-inner li {
	width: 100%;
    max-width: 800px;
    margin: 0 auto;
		margin-bottom: 5rem;
}
.youtube-inner .hide-pv ul {
	box-sizing: border-box;
    margin: 0px auto;
    width: 100%;
    max-width: 800px;
}
.youtube-inner .hide-pv li {
	width: 100%;
    max-width: 800px;
    margin: 0 auto;
		margin-bottom: 5rem;
}
.pv_wrap {
	display: block;
	width: 100%;
	margin-top: 10rem;
}
}

/*======================================

画面サイズ750px以下

======================================*/
@media screen and (max-width: 750px){
.sp_img{
	display:inline-block;
}
.pc_img{
	display:none;
}

.content-box{
	max-width:670px;
	width: 89.3%;
	margin:0 auto;
}
/*＊＊＊＊＊＊＊＊＊＊＊＊

TOP

＊＊＊＊＊＊＊＊＊＊＊＊*/
.top_color{
    padding: 110% 0 0 0;
}
/*.top_inner {
    margin-bottom: 46%;
}*/
.top_bg {
    width: 85%;
}
.top_chara {
    top: 96%;
}

.top_anime {
    width: 28%;
		top:28%;
}

.books_btn {
	width: 35%;
    left: 80%;
}

.top_author {
	top: 92%;
    width: 38%;
    left: 22%;
}

.top_english .frame_font {
	width: 50%;
    left: 28%;
		transform: translate(-50%, -50%);
}


/*＊＊＊＊＊＊＊＊＊＊＊＊

アニメ公式サイトはこちら！

＊＊＊＊＊＊＊＊＊＊＊＊*/
.anime_news {
	position: relative;
    /*padding: 3.5rem 0px;*/
    width: 100%;
    margin: 0px auto;
    max-width: 1000px;
}
@media screen and (max-width: 430px){
.anime_news{
	padding:2rem 0;
}
}


/*＊＊＊＊＊＊＊＊＊＊＊＊

ニュース&twitter

＊＊＊＊＊＊＊＊＊＊＊＊*/
#news_twitter{
		margin-top: 5rem;
}



/*＊＊＊＊＊＊＊＊＊＊＊＊

キャラクター人気投票

＊＊＊＊＊＊＊＊＊＊＊＊*/
#character_tohyo {
	margin-top: 7rem;
    margin-bottom: 7rem;
}
.tohyo_box {
	padding: 6rem 0;
}
.akiba_desc {
	width: 95%;
}
.akiba_photo_box img {
	margin: 1.5rem auto 0;
    width: 95%;
}



/*＊＊＊＊＊＊＊＊＊＊＊＊

ストーリー

＊＊＊＊＊＊＊＊＊＊＊＊*/
#story_box{
    width: 94%;
		margin-top: 7rem;
		margin-bottom: 7rem;
}


/*＊＊＊＊＊＊＊＊＊＊＊＊

流れるテキスト

＊＊＊＊＊＊＊＊＊＊＊＊*/
.news_ticker2 ul {
	animation:hscroll1 45s linear infinite;
}
.news_ticker2 li {
    font-size: 10rem;
}


/*＊＊＊＊＊＊＊＊＊＊＊＊

MANGA

＊＊＊＊＊＊＊＊＊＊＊＊*/
#manga_box {
	margin: 5rem auto;
}


	/*＊＊＊＊＊＊＊＊＊＊＊＊

	BOOKS

	＊＊＊＊＊＊＊＊＊＊＊＊*/
	.books_ttl {
		left: 43%;
	}
	@media screen and (max-width: 640px){
		.books_ttl {
			font-size: 21rem;
		}
	}
	@media screen and (max-width: 520px){
		.books_ttl {
			font-size: 17rem;
		}
	}
	@media screen and (max-width: 420px){
		.books_ttl {
			font-size: 14rem;
		}
	}
	@media screen and (max-width: 350px){
		.books_ttl {
			font-size: 10rem;
		}
	}

	.series_inner{
		max-width:670px;
		width: 100%;
		margin:0 auto;
	}
	.series_content:before{
		display: none;
	}
	.series_inner .series-box{
		padding-top: 0rem;
    padding-bottom: 5rem;
    margin: -26% auto;
	}
	.series_inner .series-box .series--ttl{
		text-align: center;
		width: 80%;
	}
	.series_inner .series-box .novel--ttl{
		width: 50%;
	    text-align: center;
	    margin-top: 3rem;
	}
	.series_inner .series-box .novel-series ul{
		padding: 3rem 0 14rem;
	}
	.series_inner .series-box .novel-series li{
		width: 48%;
    box-sizing: border-box;
    display: block;
    margin-top: 1rem;
	}
	/*.series_inner .series-box .novel-series li.last{
		width: 100%;
    position: relative;
		padding-bottom: 3rem;
	}*/
	.series_inner .series-box .novel-series li p{
    margin: 0 auto;
	}
	.series_inner .series-box .novel-series .book_name{
    line-height: 1.2;
	}
	.series_inner .series-box .novel-series .book_name span{
		font-weight: 300;
	}
	.series_inner .series-box .novel-series li a{
		text-decoration: none;
		color:#000;
	}
	.series_inner .series-box .novel-series .new-icon{
		position: absolute;
    top: 0%;
    left: -5%;
    /*z-index: 100;*/
	}

	.series_inner .series-box .comic--ttl{
		width: 67%;
	    text-align: center;
	    margin-top: 6rem;
	}
	.series_inner .series-box .comic-series ul{
		padding: 3rem 0 0;
	}
	.series_inner .series-box .comic-series li{
		width: 48%;
    box-sizing: border-box;
    display: block;
    margin-top: 1rem;
	}
	/*.series_inner .series-box .comic-series li.last{
		width: 100%;
    position: relative;
		padding-bottom: 3rem;
	}*/
	.series_inner .series-box .comic-series li p{
    margin: 0 auto;
	}
	.series_inner .series-box .comic-series .book_name{
    line-height: 1.2;
	}
	.series_inner .series-box .comic-series .book_name span{
		font-weight: 300;
	}
	.series_inner .series-box .comic-series li a{
		text-decoration: none;
		color:#000;
	}
	.series_inner .series-box .comic-series .new-icon{
		position: absolute;
    top: -3%;
    left: -5%;
		/*z-index: 100;*/
	}


	/*＊＊＊＊＊＊＊＊＊＊＊＊

	バナー

	＊＊＊＊＊＊＊＊＊＊＊＊*/
	.ban-area{
	    margin: 26% auto 0;
	}
	.ban-area a{
		width: 100%;
    box-sizing: border-box;
    display: inline-block;
    max-width: 280px;
    margin: 4rem auto 0;
	}



.sns {
	display: none;
}
}



/*
右から左へ
----------------------------*/
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

/*
IE11対策
----------------------------*/
_:-ms-lang(x)::-ms-backdrop,
.d-demo {
  display: -ms-grid;
  overflow: hidden;
}
/*----------------------------*/

.d-demo__wrap {
  display: flex;
  overflow: hidden;
}

.d-demo__list {
  display: flex;
  list-style: none;
}

.d-demo__list--left{
animation :infinity-scroll-left 95s infinite linear 0.5s both;
}

.d-demo__item {
  width: 650px;
}
.d-demo__item > img{
   width: 100%;
}
