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

/* =========================
   全体カラー
========================= */

:root{
  --bg:#252525;
  --header:#000000;
  --card:#2d2d2d;
  --text:#f5f5f5;
  --sub:#b5b5b5;
  --gold:#c8a76b;
}
/* =========================
   サイト全体
========================= */

body{
  background:var(--bg);
  color:var(--text);
}

/* メインエリア */
.main,
.content,
.container{
  background:transparent;
}

/* TOPページの背景色 */
body.public-page{
    background-color:transparent;
}
/* =========================
   ヘッダー
========================= */

.header{
  background:#000;
  border:none;
}

.header-container{
  background:#000;
}


/* 記事エリア */

.article,
.entry-content,
.main{
  color:#f7f5f0;
}


/* 画面幅1024px以上で記事ページ上部に余白を追加 */
 .single #content-in{
	   background: #707070;
    padding-top: 0px;
}

/* タイトル */

.entry-title{
  color:var(--gold);
  font-weight:500;
  letter-spacing:1px;
}

/* =========================
   見出し
========================= */

.article h2{
  color:var(--gold);
  border-bottom:1px solid #444;
  border-left:none;
  background:none;
  padding:0 0 12px;
}

.article h3{
  color:#f0f0f0;
  border-left:2px solid var(--gold);
  padding-left:12px;
}

/* =========================
   本文
========================= */

.entry-content p{
  line-height:2;
  color:#e5e5e5;
font-family:"Noto Sans JP",sans-serif;

}

/* 記事内のリストだけゴシック体にする */
.entry-content ul,
.entry-content ol,
.entry-content li {
    font-family: "Noto Sans JP", sans-serif !important;
}

/* 表の中の文字を Noto Sans JP にする */
.entry-content table,
.entry-content table th,
.entry-content table td {
    font-family: "Noto Sans JP", sans-serif !important;
}

/* 記事編集画面のフォント設定 */
.block-editor-rich-text__editable {
    font-family: "Noto Sans JP", sans-serif !important;
}

/* =========================
   固定ページ共通デザイン
========================= */

/* 背景 */
.page .main{
    background:#fff;
}

/* コンテンツ幅 */
.page .entry-content{
    max-width:0px;
    margin:auto;
}

/* タイトル */
.page .entry-title{
    text-align:center;
    font-size:42px;
    font-weight:400;
    letter-spacing:.08em;
    margin-bottom:60px;
}

/* タイトル下ライン */
.page .entry-title::after{
    content:"";
    display:block;
    width:80px;
    height:2px;
    background:#c8a76b;
    margin:20px auto 0;
}

/* 本文 */
.page .entry-content p{
    line-height:2.2;
    color:#444;
    font-family:"Noto Sans JP", sans-serif;
}

/* H2 */
.page .entry-content h2{
    margin-top:80px;
    margin-bottom:30px;
    padding-bottom:10px;
    border-bottom:1px solid #ececec;
}

/* H3 */
.page .entry-content h3{
    margin-top:50px;
    margin-bottom:20px;
}

/* 横幅調整 */
.page.no-sidebar .content .main{
    margin:0 auto;
    width:99%;
    max-width:1200px;
}

@media screen and (min-width:1024px){

    .page.no-sidebar .content .main{
        width:95%;
    }

}

/* フッター余白 */
.page .footer-bottom{
    margin-top:0;
    padding:8px;
}
/* =========================
   お問い合わせページ
========================= */

/* 不要な要素を非表示 */
.page-id-23374 #breadcrumb,
.page-id-23374 .entry-title,
.page-id-23374 .read-time{
    display:none;
}

/* コンテンツ幅 */
.page-id-23374 .entry-content{
    max-width:1200px;
    margin:auto;
}

/* フォーム全体 */
.page-id-23374 .wpcf7{
    max-width:960px;
    margin:80px auto;
    padding:70px;
    background:#fff;
    border:1px solid #efefef;
    box-shadow:
        0 30px 80px rgba(0,0,0,.05),
        0 10px 20px rgba(0,0,0,.03);
    transition:.4s;
}

.page-id-23374 .wpcf7:hover{
    transform:translateY(-3px);
    box-shadow:
        0 40px 100px rgba(0,0,0,.08),
        0 15px 30px rgba(0,0,0,.05);
}

/* ラベル */
.page-id-23374 .wpcf7 label{
    display:block;
    margin-bottom:30px;
    font-weight:600;
    letter-spacing:.05em;
    color:#333;
}

/* 入力欄 */
.page-id-23374 .wpcf7 input,
.page-id-23374 .wpcf7 textarea{
    width:100%;
    padding:18px 20px;
    border:1px solid #ddd;
    border-radius:8px;
    background:#fafafa;
    transition:.3s;
}

/* フォーカス時 */
.page-id-23374 .wpcf7 input:focus,
.page-id-23374 .wpcf7 textarea:focus{
    background:#fff;
    border-color:#c8a76b;
    box-shadow:0 0 0 4px rgba(200,167,107,.15);
    outline:none;
}

/* テキストエリア */
.page-id-23374 .wpcf7 textarea{
    min-height:260px;
}

/* 送信ボタン */
.page-id-23374 .wpcf7-submit{
    width:100%;
    height:60px;
    background:#111 !important;
    color:#fff !important;
    border:none !important;
    border-radius:6px;
    letter-spacing:.2em;
    transition:.3s;
}

.page-id-23374 .wpcf7-submit:hover{
    background:#c8a76b !important;
    transform:translateY(-2px);
}
/* =========================
   404ページ専用
========================= */

/* 背景 */
.error404,
.error404 #content,
.error404 #content-in,
.error404 .main,
.error404 .article{
    background:#fff !important;
}

/* 404ページ全体幅 */
.error404 #content-in{
    width:98%;
    max-width:1200px;
    margin:0 auto;
}

.error404 .article{
    text-align:center;
    padding:120px 40px;
}

/* タイトル */
.error404 .entry-title{
    color:#222 !important;
    font-size:clamp(32px, 5vw, 72px);
    font-weight:300;
    letter-spacing:.05em;
    line-height:1.4;
    margin-bottom:20px;
	    white-space:nowrap;
}

/* ゴールドライン */
.error404 .entry-title::after{
    content:"";
    display:block;
    width:80px;
    height:2px;
    background:#c8a76b;
    margin:25px auto 50px;
}

/* 本文 */
.error404 p{
    max-width:700px;
    margin:0 auto 30px;
    color:#666;
    line-height:2.4;
    font-size:17px;
    margin-bottom:15px;

}

/* ホームへ戻るボタン */
.error404 .article::after{
    content:"トップページへ戻る";
    display:inline-block;
    margin-top:40px;
    padding:14px 36px;
    border:1px solid #c8a76b;
    color:#c8a76b;
    letter-spacing:.15em;
}
/* =========================
  記事内のブログカードのデザイン
========================= */

/* 画像の余白削除 */
.blogcard-thumb-image,
.internal-blogcard-thumb-image{
  margin: 0 !important;
}

/* カードの余白を調整 */
.blogcard {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 2.2%;
    padding-right: 2.2%;
}

/* デフォルトは非表示 */
.internal-blogcard-snippet{
  display: none;
}

/* PCのみ表示 */
@media screen and (min-width: 1024px){

  .internal-blogcard-snippet{
    display: block;
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.6;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

    overflow: hidden;
  }

}

/* ドメイン非表示 */
.internal-blogcard-site{
  display: none !important;
}

/* タイトル */
.internal-blogcard-title{
  font-size: 16px !important;
  line-height: 1.4 !important;

  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;

  overflow: hidden !important;
}

/* 枠線を薄く */
.internal-blogcard{
  border: 1px solid #e5e5e5 !important;
}

/* 日付 */
.internal-blogcard-date{
  font-size: 12px !important;
  color: #888 !important;
}

/* =========================
   記事下の関連記事
========================= */
/* 関連記事の色 */
.article, .entry-content, .main {
    color: #444;
}
/* TOPページの記事一覧のタイトルの色 */
.entry-card-title {
    color: #f5f5f5 !important;
}

/* 記事ページの関連記事のタイトルの色 */
.related-entry-card-title {
    color: #444 !important;
}
/* =========================
   サイドバー
========================= */

.sidebar{
  background:transparent;
}

.widget{
  background:var(--card);
  border:none;
}

/* =========================
   フッター
========================= */

.footer{
  background:#000;
}
/************************************
** ヘッダー下余白削除
************************************/

.main{
  padding-top:40 ;
}

.content{
  margin-top:0 !important;
}
/************************************
** TOPページ左右余白削除
************************************/

.home .main{
  padding-left:0 !important;
  padding-right:0 !important;
}

/************************************
** ヒーローエリア（トップメインビジュアル）
************************************/

/* ヒーロー画像全体 */
.hero-area{
  position: relative;
}

/* ヒーロー画像 */
.hero-area img{
  display: block;
  width: 100%;
  height: 540px;
  object-fit: cover;
}

/************************************
** HERO キャッチコピー
************************************/

.hero-catch{

  position:absolute;

  top:45%;
  left:50%;

  transform:translate(-50%,-50%);

  font-size:36px;
  font-weight:400;

  color:#000;

  letter-spacing:4px;

  text-shadow:
  0 0 8px rgba(255,255,255,.12),
  0 0 20px rgba(200,167,107,.12),
  0 0 40px rgba(200,167,107,.08);

  z-index:10;

  opacity:0;
  visibility:hidden;	

}

.hero-white{
  color:#fff;
  font-weight:400;
}

.hero-catch.show{

  opacity:1;

  visibility:visible;

  animation:
    heroCatchAppear 1.6s ease forwards,
    heroGlow 12s ease-in-out 3s infinite;

}
/************************************
** HEROキャッチコピー
** 下からふわっと表示
************************************/
@keyframes heroBreath{

  0%{
    transform:
      translate(-50%,-50%)
      scale(1);
  }

  50%{
    transform:
      translate(-50%,-50%)
      scale(1.005);
  }

  100%{
    transform:
      translate(-50%,-50%)
      scale(1);
  }

}
/************************************
** HEROキャッチコピー
** ふわっと光る
************************************/
@keyframes heroGlow{

  0%,
  100%{

    text-shadow:
      0 1px 2px rgba(255,255,255,.12);

  }

  50%{

    text-shadow:
      0 1px 2px rgba(255,255,255,.12),
      0 0 10px rgba(200,167,107,.08);

  }

}

/************************************
** PICKUPエリア
************************************/

/* 全体 */
.pickup-section{
  width:90%;
  margin:60px auto;
  padding:40px;

  background:transparent
    );
}

/* タイトル */
.pickup-title{
  margin-bottom:40px;
  color:#c4a46a;
  font-size:56px !important;
  font-weight:300;
  letter-spacing:8px;
}

/* レイアウト */
.pickup-grid{
  display:grid;
  grid-template-columns:1.4fr 1fr;
  gap:30px;
}

/* カード */
.pickup-main,
.pickup-sub{
	  padding:14px;
  position:relative;
 background:
    rgba(255,255,255,.015);
  box-shadow:
    0 4px 20px rgba(0,0,0,.12);
  border:1px solid rgba(200,167,107,.18);

  transition:
    transform .45s ease,
    box-shadow .45s ease,
    border-color .45s ease;
}

/* サブカード */
.pickup-side{
  display:flex;
  flex-direction:column;
  gap:30px;
}

/* 画像 */
.pickup-main img,
.pickup-sub img{
  width:100%;
  display:block;
  object-fit:cover;

  transition:
    transform .45s ease,
    filter .45s ease;
	
	margin-bottom:16px;

}

.pickup-main img{
  height:420px;
}

.pickup-sub img{
  height:165px;
}

/* 番号 */
.pickup-number{
  position:absolute;
  top:-18px;
  left:-18px;

  width:42px;
  height:42px;

  display:flex;
  align-items:center;
  justify-content:center;

  border-radius:50%;

  background:#161616;
  color:#c4a46a;

  border:1px solid rgba(196,164,106,.5);
  box-shadow:0 0 12px rgba(196,164,106,.15);

  font-size:18px;
  font-weight:600;

  z-index:10;
}

/* タイトル共通 */
.pickup-title-text,
.pickup-sub-title{
  display:block;

  color:#e8e6e3;

  transition:
    color .35s ease,
    transform .35s ease,
    text-shadow .35s ease,
    letter-spacing .35s ease;
}

.pickup-title-text{
  padding:12px 20px;
  font-size:28px;
  line-height:1.8;
}

.pickup-sub-title{
  padding-top:12px;
  font-size:20px;
  line-height:1.7;
}

/* 抜粋 */
.pickup-excerpt{
  padding:0 20px 20px;

  color:#e8e6e3;
  font-size:14px;
  line-height:1.8;

  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
}

.pickup-sub-excerpt{
  margin-top:8px;

  color:#e8e6e3;
  font-size:12px;
  line-height:1.6;

  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}

/* リンク */
.pickup-main a,
.pickup-sub a{
  text-decoration:none;
}

/************************************
** ホバー
************************************/

/* 画像 */
.pickup-main:hover img,
.pickup-sub:hover img{
  transform:scale(1.05);
}

/* タイトル */
.pickup-main:hover .pickup-title-text,
.pickup-sub:hover .pickup-sub-title{
  color:#d9bc7a;

  transform:scale(1.03);

  letter-spacing:.04em;

  text-shadow:
    0 0 10px rgba(217,188,122,.25),
    0 0 20px rgba(217,188,122,.12);
}
/************************************
** サイト全体の記事画像をホバー
************************************/
.entry-card-thumb{
  overflow:hidden;
}

.entry-card-thumb-image{
  transition:transform .35s ease;
}

.a-wrap:hover .entry-card-thumb-image{
  transform:scale(1.04);
}

/************************************
** インデックスタブ
************************************/

/* 通常 */
.index-tab-buttons .index-tab-button{
    background:#383838 !important;
    color:#d6d6d6 !important;

    border:1px solid rgba(196,164,106,.3) !important;

    border-radius:4px;

    transition:.25s ease;
}

/* ホバー */
.index-tab-buttons .index-tab-button:hover{
    background:#555 !important;
    color:#ffffff !important;
}

/* 選択中 */
#index-tab-1:checked ~ .index-tab-buttons label[for="index-tab-1"],
#index-tab-2:checked ~ .index-tab-buttons label[for="index-tab-2"],
#index-tab-3:checked ~ .index-tab-buttons label[for="index-tab-3"],
#index-tab-4:checked ~ .index-tab-buttons label[for="index-tab-4"]{

    background:#ececec !important;
    color:#333 !important;

    border-color:#f2f2f2 !important;
}

/************************************
** 記事一覧抜粋
************************************/
.entry-card-snippet{
  color:#b5b5b5;
  font-size:14px;
  line-height:1.8;
}
/************************************
** 記事一覧背景
************************************/

.list-wrap{
    padding:25px;
	 background:transparent
     );
}

.entry-card-date{

    color:#c4a46a;
}

/************************************
** 記事一覧ホバー
************************************/

.a-wrap:hover .entry-card-title{
    color:#c4a46a;
    transition:color .25s ease;
}

.entry-card-title,
.related-entry-card-title{

    color:#e8e6e3;

    font-size:18px;
    line-height:1.7;

    font-weight:500;
}

.pickup-sub img{
  width:100%;
  height:auto;
}

.pickup-main img{
  height:340px;
}

.pickup-sub img{
  height:135px;
}



/************************************
** 記事一覧カテゴリラベル非表示
************************************/
.entry-card-thumb .cat-label{
  display:none !important;
}

	/************************************
** 記事カード
** ホバーで浮かせる
************************************/
.entry-card-wrap:hover{

  transform:translateY(-6px);

  border-color:#c4a46a;

  box-shadow:
    0 0 0 1px rgba(196,164,106,.35),
    0 0 25px rgba(196,164,106,.12),
    0 18px 40px rgba(0,0,0,.45);

}
	/************************************
** タイトル
** ホバーでゴールド
************************************/
.entry-card-title{

  transition:.4s;

}

.entry-card-wrap:hover .entry-card-title{

  color:#d9bc7a !important;

  text-shadow:
    0 0 10px rgba(217,188,122,.25);

}
	/************************************
** ゴールドシャイン
************************************/
.entry-card-wrap{
  position:relative;
  overflow:hidden;

  border:1px solid rgba(196,164,106,.15);

  transition:
    transform .4s ease,
    box-shadow .4s ease,
    border-color .4s ease;
}

.entry-card-wrap::before{

  content:"";

  position:absolute;

  top:0;
  left:-150%;

  width:45%;
  height:100%;

  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(255,220,120,.12),
      transparent
    );

  transform:skewX(-25deg);

  transition:1s;

  z-index:10;

  pointer-events:none;

}

.entry-card-wrap:hover::before{

  left:180%;

}
/************************************
** PICKUP番号
** PC版は切れ防止
************************************/
.pickup-main,
.pickup-sub{
  overflow:visible !important;
}
.pickup-title-text,
.pickup-excerpt,
.pickup-sub-title,
.pickup-sub-excerpt{
  padding-left:15px;
  padding-right:15px;
}
#index-tab-wrap{
  width:90%;
  margin:0 auto;
}
/************************************
** 記事一覧エリア
** PC版
************************************/

@media screen and (min-width:835px){

  #index-tab-wrap{

    width:98%;

    margin:0 auto;

  }
	.pickup-section{

    width:100%;

    margin:0;

  }

}

#site-loading{

  position:fixed;
  inset:0;

  background:#0f0f0f;

  z-index:999999;

  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;

  transition:1s ease;

}

#site-loading.loaded{

  opacity:0;
  visibility:hidden;

}

.loading-logo{

  color:#c4a46a;

  font-size:42px;

  letter-spacing:.2em;

  margin-bottom:30px;

}

.loading-line{

  width:0;

  height:1px;

  background:#c4a46a;

  animation:
    loadingLine 2s ease forwards;

}

@keyframes loadingLine{

  from{
    width:0;
  }

  to{
    width:220px;
  }

}
	/************************************
** 記事ページ背景
************************************/

.single{
  background:#fff !important;
}

.single #content{
  background:#f2f2f2 !important;
}

.single .main,
.single .article{
  background:#fff !important;
}

/* 記事幅制限 */
.single .main{
  width: 100%;
  max-width: 1000px;
  margin-left: auto !important;
  margin-right: auto !important;
}


/************************************
** 記事ページ文字
************************************/

.single .entry-content,
.single .entry-content p,
.single .entry-content li *{

  color:#333 !important;

}


/************************************
** 画像回り込み解除
************************************/

.single .entry-content .alignleft{

  float:none !important;

  display:block;

  margin:2em auto !important;

}


/************************************
** 記事画像
************************************/

.single .entry-content img{

  max-width:100% !important;
  height:auto !important;

  display:block;

  margin:2em auto;

}

/************************************
** 記事タイトル
************************************/

.single .entry-title{

  margin-top:24px;
  margin-bottom:28px;

  padding-bottom:18px;

  border-bottom:
    1px solid rgba(200,167,107,.6);

  font-weight:400;

  letter-spacing:.04em;

  line-height:1.4;

  color:#2c2c2c;

}
.read-time{

  text-align:center;

  font-size:0.9em;

  color:#666;

  border-top:1px solid #ddd;

  border-bottom:1px solid #ddd;

  padding:12px 0;

  margin:2em 3%;

}

.article h2,
.article h4,
.article h5,
.article h6{
  color:#2c2c2c;
}

.article h3{
  color:#8b6a2b;
}

a {

  text-decoration: none;

}

.entry-content a {

  color: #444;

  text-decoration: none;

}

.entry-content a:hover {

  color: #a67c3d;

  text-decoration: underline;

}

/* 目次 */

.toc-content a:hover {

  color: #a67c3d;

  text-decoration: underline;

}

/* 記事ページのパンくずリスト以下を下げる */
.single #content{
  transform: translateY(8px);
}

/*======================================
  TRAVEL LOADING
======================================*/

#travel-loading{
  position:fixed;
  inset:0;
  z-index:9999999;
  overflow:hidden;

  background:
    radial-gradient(
      circle at center,
      #1b1712 0%,
      #0d0c0a 70%
    );
}

/* フィルムノイズ */

#travel-loading::before{
  content:"";

  position:absolute;
  inset:0;

  background:
    repeating-linear-gradient(
      0deg,
      rgba(255,255,255,.02),
      rgba(255,255,255,.02) 1px,
      transparent 1px,
      transparent 3px
    );

  opacity:.08;
}

/* 地平線 */

#travel-loading::after{
  content:"";

  position:absolute;

  left:0;
  bottom:28%;

  width:100%;
  height:2px;

  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(255,245,220,.28),
      rgba(255,245,220,.45),
      rgba(255,245,220,.28),
      transparent
    );

  box-shadow:
    0 0 12px rgba(255,245,220,.12);
}

/*======================================
  MOON
======================================*/

.moon{
  position:absolute;

  top:10%;
  right:10%;

  width:80px;
  height:80px;

  border-radius:50%;

  background:
    radial-gradient(
      circle at 35% 35%,
      rgba(255,255,240,.95) 0%,
      rgba(255,245,220,.72) 45%,
      rgba(255,230,180,.18) 75%,
      transparent 100%
    );

  box-shadow:
    0 0 24px rgba(255,245,220,.22),
    0 0 60px rgba(255,245,220,.08);
}

/*======================================
  STARS
======================================*/

#travel-loading .sky-star{

  position:absolute;

  width:3px;
  height:3px;

  border-radius:50%;

  background:#f8f8f8;

  opacity:.45;

  animation-name:skyStarTwinkle;
  animation-timing-function:ease-in-out;
  animation-iteration-count:infinite;

}

/*======================================
  STAR POSITION
======================================*/

.sky-star1{top:18%;left:22%;}
.sky-star2{top:12%;left:68%;}
.sky-star3{top:24%;left:82%;}
.sky-star4{top:8%;left:48%;}
.sky-star5{top:20%;left:12%;}

.sky-star6{top:6%;left:8%;}
.sky-star7{top:14%;left:16%;}
.sky-star8{top:9%;left:28%;}
.sky-star9{top:18%;left:36%;}
.sky-star10{top:7%;left:44%;}

.sky-star11{top:16%;left:52%;}
.sky-star12{top:10%;left:60%;}
.sky-star13{top:5%;left:72%;}
.sky-star14{top:15%;left:84%;}
.sky-star15{top:9%;left:92%;}

.sky-star16{top:22%;left:6%;}
.sky-star17{top:28%;left:18%;}
.sky-star18{top:26%;left:30%;}
.sky-star19{top:32%;left:40%;}
.sky-star20{top:24%;left:50%;}

.sky-star21{top:30%;left:58%;}
.sky-star22{top:26%;left:66%;}
.sky-star23{top:34%;left:74%;}
.sky-star24{top:22%;left:82%;}
.sky-star25{top:28%;left:90%;}

.sky-star26{top:38%;left:12%;}
.sky-star27{top:42%;left:24%;}
.sky-star28{top:36%;left:46%;}
.sky-star29{top:40%;left:68%;}
.sky-star30{top:44%;left:88%;}

/*======================================
  SMALL STARS
======================================*/

.sky-star1,
.sky-star4,
.sky-star8,
.sky-star12,
.sky-star16,
.sky-star20,
.sky-star24,
.sky-star28{

  width:2px;
  height:2px;

  opacity:.3;

}

/*======================================
  BRIGHT STARS
======================================*/

.sky-star3,
.sky-star7,
.sky-star11,
.sky-star15,
.sky-star19,
.sky-star23,
.sky-star27{

  width:4px;
  height:4px;

  opacity:.9;

  box-shadow:
    0 0 4px rgba(255,255,255,.8),
    0 0 8px rgba(255,255,255,.25);

}

/*======================================
  HERO STARS
======================================*/

.sky-star13,
.sky-star14,
.sky-star18{

  width:5px;
  height:5px;

  opacity:1;

  box-shadow:
    0 0 6px rgba(255,255,255,.9),
    0 0 14px rgba(255,255,255,.35);

}

/*======================================
  STAR COLORS
======================================*/

.sky-star3,
.sky-star11,
.sky-star18{
  background:#fff9d8;
}

.sky-star7,
.sky-star22{
  background:#dcecff;
}

.sky-star15,
.sky-star27{
  background:#ffe8da;
}

/*======================================
  ANIMATION
======================================*/

@keyframes skyStarTwinkle{

  0%{
    opacity:.25;
  }

  40%{
    opacity:.5;
  }

  50%{
    opacity:1;
  }

  60%{
    opacity:.5;
  }

  100%{
    opacity:.25;
  }

}

@keyframes skyStarFast{

  0%{
    opacity:.15;
  }

  50%{
    opacity:1;
  }

  100%{
    opacity:.15;
  }

}

@keyframes skyStarSlow{

  0%{
    opacity:.4;
  }

  50%{
    opacity:.75;
  }

  100%{
    opacity:.4;
  }

}

/*======================================
  SPECIAL STARS
======================================*/

.sky-star3,
.sky-star11,
.sky-star19{
  animation-name:skyStarFast;
}

.sky-star7,
.sky-star22,
.sky-star28{
  animation-name:skyStarSlow;
}

/*======================================
  RANDOM SPEED
======================================*/

.sky-star1{animation-duration:1.8s;animation-delay:.3s;}
.sky-star2{animation-duration:2.6s;animation-delay:1.5s;}
.sky-star3{animation-duration:1.5s;animation-delay:2.8s;}
.sky-star4{animation-duration:2.8s;animation-delay:.9s;}
.sky-star5{animation-duration:1.9s;animation-delay:1.2s;}

.sky-star6{animation-duration:2.3s;animation-delay:1.8s;}
.sky-star7{animation-duration:1.4s;animation-delay:.4s;}
.sky-star8{animation-duration:2.7s;animation-delay:2.2s;}
.sky-star9{animation-duration:1.6s;animation-delay:1.1s;}
.sky-star10{animation-duration:2.5s;animation-delay:1.0s;}

.sky-star11{animation-duration:1.7s;animation-delay:1.6s;}
.sky-star12{animation-duration:2.9s;animation-delay:.7s;}
.sky-star13{animation-duration:1.3s;animation-delay:2.5s;}
.sky-star14{animation-duration:2.4s;animation-delay:1.3s;}
.sky-star15{animation-duration:1.8s;animation-delay:2.4s;}

.sky-star16{animation-duration:2.2s;animation-delay:.5s;}
.sky-star17{animation-duration:1.5s;animation-delay:2.7s;}
.sky-star18{animation-duration:2.6s;animation-delay:1.4s;}
.sky-star19{animation-duration:1.4s;animation-delay:2.1s;}
.sky-star20{animation-duration:2.8s;animation-delay:.8s;}

.sky-star21{animation-duration:1.7s;animation-delay:2.0s;}
.sky-star22{animation-duration:2.3s;animation-delay:1.2s;}
.sky-star23{animation-duration:1.5s;animation-delay:2.5s;}
.sky-star24{animation-duration:2.7s;animation-delay:.6s;}
.sky-star25{animation-duration:1.9s;animation-delay:1.9s;}

.sky-star26{animation-duration:2.1s;animation-delay:1.7s;}
.sky-star27{animation-duration:1.4s;animation-delay:.2s;}
.sky-star28{animation-duration:2.5s;animation-delay:2.4s;}
.sky-star29{animation-duration:1.6s;animation-delay:1.0s;}
.sky-star30{animation-duration:2.2s;animation-delay:2.3s;}
/*======================================
  WALKER
======================================*/

.walker{

  position:absolute;

  left:-120px;

  bottom:24%;

  width:90px;
  height:140px;

  animation:
    moveAcross 8s linear forwards;
}

/* 頭 */

.walker-head{

  position:absolute;

  top:0;
  left:36px;

  width:18px;
  height:18px;

  border-radius:50%;

  background:#f5f1e8;
}

/* 帽子 */

.walker-head::before{

  content:"";

  position:absolute;

  top:-5px;
  left:2px;

  width:14px;
  height:7px;

  background:#d9c7a2;

  border-radius:4px 4px 0 0;
}

.walker-head::after{

  content:"";

  position:absolute;

  top:1px;
  left:-4px;

  width:26px;
  height:3px;

  border-radius:10px;

  background:#c8b089;
}

/* 胴体 */

.walker-body{

  position:absolute;

  top:18px;
  left:41px;

  width:8px;
  height:48px;

  border-radius:10px;

  background:#f5f1e8;
}

/* リュック */

.walker-backpack{

  position:absolute;

  top:24px;
  left:30px;

  width:14px;
  height:22px;

  border-radius:5px;

  background:#c7b08a;

  transform:
    rotate(-4deg);
}

.walker-backpack::before{

  content:"";

  position:absolute;

  top:-4px;
  left:2px;

  width:10px;
  height:7px;

  border-radius:3px;

  background:#d8c29c;
}

.walker-strap{

  position:absolute;

  top:24px;
  left:40px;

  width:2px;
  height:26px;

  background:#d8c29c;

  border-radius:10px;

  transform:
    rotate(10deg);
}

/* 腕 */

.walker-arm{

  position:absolute;

  top:26px;
  left:43px;

  width:4px;
  height:34px;

  background:#f5f1e8;

  border-radius:10px;

  transform-origin:top center;
}

.arm-left{
  animation:
    armLeft 1.2s ease-in-out infinite;
}

.arm-right{
  animation:
    armRight 1.2s ease-in-out infinite;
}

/* 脚 */

.walker-leg{

  position:absolute;

  top:66px;
  left:43px;

  width:5px;
  height:42px;

  background:#f5f1e8;

  border-radius:10px;

  transform-origin:top center;
}

.leg-left{
  animation:
    legLeft 1.2s ease-in-out infinite;
}

.leg-right{
  animation:
    legRight 1.2s ease-in-out infinite;
}

/* 歩行 */

@keyframes moveAcross{

  0%{
    left:-120px;
    transform:translateY(0);
  }

  25%{
    transform:translateY(-2px);
  }

  50%{
    transform:translateY(1px);
  }

  75%{
    transform:translateY(-2px);
  }

  100%{
    left:calc(100vw + 120px);
    transform:translateY(0);
  }

}

@keyframes armLeft{

  0%{transform:rotate(35deg);}
  50%{transform:rotate(-30deg);}
  100%{transform:rotate(35deg);}
}

@keyframes armRight{

  0%{transform:rotate(-35deg);}
  50%{transform:rotate(30deg);}
  100%{transform:rotate(-35deg);}
}

@keyframes legLeft{

  0%{transform:rotate(-27deg);}
  50%{transform:rotate(24deg);}
  100%{transform:rotate(-27deg);}
}

@keyframes legRight{

  0%{transform:rotate(27deg);}
  50%{transform:rotate(-24deg);}
  100%{transform:rotate(27deg);}
}

/*======================================
  NOW LOADING
======================================*/

.travel-text{

  position:absolute;

  left:50%;
  bottom:11%;

  transform:translateX(-50%);

  color:#8c6b2f;

  font-size:36px;

  letter-spacing:6px;

  font-weight:800;

  white-space:nowrap;

  text-shadow:
    0 0 6px rgba(200,165,90,.35),
    0 0 16px rgba(200,165,90,.18);

  animation:
    loadingGold 1.6s ease-in-out infinite;
}

@keyframes loadingGold{

  0%{
    opacity:.45;
    color:#9f7d38;
  }

  50%{
    opacity:1;
    color:#d4b06a;
  }

  100%{
    opacity:.45;
    color:#9f7d38;
  }

}

@keyframes loadingBlink{

  0%{opacity:1;}
  50%{opacity:.35;}
  100%{opacity:1;}
}

/*======================================
  FADE OUT
======================================*/

#travel-loading.loaded{

  opacity:0;
  visibility:hidden;
  pointer-events:none;

  transition:1s ease;
}

/*======================================
  MOBILE
======================================*/

@media screen and (max-width:480px){


}

@keyframes heroCatchAppear{

  0%{

    opacity:0;

    filter:
      blur(6px);

  }

  40%{

    opacity:.4;

    filter:
      blur(4px);

  }

  100%{

    opacity:1;

    filter:
      blur(0);

  }

}
































/********************************************************************************************************************************************************************************
** レスポンシブデザイン用のメディアクエリ
********************************************************************************************************************************************************************************/
/*1023px以下*/
@media screen and (max-width:1023px){

/*======================================
PICKUPエリア
======================================*/

/** レイアウト **/
.pickup-section{
  width:100%;
  margin:0;
  padding:15px;
}

.pickup-title{
  font-size:36px !important;
  letter-spacing:2px;
  transform:translateY(20px);
}

.pickup-grid{
  display:block;
}

.pickup-side{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:15px;
  margin-top:15px;
}

.pickup-main,
.pickup-sub{
  overflow:visible;
}

.pickup-main img,
.pickup-sub img{
  height:auto;
}

/** 抜粋 **/
.pickup-excerpt,
.pickup-sub-excerpt{
  display:none !important;
}

/** サブタイトル **/
.pickup-sub-title{
  font-size:13px;
  line-height:1.5;

  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;

  overflow:hidden;
  margin-bottom:10px;
}

/** カテゴリ **/
.pickup-category{
  position:absolute;
  top:10px;
  right:10px;

  background:rgba(0,0,0,.7);
  color:#fff;

  padding:4px 8px;
}

/** 番号 **/
.pickup-number{
  position:absolute;
  top:-10px;
  left:0;

  width:auto !important;
  height:auto !important;
  padding:0;

  background:none !important;
  border:none;
  border-radius:0 !important;
  box-shadow:none;

  font-size:0 !important;
  line-height:1 !important;
}

.pickup-main .pickup-number::after{
  content:"①";
  color:#c4a46a;
  font-size:24px;
  font-weight:700;
}

.pickup-side .pickup-sub:nth-child(1) .pickup-number::after{
  content:"②";
  color:#c4a46a;
  font-size:24px;
  font-weight:700;
}

.pickup-side .pickup-sub:nth-child(2) .pickup-number::after{
  content:"③";
  color:#c4a46a;
  font-size:24px;
  font-weight:700;
}

/*======================================
ヒーロー
======================================*/

/** 画像 **/
.hero-area img{
  width:100%;
  height:300px;
  object-fit:cover;
}

/** キャッチコピー **/
.hero-catch{
  top:35%;
  font-size:18px;
  letter-spacing:0;
  white-space:nowrap;
  color:#000;
}

.hero-white{
  color:#fff;

  text-shadow:
    0 0 6px rgba(255,255,255,.25),
    0 0 14px rgba(255,255,255,.12);
}

/** HERO下余白 **/
#custom_html-3{
  margin-bottom:0 !important;
}

/*======================================
スマホヘッダー
======================================*/

.mobile-header-menu-buttons{
  background:#000 !important;
  min-height:70px;

  box-shadow:none !important;
  border-bottom:none !important;
}

.mobile-header-menu-buttons a{
  color:#fff !important;
}

.mobile-header-menu-buttons .menu-caption,
.navi-menu-icon,
.search-menu-icon,
.menu-caption{
  color:#c4a46a !important;
}

/*======================================
ドロワーメニュー
======================================*/

#navi-menu-content{
  background:#111 !important;
  border-right:1px solid rgba(196,164,106,.3);
}

#navi-menu-content a{
  color:#fff !important;
}

#navi-menu-content .sub-menu a{
  color:#ddd !important;
}

#navi-menu-content li{
  border-bottom:1px solid rgba(255,255,255,.08);
}

/*======================================
スマホナビ
======================================*/

#navi{
  display:block !important;
  height:auto !important;

  background:#000;
  background-image:none !important;

  box-shadow:none !important;
  border:none !important;
}

#navi-in{
  width:100%;

  overflow-x:auto;
  overflow-y:hidden;

  background-image:none !important;

  box-shadow:none !important;
  border:none !important;
}

.menu-top.menu-header{
  display:flex !important;
  flex-wrap:wrap !important;
  justify-content:flex-start !important;

  width:max-content;

  margin:0;
  padding:0 10px;

  white-space:nowrap;
}

.menu-top.menu-header > li{
  width:auto !important;
  flex:none !important;
}

.menu-top.menu-header > li > a{
  display:block;

  padding:12px 6px !important;

  font-size:11px !important;
}

/*======================================
記事一覧
======================================*/

/** エリア **/
#index-tab-wrap{
  width:100%;
  margin:0;
  padding:10px !important;
}

/** カテゴリラベル **/
.entry-card-thumb .cat-label{
  display:none !important;
}

/** カード **/
.entry-card-wrap{
  position:relative;
  overflow:hidden;

  border:1px solid rgba(196,164,106,.15);

  transition:
    transform .4s ease,
    box-shadow .4s ease,
    border-color .4s ease;

  padding-top:0 !important;
  padding-bottom:0 !important;
}

.entry-card-wrap:hover{
  transform:translateY(-6px);

  border-color:#c4a46a;

  box-shadow:
    0 0 0 1px rgba(196,164,106,.35),
    0 0 25px rgba(196,164,106,.12),
    0 18px 40px rgba(0,0,0,.45);
}

/** ゴールドシャイン **/
.entry-card-wrap::before{
  content:"";

  position:absolute;

  top:0;
  left:-150%;

  width:45%;
  height:100%;

  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(255,220,120,.12),
      transparent
    );

  transform:skewX(-25deg);

  transition:1s;

  z-index:10;
  pointer-events:none;
}

.entry-card-wrap:hover::before{
  left:180%;
}

/** 下線 **/
.entry-card-wrap::after{
  content:"";

  position:absolute;

  left:15px;
  right:15px;
  bottom:0;

  height:1px;

  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(196,164,106,.5),
      transparent
    );
}

/** サムネイル **/
.entry-card-thumb{
  margin-bottom:15px !important;
}

.entry-card-thumb-image{
  filter:
    brightness(.88)
    contrast(1.05);

  transition:
    transform .6s ease,
    filter .6s ease;
}

.entry-card-wrap:hover .entry-card-thumb-image{
  transform:scale(1.03);

  filter:
    brightness(1.05)
    contrast(1.05);
}

/** コンテンツ **/
.entry-card-content{
  display:flex !important;
  flex-direction:column !important;
  height:100%;

  padding:15px;
}

/** タイトル **/
.entry-card-title{
  font-size:17px !important;
  line-height:1.8;
  letter-spacing:.03em;

  transition:.4s;
}

.entry-card-wrap:hover .entry-card-title{
  color:#d9bc7a !important;

  text-shadow:
    0 0 10px rgba(217,188,122,.25);
}

/** 抜粋 **/
.entry-card-snippet{
  display:-webkit-box !important;

  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;

  overflow:hidden;

  font-size:13px;
  line-height:1.7;
}

/** 日付 **/
.entry-card-meta{
  margin-top:auto !important;
  padding-bottom:10px;

  color:#c4a46a !important;
}

.post-update{
  font-size:11px !important;
  color:#c4a46a !important;
}



/* スマホ版で指を離したらホバーが消える */
.pickup-main:is(:hover,:active) .pickup-title-text,
.pickup-sub:is(:hover,:active) .pickup-sub-title{
  color:#d9bc7a;
  transform:scale(1.03);
  letter-spacing:.04em;
}


/* 記事ページ上部とナビの間の余白を削除 */
#breadcrumb{
  margin-top:0 !important;
}

/* 1023px以下で記事ページの左右に余白を */

  .content-in{
    padding-left: 0%;
    padding-right: 0%;
    background-color: #a9a9a9;
  }
	.main,
.content,
.container {
    background: transparent;
}

}


/* タブレットのみ */
@media screen and (min-width:835px) and (max-width:1023px){

  #header-in{
    display:none !important;
  }

  #navi{
    margin-top:0 !important;
    padding-top:10px !important;
  }

}

/* スマホ */
@media screen and (max-width: 834px){

  .logo.logo-header.logo-image{
    display:none !important;
  }

}

/* ナビの文字サイズ */
@media screen and (min-width:480px) and (max-width:1023px){

  .menu-top.menu-header > li > a{
    font-size:13px !important;
  }

}

/* 1023px以下でnaviの横幅を自動的に変えて中央揃え */
@media screen and (min-width:480px) and (max-width:1023px){

  .menu-top.menu-header{

    width:90% !important;
    margin:0 auto !important;

    justify-content:space-evenly !important;

  }

}
@media screen and (min-width: 1024px){

  .main{
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
	
 .pickup-main img,
  .pickup-sub img{
    width:100%;
    height:auto !important;
    aspect-ratio:auto;
    object-fit:contain;
  }
	
	.single #content{
  transform:translateY(-30px);
}
	
.single #header-container{
  padding-bottom:20px;
}

}

/* TOPページの背景が映るように以下の背景を透明にする */
.header-container,
.main,
.sidebar,
.footer{
 background:transparent
}

.widget-index-top,
.widget-index-middle,
.widget-index-bottom{
  background:transparent !important;
}

/* TOPページの背景の色 */
#content-in{
  background:
    radial-gradient(
      circle at top center,
      rgba(200,167,107,.06),
      transparent 40%
    ),
    linear-gradient(
      180deg,
      #23201c 0%,
      #171514 45%,
      #0f0f0f 100%
    );
}
.widget-index-middle{
  background:transparent !important;
}
.widget-index-bottom{
  background:transparent !important;
}

/* タブ全体 */
#index-tab-wrap{
  border-top:1px solid rgba(200,167,107,.25);
}

/* タブ */
#index-tab-wrap a{
  border-radius:0;

  border:1px solid rgba(200,167,107,.25);

  background:rgba(255,255,255,.02);

  color:#c8a76b;

  letter-spacing:2px;
  font-weight:300;
}

/*ヒーロー画像上部の余白を削除*/
 main.main,
  div.sidebar {  padding: 20px 10px; !important
}


/*834px以下*/
@media screen and (max-width: 834px){
	
/*pickupタイトルをスマホ版では小さく*/
.pickup-title-text{
  padding:12px 20px;
  font-size:20px;
  line-height:1.8;
}
/*記事の角丸を消す*/
.single .main{
  border-radius: 0 !important;
}

}

/*480px以下*/
@media screen and (max-width: 480px){
	
/*記事一覧抜粋 スマホでは非表示*/
.entry-card-snippet{
display:none !important;
}
	
	/*歩く人をスマホ版では小さく*/
	  .walker{
    transform:scale(.72);
  }

  .travel-text{
    font-size:15px;
    letter-spacing:4px;
  }

  .moon{
    width:60px;
    height:60px;
  }
	
}
