@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){
  /*必要ならばここにコードを書く*/
}

#appeal {
  position: relative; /* タグを絶対配置するため必須 */
  overflow: hidden;
	filter: contrast(140%);
    background-size: 200%;
    background-position: center;
}

#appeal #fv-floating-tags {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  /* pointer-events: none; ← これ削除 */
}

#appeal .fv-tag {
    position: absolute;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    /* background: rgba(0, 0, 0, 0.3); */
    padding: 4px 10px;
    border-radius: 20px;
    white-space: nowrap;
    text-decoration: none;
    pointer-events: auto;
    cursor: pointer;
    text-shadow: 1px 1px 1px #555;
    font-family: "Noto Sans JP", sans-serif;
}

#appeal .fv-tag:hover {
  background: rgba(0,0,0,0.6);
}
