/*
Theme Name: ウンゲツィーファの公式サイト
Theme URL: https://ungeziefer.site/
Description: ウンゲツィーファの公式サイトです
Version: 1.0
Author: ungeziefer
Author URI: https://ungeziefer.site/
*/
@charset "UTF-8";

/* カーソルアイコンの画像と判定位置 */
* {
cursor : url('https://ungeziefer.site/wp-content/uploads/2026/03/icon-fly_32_20deg.png') 14 3, auto;	
}

/* 影をつけるためのカスタムクラス */
/* .has-flyer-shadow img {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
} */


/* .gallery-lists__img {
	height: auto;
} */


/* .editor-cont strong {
	font-weight: 600;
} */

/* @media (max-width: 767px) {
	.header__menu {
		top: 104px;
	}
	.header__menu-heading {
		top: 46px;
	}
	.header__menu-sns {
		top: 80px;
	}
} */



  /* --- 6. リンク・装飾（a要素, marked） --- */
/*  .editor-cont p a,
 .editor-cont li a,
 .editor-cont dt a,
 .editor-cont dd a,
 .editor-cont td a,
 .editor-cont th a,
 .editor-cont figcaption a {
    border: 3px solid #ffef00;
    display: inline-block;
    line-height: .8;
    vertical-align: middle;
    padding: 0 2px;
    text-decoration: none;
  } 引越し済み*/


/* .editor-cont .wp-block-button__link {
	display: block;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 6px;
	font-size: 18px;
	line-height: 25px;
	font-weight: 300;
	text-decoration: none;
	text-align: center;	
	border: 1px solid #251e1c;
	border-radius: 10px;
	background-color: transparent;
	color: #251e1c;
}
@media (max-width: 767px) {
	.editor-cont .wp-block-button__link {
		font-size: 14px;
		line-height: 20px;
		border-radius: 8px;
	}
} */

/* .editor-cont .n2-ss-slider {
  	max-width: 100vw !important;
  	width: 1006px !important;
	padding: 0 78px;
  	margin-left: 50%;
	transform: translateX(-50%);
}
@media (max-width: 767px) {
	.editor-cont .n2-ss-slider {
		width: 100% !important;
		padding: 0 0;
	}
} */

/* @media (max-width: 767px) {
	.front-page__next-stage--no-padding {
		margin-left: -25px;
		margin-right: -25px;
	}
} */

/* .front-page .n2-ss-slider {
	padding: 0 78px 40px;
	max-width: 2000px !important;
}
@media (max-width: 767px) {
	.front-page .n2-ss-slider {
		padding: 0 25px 10px;
		height: 500px !important;
	}
} */


/* youtube */
/* .editor-cont .wp-block-embed-youtube .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-top: 56.25%;
  background: #000;
}
.editor-cont .wp-block-embed-youtube .wp-block-embed__wrapper iframe {
  position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
} */

/* .editor-cont figcaption {
	text-align: center;
}
.editor-cont .alignright figcaption {
	text-align: right;
}
.editor-cont .alignleft figcaption {
	text-align: left;
}
 */

/* 画像ブロック：幅広（1006px固定）スタイル */
/* .wp-block-image.is-style-image-wide-custom {
  max-width: 100vw !important;
  width: 1006px !important;
  margin-left: 50% !important;
  transform: translateX(-50%) !important;
  padding: 0 78px !important;
} */

/* 中の画像自体を枠いっぱいに広げる設定 */
/* .wp-block-image.is-style-image-wide-custom img {
  width: 100% !important;
  height: auto !important;
} */

/* スマホ版（767px以下）の設定 */
/* @media (max-width: 767px) {
  .wp-block-image.is-style-image-wide-custom {
    width: 100% !important;
    padding: 0 !important;
    margin-left: 0 !important;
    transform: none !important;
  }
} */





/* .editor-cont .is-layout-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 30px;
  row-gap: 4px;
  width: 1162px;
  max-width: 100vw;
  padding: 0 78px;
  margin-left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1024px) {
	.editor-cont .is-layout-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 767px) {
	.is-layout-grid {
		padding: 0 25px !important;
		column-gap: 15px !important;
  		row-gap: -4px !important;
	}
} */

/* .editor-cont .is-layout-grid img {
	width: 100%;
	aspect-ratio: 1 / 1;
    object-fit: cover;
	margin-bottom: 15px;
} */

/* @media (min-width: 1025px) {
	.header__menu-sns a:hover img {
		opacity: 0.5;
	}
} */

/* 
.custom-slider {
    position: relative;
    width: 100%;
	aspect-ratio: 3 / 2;
	max-height: 933.33px;
    margin: 0 auto;
    overflow: hidden;
    background-color: #000;
}
@media (max-width: 767px) {
	.custom-slider {
		height: 500px;
	}
}

.slider-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
    z-index: 0;
}
.slider-item.is-active {
    opacity: 1;
    z-index: 1;
} */


/* ==========================================================================
    自作ライトボックス（拡大表示）
   ========================================================================== */
/* .page__next-img {
  cursor: zoom-in;
}

.custom-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255);
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  cursor: zoom-out;
}

.custom-lightbox.is-active {
  opacity: 1;
  visibility: visible;
}

.custom-lightbox__content {
  max-width: 90%;
  max-height: 90%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transform: scale(0.9);
  transition: transform 0.3s ease;
}

.is-active .custom-lightbox__content {
  transform: scale(1);
}
 */
/* .wp-lightbox-container button {
  display: none !important;
}

.wp-lightbox-overlay .close-button {
    display: none !important;
}
 */