@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-in::before {
  content: "雨上がりの空に";
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 42px;
  font-weight: bold;
  color: white;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  z-index: 20;
  white-space: nowrap;
}

/* サブタイトル */
.appeal-in::after {
  content: "アラフィフおじさんのセカンドライフ";
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: #f0f0f0;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  z-index: 20;
  white-space: nowrap;
}

/* Just be yourself（下部に控えめ表示） */
.appeal-title {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  font-family: "Georgia", serif;
  color: rgba(0, 0, 0, 0.65);
  z-index: 10;
  white-space: nowrap;
}

/* 背景ボックス */
.appeal-content {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.4);
  padding: 10px 20px;
  border-radius: 10px;
  z-index: 5;
  width: max-content;
  max-width: 90%;
}

/* 親ブロック：ずれ防止 */
.appeal-in {
  position: relative;
  overflow: hidden;
}
.header .logo-header {
  display: none !important;
}
.appeal-content {
  background: none !important;
  padding: 0 !important;
  border: none !important;
}
