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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.logo-text{text-shadow: 0 0 3px #fff,0 0 3px #fff;}
.tagline{text-shadow: 0 0 3px #fff,0 0 3px #fff;}
.main {
	background-color: transparent;
	background-color: rgb(255 255 255 / 93%);
}
.header-container {
	 background-color: transparent;
}
body::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background: url(https://elenyans.com/wp-content/uploads/2024/03/aec3f89cae83060ba5e4fc4cd5baaec9_mono-scaled-1.jpg) center no-repeat;
    background-size: auto;
    background-size: cover;
    background-position: 0% 0%;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
.ba-fixed.header, .ba-fixed.appeal {
    background-attachment: fixed;
}
}

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

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