@charset "utf-8";
/* CSS Document */

/* メインビジュアルの設定*/
.mainvisual {
  padding: 30px 0 0px 0;
  margin-bottom: 20px;
}
.mainvisual .inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mainvisual .img {
  max-width: 1080px;
	
}

@media screen and (max-width:640px) {
.mainvisual .img{ 
  margin: -20px -20px 0px -20px;

	}
}



/* TOPの見出し */
@import url('https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c');

.tt {
  font-family:  'M PLUS Rounded 1c', sans-serif;
  font-size: 1.3rem;
  text-align: center;
  color: #474b42;
}

.midashibun{
  font-family:  'M PLUS Rounded 1c', sans-serif;
  font-size: 0.8rem;
  text-align: center;
  font-weight: bold;
  color: #808080;
}


/* view allのボタン */

.button-14 {
  display: inline-block;
  padding: 0.2em 3.0em;
  font-size: 0.8rem;
  color: #fff;
  background-color: #b3c1d0;
  text-decoration: none;
  user-select: none;
  border: 0px #b3c1d0 solid;
  border-radius: 10px;
  transition: 0.4s ease;
  text-align: center;
  justify-content: center;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 5px;
  
}

.button-14 a {
  color: #fff;
  background: #B6C6CB;
}

.button-14 a:visited {
  color: #fff;
  background: #B6C6CB;
}


.button-14 a:hover {
  color: #5C5C5C;
  background: #B6C6CB;
}

.button-14 a:link {
  color: #fff;
  background: #B6C6CB;
}


/* newsのCSS */

.news_container {
width: 90%;
max-width:1000px;
margin: 0px auto;
}

.news_list {
margin: 10px 0;
border-top: 1px solid #a9a9a9;
background-color: #FFFFFF;
}
.news_list li {
padding: 7px 5px;
border-bottom: 1px solid #a9a9a9;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
margin-top: 0;
font-family: "Helvetica";
}
.date {
font-size: 14px;
margin-right: 10px;
font-weight: 900;
color: #808080;
margin-bottom: 0;
}
.category1 {
display: inline-block;
color: #fff;
width: 120px;
font-size: 14px;
text-align: center;
margin-right: 10px;
padding: 2px 10px;
background-color: #aca9b0;
}
.category2 {
display: inline-block;
color: #fff;
width: 120px;
font-size: 14px;
text-align: center;
margin-right: 10px;
padding: 2px 10px;
background-color: #ec6d71;
}
.news_text a {
color: #333;
}


@media screen and (max-width: 559px) {
.news_container {
width: 100%;
padding: 0 20px;
}
.news_text a {
display: block;
margin-top: 2px;
text-overflow: ellipsis;
overflow: hidden;
}
}


/* 猫歩きアニメ */

.necoaruki{
	display: flex;
	margin-top: -20px;
	margin-bottom: -10px;
	justify-content: flex-end;
}



/* 連載中CSS */
.rensaibox { 
	text-align: center;
}

.rensaibox-img{
	margin: 5px 20px 5px 20px;
	display: inline-block;
  vertical-align: middle;
}

.rensaibox-text{
	margin: 5px 20px 5px 20px;
	display: inline-block;
  vertical-align: middle;
	
}


.rentitle{
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight: bold;
	font-size: 30px;
}
.renbun{
	font-family: 'Noto Sans JP', 'sans-serif';
	
}

@media screen and (max-width:640px) {
.rensaibox{ flex-direction: column; /* 640px以下では縦並び */ }
}

/* コミックス紹介 */
.comisusubox { 
	text-align: center;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;/*必須*/
}

.comisusubox-img{
	margin: 5px 20px 5px 20px;
	display: inline-block;
  vertical-align: middle;
}

.comisusubox-text{
	margin: 5px 20px 5px 20px;
	display: inline-block;
  vertical-align: middle;
	
}


.comisusutitle{
	
	font-weight: bold;
	font-size: 20px;
}
.comisusubun{
	font-family: 'Noto Sans JP', 'sans-serif';
	
}


/* 書店のボタン */

.button-mise {
  display: inline-block;
  padding: 0.1em 0.5em;
  font-size: 0.8rem;
  color: #fff;
  background-color: #808080;
  text-decoration: none;
  border-radius: 5px;
  user-select: none;
  border: 0px #808080 solid;
  transition: 0.4s ease;
  text-align: center;
  justify-content: center;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 5px;
  
}

.button-mise a {
  color: #fff;
  background: #808080;
}

.button-mise a:visited {
  color: #fff;
  background: #808080;
}


.button-mise a:hover {
  color: #fff;
  background: #808080;
}

.button-mise a:link {
  color: #fff;
  background: #808080;
}





@media screen and (max-width:640px) {
.comisusubox{ flex-direction: column; /* 640px以下では縦並び */ }
}







/* youtube */

.youtube-box { 
	display: flex;
	justify-content: center;
	flex-wrap: wrap;/*必須*/
}

.ymovie{
	margin: 5px 5px 5px 5px;  
}


@media screen and (max-width:640px) {
.ymovie{ width:46%; }
}



/* TOP　間の線の指定 */

.sen{
	margin: 10px 20px 10px 20px ;
	justify-content: center;
	border-top: 3px solid #e6eae6;
}



/* パンダアニメ */

.panda{
	display: flex;
	text-align: right;
}



/*-------------------------------------------
スマホ用指定 改行
-------------------------------------------*/
.br-sp {
    display: none;
}

@media (max-width: 767px) {
    .br-sp {
        display: block;
    }
}


/*-------------------------------------------
スマホ用指定
-------------------------------------------*/
@media screen and (max-width: 767px) {
/*ここにスマートフォン用のcssを追加していく*/
	.pc{
	display: none;
	
	
}
}