@charset "utf-8";

* {
	padding: 0;
	margin: 0;
}

html {
  	height: 100%;
	font-size: 30px;	
}

body {
	word-wrap: break-word;
	height: 100%;
	font-family:  "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

section,
article {
	display: block;
}

img {
	vertical-align: top;
}

p{
	margin-bottom: 0;
}

h1{
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
}

.h2_box{
	background-color: #e8ecf1;
}

h2{
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	color: #043c78;
}

.p_si{
	font-weight: bold;
	text-align: center;
	color: #043c78;
}

.text_b p{
	font-weight: bold;
}

.name{
	font-weight: bold;
	font-size: 1.5rem;
}

.name2{
	font-size: 0.7rem;
}

.hyou{
	background-color: #d6e4ff;
	font-weight: bold;
	font-size: 1.4rem;
	color: #043c78;
}

.hyou span{
	font-size: 0.9rem;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

li {
	list-style-type: none;
}

a {
	color: #000;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

footer{
	background-color: #FFFFFF;
	font-size: 0.6rem
}


/* fadeUp */

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}


/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.fadeUpTrigger{
    opacity: 0;
}

/*　ヘッダー　メニュー*/

header{
	background-image: url("../img/img_bg_ttl.png");
	}


/*　フッター　*/
.footer_p{
	font-size: 0.4rem;
}

#page_top{
  width: 50px;
  height: 50px;
  background: #0a283c;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 35px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

footer{
	border-bottom: solid #0a283c 10px;
}

/*　トップ　*/
.top{
	background-color: #fff;
}

.top_p{
	font-size: 0.9rem;
}

.bangumi_info{
	font-weight: bold;
}



/* 続きを見るボタン
============================================== */
.btn-animation-02 {
  display: inline-block;
  width: 200px;
  text-align: center;
  background-color: #003399;
  border: 2px solid #003399;
  font-size: 16px;
  color: #003399;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 24px;
  border-radius: 4px;
  position: relative;
  
}

.btn-animation-02 span {
  position: relative;
  z-index: 1;
}

.btn-animation-02::before,
.btn-animation-02::after {
  content: "";
  display: block;
  background-color: #FFF;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: .2s;
}
.btn-animation-02::before {
  left: 0;
}
.btn-animation-02::after {
  right: 0;
}

.btn-animation-02:hover:before,
.btn-animation-02:hover:after {
  width: 0;
  background-color: #FFF;
}

.btn-animation-02:hover {
  color: #FFF;
  text-decoration:none;
}

/* 続きを見るボタン
============================================== */


