@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
body.page-template-default .date-tags{
	display:none;
}
.ba-fixed.appeal{
	background-position:0 40%;
}
.appeal-content{
	/*background:rgba(0,0,0,0.5);*/
	background:transparent;
}
.appeal-content .appeal-title{
	color:#FFF;
	font-size:1.6em;
	font-weight:300;	
}
.appeal-content .appeal-title span{
	color:#ff8906;
}

.appeal{
animation-name:fadeInAnime;
animation-duration:2s;
animation-fill-mode:forwards;
opacity:0;
}

.appeal-title{
	animation-name:fadeInAnime;
	animation-duration:1.5s;
	animation-fill-mode:forwards;
	opacity:0;
	animation-delay: 1s;
}
.appeal-message{
	animation-name:fadeInAnime;
	animation-duration:1.5s;
	animation-fill-mode:forwards;
	opacity:0;
	animation-delay: 2s;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

body.home .article-header{
	display:none;
}

.wp-block-group h2 {
	position:relative;
  border:none;
	padding-bottom:10px;
}
.wp-block-group h2:before {
  content: '';
  position: absolute;
  bottom: -5px;
  display: inline-block;
  width: 60px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #ff8906;
  border-radius: 2px;
}

footer .author-info{
	display:none;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
