/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/
/* 0100_基本設定
/************************************************************/
html #wpadminbar {
	display:none;
}
html{
	min-width:100% !important;
	margin-top:0 !important;
}
body, p, h4, h5 {
	font-size:15px !important;
	color:#3C3C3C !important;
	font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif !important;
	font-weight: 500 !important;
	letter-spacing: 0.08em;
	line-height: 1.8 !important;
	text-align: justify;
	position: relative;
	width: 100%;
}
h1, h2 ,h3, h4, h5{
	font-weight:500;
}
img{
	max-width: 100%;
	height: auto;
	width /***/:auto;　
}
.column-top-margin{
	margin:0 !important;
}
#wrap_all{
	width:100%;
	z-index:2;
}
.container{
	width:100% !important;
	max-width:100%;
	padding:0px;
}
.container_wrap{
	border:none;
}
.content, .sidebar{
	padding:0 !important;
}
#scroll-top-link{
	right: 20px;
    bottom: 40px;
}
.html_header_top.html_header_sticky #main{
	padding-top:0 !important;
}
/* reCAPTCHAバッジ（ロゴマーク）を消す ***/
.grecaptcha-badge {
	visibility: hidden;
}
/* リンク画像マウスホバー演出*****/
.image-overlay .image-overlay-inside{
	display:none;
}
.avia_transform a:hover .image-overlay {
    opacity: 0.4 !important;
	top:0 !important;
}
/* ドラッグ時の選択時の色（背景と文字色） */
::selection {
	background: #32c8e6;   /* あなたが指定した色 */
	color: #ffffff;        /* テキストの色（お好みで） */
}
/* ドラッグ時の選択時の色（Firefox対応用 - Mozillaプレフィックス） */
::-moz-selection {
	background: #32c8e6;
	color: #ffffff;
}
/* 0110_背景画像 *****************/
body{
	position: relative;
	width: 100%;
	min-height:100vh;
	background-color:#000;
	background-image: url(https://shop.des-reves.com/wp-content/uploads/2025/06/desreves_background.webp);
	background-repeat: repeat;
	background-size: 70em;
	background-attachment: fixed;
}
#wrap_all{
	/* width: 560px;
	margin: 0 auto 0 auto;
	padding: 0px;
	z-index: 2;
	max-width: 100%;*/
}
.all_footer{
	background-color:#fff;
	width: 560px;
	margin: 0 auto 0 auto;
	padding: 0px;
	z-index: 2;
	max-width: 100%;
}
/* 0120_ヘッダーメニュー *****************/
#header_main{
	border:none;
}
.header_bg{
	background-color: transparent !important;
}
/* メニュー内のリストの共通スタイル補足（Enfoldから引き継ぎ） */
#centered-fadein-menu {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  background: white;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
  padding: 20px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s;
}

#centered-fadein-menu.active {
  opacity: 1;
  visibility: visible;
}
/*Add your own styles here:*/