@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
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/



/*見出し初期化*/
.article h2,
.article h3,
.article h4,
.article h5,
.article h6
{
padding: 0;
margin: 0;
background:none;
border-collapse: separate;
border-spacing: 0;
border-top: none;
border-right: none;
border-bottom: none;
border-left: none;
line-height: normal;
position:relative;
}

.article h1 {
	position: relative;
    padding: 1rem 1rem 1rem 1.5rem;
    border: 8px solid #333;
	font-family: "Yusei Magic", sans-serif;
  font-weight: 400;
  font-style: normal;
	font-size: 50px;
}

.article h1:before,
.article h1:after {
    position: absolute;
    top: 100%;
    left: 150px;
    height: 0;
    width: 0;
    border: solid transparent;
    content: "";
}

.article h1:before {
    margin-left: -20px;
    border-color: transparent;
    border-top-color: #333;
    border-width: 20px;
}

.article h1:after {
    margin-left: -8px;
    border-color: transparent;
    border-top-color: white;
    border-width: 8px;
}
@media screen and (max-width: 480px){
.article h1 {
	position: relative;
    padding: 1rem 1rem 1rem 1.5rem;
    border: 8px solid #333;
	font-family: "Yusei Magic", sans-serif;
  font-weight: 400;
  font-style: normal;
	font-size: 30px;
	}
}

.article h2 {
  color: #000;
  background: #fff;/*背景色*/
border: solid 8px #000;
  padding: 0.5em;/*文字まわり（上下左右）の余白*/
margin-bottom: 20px;
	margin-left: 5px;
	margin-right: 25px;
	font-family: "Yusei Magic", sans-serif;
  font-weight: 400;
  font-style: normal;
	font-size: 30px;
}
@media screen and (max-width: 480px){
  .article h2 {
  color: #000;
  background: #fff;/*背景色*/
border: solid 8px #000;
  padding: 0.5em;/*文字まわり（上下左右）の余白*/
margin-bottom: 20px;
	margin-left: 5px;
	margin-right: 16px;
	font-family: "Yusei Magic", sans-serif;
  font-weight: 400;
  font-style: normal;
	font-size: 30px;
}
}

.sidebar h2, .sidebar h3 {
  color: #000;
  background: #fff;/*背景色*/
border: solid 6px #000;
  padding: 0 0 0 0.4em;
	font-family: "Yusei Magic", sans-serif;
  font-weight: 400;
  font-style: normal;
	font-size: 30px;
}

.entry-content p {
	font-family: "Yusei Magic", sans-serif;
  font-weight: 400;
  font-style: normal;
	font-size: 30px;
}

.sns-share-message{
	font-family: "Yusei Magic", sans-serif;
  font-weight: 400;
  font-style: normal;
	font-size: 30px;
color: red;
	
animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}
@media screen and (max-width: 480px){
	.sns-share-message{
  font-size: 20px;
}
}



.archive-title {
	font-family: "Yusei Magic", sans-serif;
  font-weight: 400;
  font-style: normal;
	font-size: 40px;
}
.new-entry-card-title widget-entry-card-title card-title{
	font-family: "Yusei Magic", sans-serif;
  font-weight: 400;
  font-style: normal;
	font-size: 30px !important;
}

.e-card-title {
	font-family: "Yusei Magic", sans-serif;
  font-weight: 400;
  font-style: normal;
	font-size: 30px !important;
}

.widget-entry-card-title {
	font-family: "Yusei Magic", sans-serif;
  font-weight: 400;
  font-style: normal;
	font-size: 30px !important;
}

.new-entry-card-title {
	font-family: "Yusei Magic", sans-serif;
  font-weight: 400;
  font-style: normal;
	font-size: 30px !important;
}

.source-org.copyright {
	font-family: "Yusei Magic", sans-serif;
  font-weight: 400;
  font-style: normal;
	font-size: 20px !important;
}

.anim-box.poyopoyo {
  animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}


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

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

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