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

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

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


/*******************************************************************************
**  全体
*******************************************************************************/


/* ステッチ枠 */

.list-column,
.list-new-entries,
.blog:not(.front-top-page) .main,
.archive .main,
.search .main {
  box-shadow: 0 1px 3px 0px rgba(170, 170, 170, 0.18);
  background-color: color-mix(in srgb, var(--body-color) 60%, white);
  padding: var(--gap30) var(--main-padding);
  position: relative;
}

.list-new-entries:before,
.list-column:before,
.blog:not(.front-top-page) .main:before,
.archive .main:before,
.search .main:before {
  border: 1px dashed var(--main-color);
  bottom: auto;
  box-sizing: border-box;
  content: '';
  display: block;
  height: calc(100% - 8px);
  left: 4px;
  pointer-events: none;
  position: absolute;
  right: auto;
  top: 4px;
  width: calc(100% - 8px);
}


/*******************************************************************************
**  SWIPER
*******************************************************************************/

.body .content-top .is-auto-horizontal {
  padding-bottom: var(--gap30);
}


/* ページネーション */

.body .is-auto-horizontal .swiper-pagination {
  bottom: 10px!important;
  display: flex;
  gap: 5px;
}

.body .is-auto-horizontal .swiper-pagination-bullet {
  background-color: #ccc;
  border-radius: 0;
  height: 3px;
  margin: 0!important;
  opacity: 1;
  transition: all 0.3s;
  width: 30px;
}

.body .is-auto-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--main-color);
  width: 60px;
}


/* ページ送りボタン */

.body .is-auto-horizontal .swiper-button-next,
.body .is-auto-horizontal .swiper-button-prev {
  bottom: 0;
  height: unset!important;
  left: auto!important;
  right: 40px;
  top: auto!important;
  transform: unset;
}

.body .is-auto-horizontal .swiper-button-next {
  right: 0;
}

.body .is-auto-horizontal .swiper-button-prev:after,
.body .is-auto-horizontal .swiper-button-next:after {
  color: #ccc;
  font-size: 25px;
}

.body .is-auto-horizontal .swiper-button-prev:hover:after,
.body .is-auto-horizontal .swiper-button-next:hover:after {
  color: var(--main-color);
}


/*******************************************************************************
**  タイトル
*******************************************************************************/

.list-more-button:hover:after {
  transform: translateX(5px);
}

.list-title-in:before {
  background: linear-gradient(135deg, transparent 25%, var(--main-color) 26%, var(--main-color) 50%, transparent 51%, transparent 75%, var(--main-color) 76%, var(--main-color));
  background-size: 4px 4px;
  bottom: 0;
  content: '';
  height: 4px;
  left: 0;
  margin: 0;
  position: absolute;
  top: unset;
  width: 100%;
}

.list-title-in:after {
  content: none;
}

.list-title-in {
  color: var(--main-color)!important;
  font-size: 20px;
  padding: 0 1em 0.5em;
}


/*******************************************************************************
**  もっと見るボタン
*******************************************************************************/

.body .list-more-button {
  background-color: var(--main-color);
  border: 0;
  border-radius: 100px;
  box-shadow: unset;
  color: var(--text-color);
  display: inline-block;
  padding: 5px 15px!important;
  width: fit-content;
}

.list-more-button:after {
  background-color: #fff;
  border-radius: 100px;
  color: var(--main-color);
  content: '\f30b';
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  margin: 0 0 0 1em;
  line-height: 20px;
  text-align: center;
  transition: all 0.2s ease;
  width: 20px;
}


/*******************************************************************************
**  ペーネーション
*******************************************************************************/
/*
.pagination-next {
  display: none;
}"><a href="" class="btn btn-l has-background has-vivid-red-background-color" target="_self">コピーする</a></div>
*/

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

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

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

/*リンク下線消す*/
a{
text-decoration: none;
} 




