@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 #000;
	font-family: "Yusei Magic", sans-serif;
  font-weight: 400;
  font-style: normal;
	font-size: 50px;
	margin-bottom: 30px;
}

.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: #000;
    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 #000;
	font-family: "Yusei Magic", sans-serif;
  font-weight: 400;
  font-style: normal;
	font-size: 30px;
	}
.article h1:before,
.article h1:after {
    position: absolute;
    top: 100%;
    left: 80px;
    height: 0;
    width: 0;
    border: solid transparent;
    content: "";
}

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

.article h1:after {
    margin-left: -8px;
    border-color: transparent;
    border-top-color: white;
    border-width: 8px;
}
}

.article h2 {
	position: relative;
    padding: 1rem 1rem 1rem 1.5rem;
    border: 8px solid #000;
	font-family: "Yusei Magic", sans-serif;
  font-weight: 400;
  font-style: normal;
	font-size: 36px;
	margin-bottom: 20px;
}

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

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

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

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

.article h2:after {
    margin-left: -8px;
    border-color: transparent;
    border-top-color: white;
    border-width: 8px;
}
}

.main .related-entry-heading {
	position: relative;
    padding: 0rem 0rem 0rem 1rem;
    border: 6px solid #000;
	font-family: "Yusei Magic", sans-serif;
  font-weight: 400;
  font-style: normal;
	font-size: 36px;
	margin-bottom: 20px;
	margin-top: 100px;
}

.main .related-entry-heading:before,
.main .related-entry-heading:after {
    position: absolute;
    top: 100%;
    left: 125px;
    height: 0;
    width: 0;
    border: solid transparent;
    content: "";
}

.main .related-entry-heading:before {
    margin-left: -20px;
    border-color: transparent;
    border-top-color: #000;
    border-width: 20px;
}

.main .related-entry-heading:after {
    margin-left: -10px;
    border-color: transparent;
    border-top-color: white;
    border-width: 10px;
}
@media screen and (max-width: 480px){
.main .related-entry-heading {
	position: relative;
    padding: 0rem 0rem 0rem 1rem;
    border: 8px solid #000;
	font-family: "Yusei Magic", sans-serif;
  font-weight: 400;
  font-style: normal;
	font-size: 20px !important;
	}
.main .related-entry-heading:before,
.main .related-entry-heading:after {
    position: absolute;
    top: 100%;
    left: 80px;
    height: 0;
    width: 0;
    border: solid transparent;
    content: "";
}

.main .related-entry-heading:before {
    margin-left: -20px;
    border-color: transparent;
    border-top-color: #000;
    border-width: 20px;
}

.main .related-entry-heading:after {
    margin-left: -8px;
    border-color: transparent;
    border-top-color: white;
    border-width: 8px;
}
}

.archive-title {
	position: relative;
    padding: 1rem 1rem 1rem 1.5rem;
    border: 8px solid #000;
	font-family: "Yusei Magic", sans-serif;
  font-weight: 400;
  font-style: normal;
	font-size: 50px;
	margin-bottom: 20px;
}

.archive-title:before,
.archive-title:after {
    position: absolute;
    top: 100%;
    left: 120px;
    height: 0;
    width: 0;
    border: solid transparent;
    content: "";
}

.archive-title:before {
    margin-left: -20px;
    border-color: transparent;
    border-top-color: #000;
    border-width: 20px;
}

.archive-title:after {
    margin-left: -8px;
    border-color: transparent;
    border-top-color: white;
    border-width: 8px;
}
@media screen and (max-width: 480px){
.archive-title {
	position: relative;
    padding: 1rem 1rem 1rem 1.5rem;
    border: 8px solid #000;
	font-family: "Yusei Magic", sans-serif;
  font-weight: 400;
  font-style: normal;
	font-size: 20px;
	}
.archive-title:before,
.archive-title:after {
    position: absolute;
    top: 100%;
    left: 80px;
    height: 0;
    width: 0;
    border: solid transparent;
    content: "";
}

.archive-title:before {
    margin-left: -20px;
    border-color: transparent;
    border-top-color: #000;
    border-width: 20px;
}

.archive-title:after {
    margin-left: -8px;
    border-color: transparent;
    border-top-color: white;
    border-width: 8px;
}
}




.sidebar h2, .sidebar h3 {
	position: relative;
    padding: 0.1rem 0.1rem 0.1rem 1rem;
    border: 7px solid #000;
	font-family: "Yusei Magic", sans-serif;
  font-weight: 400;
  font-style: normal;
	font-size: 30px;
	margin-bottom: 20px;
}

.sidebar h2, .sidebar h3:before,
.sidebar h2, .sidebar h3:after {
    position: absolute;
    top: 100%;
    left: 65px;
    height: 0;
    width: 0;
    border: solid transparent;
    content: "";
}

.sidebar h2, .sidebar h3:before {
    margin-left: -20px;
    border-color: transparent;
    border-top-color: #000;
    border-width: 20px;
}

.sidebar h2, .sidebar h3:after {
    margin-left: -9px;
    border-color: transparent;
    border-top-color: white;
    border-width: 9px;
}
@media screen and (max-width: 480px){
.sidebar h2, .sidebar h3 {
	position: relative;
    padding: 1rem 1rem 1rem 1.5rem;
    border: 8px solid #000;
	font-family: "Yusei Magic", sans-serif;
  font-weight: 400;
  font-style: normal;
	font-size: 30px;
	}
.sidebar h2, .sidebar h3:before,
.sidebar h2, .sidebar h3:after {
    position: absolute;
    top: 100%;
    left: 80px;
    height: 0;
    width: 0;
    border: solid transparent;
    content: "";
}

.sidebar h2, .sidebar h3:before {
    margin-left: -20px;
    border-color: transparent;
    border-top-color: #000;
    border-width: 20px;
}

.sidebar h2, .sidebar h3:after {
    margin-left: -8px;
    border-color: transparent;
    border-top-color: white;
    border-width: 8px;
}
}




.entry-content p {
	font-family: "Yusei Magic", sans-serif;
  font-weight: 400;
  font-style: normal;
	font-size: 30px;
}
@media screen and (max-width: 480px){
	.entry-content p {
	font-family: "Yusei Magic", sans-serif;
  font-weight: 400;
  font-style: normal;
	font-size: 20px;
	}}
	

.main {
  top: -20px;
  position: relative;
}

.sidebar {
  top: -38px;		
  position: relative;
}	

@media screen and (max-width: 480px){
.main {
  top: 0px;
  position: relative;
}
	.sidebar {
  top: 0px;		
  position: relative;
}	
}

.sns-share-message{
	font-family: "Yusei Magic", sans-serif;
  font-weight: 400;
  font-style: normal;
	font-size: 30px;
color: red;
	
animation: poyooon 0.9s ease-out 0s infinite;
  opacity: 1;
}
@keyframes poyooon {
  0%   { transform: scale(1.0, 1.0) translate(0%, 0%); }
  10%  { transform: scale(1.0, 0.8) translate(0%, 8%); }
  40%  { transform: scale(1.0, 0.8) translate(0%, 20%); }
  50%  { transform: scale(1.0, 1.7) translate(0%, -90%); }
  60%  { transform: scale(1.0, 2.0) translate(0%, -100%); }
  75%  { transform: scale(1.0, 1.7) translate(0%, -90%); }
  85%  { transform: scale(1.0, 0.8) translate(0%, 15%); }
  100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
}

@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);
  }
}

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

.fuwafuwa {
  animation: fuwafuwa 3s ease-in-out infinite alternate;
  background: url(../img/ico-apple.svg) no-repeat center center / 60px auto;
  display: inline-block;
  transition: 1.5s ease-in-out;
  width: 70px;
  height: 70px;
  margin-top: 15px;
}
 
@keyframes fuwafuwa {
  0% {
    transform:translate(0, 0) rotate(-7deg);
  }
  50% {
    transform:translate(0, -7px) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(7deg);
  }
}

.header-site-logo-image {
	animation: purupuru 5s linear infinite;
}
@keyframes purupuru {
  90%   { transform: scale(1.0, 1.0) translate(0%, 0%); }
  92%  { transform: scale(1.0, 1.06) translate(-5%, -4%) skew(6deg, 0deg); }
  94%  { transform: scale(1.0, 0.94) translate(5%, 4%) skew(-6deg, 0deg); }
  96%  { transform: scale(1.0, 1.03) translate(2%, -2%) skew(-3deg, 0deg); }
  98%  { transform: scale(1.0, 0.97) translate(-2%, 2%) skew(3deg, 0deg); }
  100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
}

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

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

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