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

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

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

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

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

 .nwa .author-box .author-description {
     text-align: center;
 }

/* Full画面幅 */
.full-width {
	margin: 0 calc(50% - 50vw);
	padding: 0 calc(50vw - 50%);
	padding-top: 0px;
	padding-bottom: 0px;
}

.page {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.entry-content {
  margin-top: 0 !important;
}

.content {
  margin-top: 0;
}
.article h1 {
  margin-top: 0;
  padding-top: 0;
}

/*TOPページのウィジェットのプロフィールコメントを中央寄せにする方法*/
/*ここから　*/
 .nwa .author-box .author-description {
     text-align: center;
}
/*TOPページのウィジェットのプロフィールコメントを中央寄せにする方法*/
/*ここまで　*/ 

.list {
  overflow: hidden;
}

.list-animation {
  animation: list-animation 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes list-animation {
  from {
    opacity: 0;
    transform: scale(1.1) translateY(24px);
  }

  32% {
    opacity: 0;
    transform: scale(1.1) translateY(24px);
  }
}

.home .site-content > *:first-child {
    min-height: 0 !important;
    height: auto !important;
}
.home .site-content {
    padding-top: 0 !important;
    margin-top: 0 !important;
}