@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    0.0.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
/* 自分のカスタマイズ　タイトル周りのフォント関係*/


/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1240px以下*/

h2 {
  color:#1f3134;
}
/* 関連記事の非表示*/
.crp_related,#jp-relatedposts {
  display: none !important;
}
/* ヘッダーのホバー時背景色 */
.caption-wrap:hover,.navi-in>ul li:hover{
  background-color: orange !important;
}
/* ライターの背景色 */
.entry-footer {
  background-color: white;
}
/* ブログランキングリンク */
.buroran {
  float:left;
}
.clear::after {
  clear: both;
content: '';
display: block;
}
.buroran a img {
  width:100px !important;
  height:50px !important;
  margin: 0 25px;
}

.lidiv {
  margin-bottom: 10px;
}

/* シェアボタンホバー */
a.share-button:hover {
  background-color: white !important;
  border:1px solid red !important;
  color:black !important;
}
/* トップページ記事タイトル縦回転 */
h2.entry-card-title {
  text-decoration: none;
  display: inline-block !important;
  transition: 1s;
}
h2:hover.entry-card-title {
  color:red !important;
  -webkit-transform: rotateX(360deg);
  transform: rotateX(360deg);
}
/* トップページ記事の枠線アニメーション */
.entry-card-wrap {
  position: relative;
  display: inline-block;
  padding: .9em 3.6em;
  border: 2px solid #fff;
  color: black;
  text-align: center;
  text-decoration: none;
  outline: none;
  transition: all .4s;
}
.entry-card-wrap::before,
.entry-card-wrap::after {
  position: absolute;
  z-index: 2;
  content: '';
  width: 0;
  height: 0;
  border: 2px solid transparent;
}
.entry-card-wrap::before {
  top: -2px;
  left: -2px;
}
.entry-card-wrap::after {
  bottom: -2px;
  right: -2px;
}
.entry-card-wrap:hover {
  color: red;
}
.entry-card-wrap:hover::before,
.entry-card-wrap:hover::after {
  width: 100%;
  height: 100%;
}
.entry-card-wrap:hover::before {
  border-bottom-color: red;
  border-left-color: red;
  transition: height .2s, width .2s .2s;
}
.entry-card-wrap:hover::after {
  border-top-color: red;
  border-right-color: red;
  transition: height .2s .4s, width .2s .6s;
}

#player{
  display: none;
}
/*1030px以下*/
@media screen and (min-width: 1080px){

}

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

}

/*480px以下*/
@media screen and (max-width: 480px){
/*タイトルの上下の空白が大きい */
h1.logo{
  line-height: 1;
}
/* 警告かわし */

}
